index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysemu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use display types for local display only.
Gerd Hoffmann
2010-09-21
1
-1
/
+0
*
migration: Accept 'cont' only after successful incoming migration
Amit Shah
2010-07-30
1
-0
/
+1
*
pci hotplug: make pci_device_hot_remove() static
Isaku Yamahata
2010-07-11
1
-1
/
+0
*
Add exit notifiers.
Gerd Hoffmann
2010-06-14
1
-0
/
+4
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-06-14
1
-52
/
+0
|
\
|
*
blockdev: Collect block device code in new blockdev.c
Markus Armbruster
2010-06-04
1
-49
/
+0
|
*
qdev: Move declaration of qdev_init_bdrv() into qdev.h
Markus Armbruster
2010-06-04
1
-2
/
+0
|
*
blockdev: Hide QEMUMachine from drive_init()
Markus Armbruster
2010-06-04
1
-1
/
+2
|
*
blockdev: Belatedly remove driveopts
Markus Armbruster
2010-06-04
1
-1
/
+0
|
*
blockdev: Belatedly remove MAX_DRIVES
Markus Armbruster
2010-06-04
1
-1
/
+0
*
|
Move daemonize handling to OS specific files
Jes Sorensen
2010-06-12
1
-0
/
+1
*
|
Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c
Jes Sorensen
2010-06-12
1
-0
/
+1
*
|
Move find_datadir to OS specific files.
Jes Sorensen
2010-06-12
1
-0
/
+2
*
|
Rename os_setup_signal_handling() to os_setup_early_signal_handling()
Jes Sorensen
2010-06-12
1
-1
/
+1
*
|
Move win32 early signal handling setup to os_setup_signal_handling()
Jes Sorensen
2010-06-12
1
-0
/
+2
*
|
vl.c: Move host_main_loop_wait() to OS specific files.
Jes Sorensen
2010-06-12
1
-0
/
+4
*
|
Create qemu-os-win32.h and move WIN32 specific declarations there
Jes Sorensen
2010-06-12
1
-16
/
+1
|
/
*
sysemu: Export 'no_shutdown'
Luiz Capitulino
2010-05-19
1
-0
/
+1
*
Revert "Monitor: Return before exiting with 'quit'"
Luiz Capitulino
2010-05-19
1
-2
/
+0
*
Revert "monitor: Convert do_pci_device_hot_remove() to QObject"
Markus Armbruster
2010-05-19
1
-2
/
+1
*
Revert "PCI: Convert pci_device_hot_add() to QObject"
Markus Armbruster
2010-05-19
1
-2
/
+1
*
Monitor: Return before exiting with 'quit'
Luiz Capitulino
2010-04-26
1
-0
/
+2
*
Refactor target specific handling, compile vl.c only once
Blue Swirl
2010-03-29
1
-4
/
+0
*
error: Trim includes after "Move qemu_error & friends..."
Markus Armbruster
2010-03-27
1
-2
/
+0
*
Revert "Add exit notifiers"
Anthony Liguori
2010-03-21
1
-5
/
+0
*
Add exit notifiers
Anthony Liguori
2010-03-19
1
-0
/
+5
*
disentangle tcg and deadline calculation
Paolo Bonzini
2010-03-17
1
-1
/
+1
*
error: Move qemu_error & friends into their own header
Markus Armbruster
2010-03-16
1
-8
/
+0
*
error: Simplify error sink setup
Markus Armbruster
2010-03-16
1
-3
/
+0
*
savevm: Fix -loadvm to report errors to stderr, not the monitor
Markus Armbruster
2010-03-16
1
-1
/
+1
*
QMP: Introduce RTC_CHANGE event
Luiz Capitulino
2010-03-08
1
-0
/
+2
*
KVM: Rework VCPU state writeback API
Jan Kiszka
2010-03-04
1
-0
/
+4
*
Monitor: Convert pci_device_hot_remove() to cmd_new_ret()
Luiz Capitulino
2010-02-19
1
-3
/
+3
*
Monitor: Convert pci_device_hot_add() to cmd_new_ret()
Luiz Capitulino
2010-02-19
1
-1
/
+1
*
virtio-console: qdev conversion, new virtio-serial-bus
Amit Shah
2010-01-20
1
-6
/
+0
*
PCI: Convert pci_device_hot_add() to QObject
Luiz Capitulino
2009-12-12
1
-1
/
+2
*
Introduce rerror option for drives
Kevin Wolf
2009-12-03
1
-0
/
+1
*
Rename DriveInfo.onerror to on_write_error
Kevin Wolf
2009-12-03
1
-2
/
+4
*
live migration: Propagate output monitor to callback handler
Jan Kiszka
2009-12-03
1
-5
/
+5
*
live migration: Allow cleanup after cancellation or error
Jan Kiszka
2009-12-03
1
-0
/
+1
*
monitor: QError support
Luiz Capitulino
2009-12-03
1
-0
/
+7
*
Block live migration
lirans@il.ibm.com
2009-11-17
1
-1
/
+1
*
net: move more stuff into net/tap-win32.c, add net/tap.h
Mark McLoughlin
2009-10-30
1
-4
/
+0
*
monitor: Convert do_pci_device_hot_remove() to QObject
Luiz Capitulino
2009-10-27
1
-1
/
+2
*
kill dead nic unplug code.
Gerd Hoffmann
2009-10-27
1
-4
/
+0
*
offer right-ctrl as a grab option
Dustin Kirkland
2009-10-06
1
-0
/
+1
*
drive cleanup fixes.
Gerd Hoffmann
2009-10-05
1
-2
/
+1
*
pci: windup acpi-based hotplug
Gerd Hoffmann
2009-10-05
1
-6
/
+1
*
Enable host-clock-based RTC
Jan Kiszka
2009-10-05
1
-0
/
+2
*
Compile loader only once
Blue Swirl
2009-09-20
1
-18
/
+0
[next]