GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Configurable block format whitelist
Markus Armbruster
2009-11-09
1
-2
/
+2
*
Added readonly flag to -drive command
Naphtali Sprei
2009-11-09
1
-0
/
+10
*
v3: don't call reset functions on cpu initialization
Glauber Costa
2009-11-07
1
-0
/
+1
*
Revert "Fall back to network boot as the last possible boot option"
Anthony Liguori
2009-10-30
1
-1
/
+1
*
Fall back to network boot as the last possible boot option
Anthony Liguori
2009-10-30
1
-1
/
+1
*
usb-storage: use qdev for -usbdevice
Gerd Hoffmann
2009-10-30
1
-25
/
+0
*
usb-serial and braille: use qdev for -usbdevice
Gerd Hoffmann
2009-10-30
1
-6
/
+0
*
usb-hid: use qdev for -usbdevice
Gerd Hoffmann
2009-10-30
1
-29
/
+0
*
usb core: use qdev for -usbdevice
Gerd Hoffmann
2009-10-30
1
-0
/
+5
*
net: remove unused includes of if_tun.h and if_tap.h
Mark McLoughlin
2009-10-27
1
-6
/
+0
*
Split out bottom halves
Kevin Wolf
2009-10-27
1
-104
/
+0
*
Only IDE needs limits for CHS configuration
Blue Swirl
2009-10-17
1
-3
/
+3
*
net: handle -netdevice options
Mark McLoughlin
2009-10-15
1
-1
/
+1
*
net: add -netdev option
Mark McLoughlin
2009-10-15
1
-0
/
+5
*
net: add QemuOptsList arg to net_client_parse()
Mark McLoughlin
2009-10-15
1
-1
/
+1
*
unlock iothread mutex before running kvm ioctl
Glauber Costa
2009-10-12
1
-4
/
+4
*
Final net cleanup after conversion to QemuOpts
Mark McLoughlin
2009-10-06
1
-24
/
+4
*
Port usb net to QemuOpts
Mark McLoughlin
2009-10-06
1
-4
/
+15
*
Remove double error message for -device option parsing
Mark McLoughlin
2009-10-06
1
-3
/
+1
*
Don't exit() in config_error()
Markus Armbruster
2009-10-06
1
-3
/
+6
*
Don't assign a static string to NICInfo::model
Mark McLoughlin
2009-10-06
1
-1
/
+1
*
offer right-ctrl as a grab option
Dustin Kirkland
2009-10-06
1
-0
/
+4
*
Reorganize option rom (+linux kernel) loading.
Gerd Hoffmann
2009-10-06
1
-0
/
+3
*
Improve error reporting on file access
Justin M. Forbes
2009-10-05
1
-10
/
+10
*
drive cleanup fixes.
Gerd Hoffmann
2009-10-05
1
-11
/
+5
*
qdev hotplug: infrastructure and monitor commands.
Gerd Hoffmann
2009-10-05
1
-0
/
+2
*
Enable host-clock-based RTC
Jan Kiszka
2009-10-05
1
-1
/
+16
*
Refactor RTC command line switches
Jan Kiszka
2009-10-05
1
-35
/
+76
*
Introduce QEMU_CLOCK_HOST
Jan Kiszka
2009-10-05
1
-11
/
+35
*
win32: Drop dead dyntick timer code
Jan Kiszka
2009-10-05
1
-5
/
+1
*
Rename QEMU_TIMER_* to QEMU_CLOCK_*
Jan Kiszka
2009-10-05
1
-21
/
+21
*
do proper cpu_self check
Glauber Costa
2009-10-05
1
-2
/
+7
*
Fix warning about undefined madvise() on OpenSolaris
Blue Swirl
2009-10-02
1
-0
/
+3
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-14
/
+14
*
Get rid of _t suffix
malc
2009-10-01
1
-14
/
+14
*
Win32: avoid a warning
Blue Swirl
2009-09-27
1
-4
/
+4
*
vl: Add failure check for SetEvent
malc
2009-09-27
1
-1
/
+5
*
vl: Do not use perror after failed Win32 API calls
malc
2009-09-27
1
-3
/
+5
*
fix -daemonize with kvm
Marcelo Tosatti
2009-09-26
1
-10
/
+10
*
Fix coding style issue
Mark McLoughlin
2009-09-25
1
-1
/
+1
*
support media=cdrom for if=none
Gerd Hoffmann
2009-09-15
1
-1
/
+1
*
Revert "Open chr device for all serial ports"
Aurelien Jarno
2009-09-14
1
-9
/
+7
*
Open chr device for all serial ports
Aurelien Jarno
2009-09-14
1
-7
/
+9
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-28
/
+28
*
Make get_ticks_per_sec() a static inline
Anthony Liguori
2009-09-11
1
-14
/
+6
*
timers: move them to VMState
Juan Quintela
2009-09-11
1
-22
/
+12
*
timers: Createt TimersState and put all timers state there
Juan Quintela
2009-09-11
1
-31
/
+39
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-5
/
+10
*
timers: remove useless check
Juan Quintela
2009-09-11
1
-6
/
+0
*
ram: Remove SaveVM Version 2 support
Juan Quintela
2009-09-11
1
-93
/
+1
[next]