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
*
USB: Improve usbdevice error messages
Scott Tsai
2009-12-23
1
-3
/
+14
*
fix vga names in default_list
Gerd Hoffmann
2009-12-19
1
-2
/
+2
*
usb-net: use qdev for -usbdevice
Gerd Hoffmann
2009-12-19
1
-18
/
+0
*
Check rom_load_all() return value.
Gerd Hoffmann
2009-12-19
1
-1
/
+4
*
defaults: update device_list[]
Gerd Hoffmann
2009-12-19
1
-0
/
+3
*
defaults: split default_drive
Gerd Hoffmann
2009-12-19
1
-3
/
+20
*
Revert "Rename DriveInfo.onerror to on_write_error" (fix mismerge)
Kevin Wolf
2009-12-19
1
-4
/
+0
*
add default virtcon initialization
Alexander Graf
2009-12-18
1
-0
/
+2
*
monitor: Convert do_info_mice() to QObject
Luiz Capitulino
2009-12-12
1
-7
/
+55
*
Set default console to virtio on S390x
Gerd Hoffmann
2009-12-12
1
-1
/
+18
*
default devices: virtio consoles.
Gerd Hoffmann
2009-12-12
1
-30
/
+35
*
add -qmp convinience switch
Gerd Hoffmann
2009-12-12
1
-5
/
+9
*
add new -mon switch
Gerd Hoffmann
2009-12-12
1
-0
/
+8
*
rework -monitor handling, switch to QemuOpts
Gerd Hoffmann
2009-12-12
1
-43
/
+76
*
default devices: drives
Gerd Hoffmann
2009-12-12
1
-6
/
+10
*
default devices: network
Gerd Hoffmann
2009-12-12
1
-0
/
+1
*
default devices: add global cmd line option.
Gerd Hoffmann
2009-12-12
1
-0
/
+6
*
default devices: vga adapter.
Gerd Hoffmann
2009-12-12
1
-1
/
+8
*
zap serial_monitor_mux
Gerd Hoffmann
2009-12-12
1
-34
/
+8
*
default devices: qemu monitor.
Gerd Hoffmann
2009-12-12
1
-44
/
+50
*
default devices: parallel port.
Gerd Hoffmann
2009-12-12
1
-30
/
+34
*
default devices: core code & serial lines.
Gerd Hoffmann
2009-12-12
1
-41
/
+81
*
chardev: move greeting into vc backend.
Gerd Hoffmann
2009-12-12
1
-24
/
+0
*
Revert "Set default console to virtio on S390x"
Gerd Hoffmann
2009-12-12
1
-26
/
+0
*
Revert "monitor: Command-line flag to enable control mode"
Gerd Hoffmann
2009-12-12
1
-7
/
+4
*
chardev: make chardevs specified in config file work.
Gerd Hoffmann
2009-12-12
1
-3
/
+13
*
qdev: add command line option to set global defaults for properties.
Gerd Hoffmann
2009-12-12
1
-0
/
+6
*
qdev: make compat stuff more generic
Gerd Hoffmann
2009-12-12
1
-1
/
+1
*
Set default console to virtio on S390x
Alexander Graf
2009-12-05
1
-0
/
+26
*
monitor: rename EVENT_* to QEVENT_* to avoid conflict on mingw32
Blue Swirl
2009-12-04
1
-5
/
+5
*
Rename DriveInfo.onerror to on_write_error
Kevin Wolf
2009-12-03
1
-0
/
+4
*
Don't leak file descriptors
Kevin Wolf
2009-12-03
1
-4
/
+7
*
virtio-blk: Implement rerror option
Kevin Wolf
2009-12-03
1
-1
/
+1
*
ide: Implement rerror option
Kevin Wolf
2009-12-03
1
-1
/
+1
*
Introduce rerror option for drives
Kevin Wolf
2009-12-03
1
-19
/
+40
*
Rename DriveInfo.onerror to on_write_error
Kevin Wolf
2009-12-03
1
-3
/
+8
*
ram migration: Properly reset statistics
Jan Kiszka
2009-12-03
1
-1
/
+3
*
live migration: Propagate output monitor to callback handler
Jan Kiszka
2009-12-03
1
-1
/
+1
*
live migration: Allow cleanup after cancellation or error
Jan Kiszka
2009-12-03
1
-0
/
+5
*
ram migration: Stop loading on error
Jan Kiszka
2009-12-03
1
-1
/
+5
*
net: move slirp code from net.c to net/slirp.c
Mark McLoughlin
2009-12-03
1
-0
/
+1
*
QMP: Introduce basic asynchronous events
Luiz Capitulino
2009-12-03
1
-2
/
+9
*
monitor: Command-line flag to enable control mode
Luiz Capitulino
2009-12-03
1
-4
/
+7
*
Fix commit a167ba50851cdac2fa36633587e98c5956cd6b18
Aurelien Jarno
2009-11-30
1
-0
/
+1
*
Add support for GNU/kFreeBSD
Aurelien Jarno
2009-11-29
1
-6
/
+3
*
[WIN32] Enable -k option on Windows too
Hervé Poussineau
2009-11-22
1
-2
/
+0
*
Block live migration
lirans@il.ibm.com
2009-11-17
1
-3
/
+6
*
char: Remove special init_reset handling
Amit Shah
2009-11-17
1
-1
/
+0
*
qemu_system_reset: we need to call it before loadvm/migration
Juan Quintela
2009-11-12
1
-1
/
+1
*
QemuOpts: command line switches for the config file.
Gerd Hoffmann
2009-11-09
1
-0
/
+30
[next]