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
*
RunState: Drop the RSTATE_NO_STATE value
Luiz Capitulino
2011-10-04
1
-1
/
+0
*
QMP: query-status: Introduce 'status' key
Luiz Capitulino
2011-09-15
1
-0
/
+1
*
Drop the vm_running global variable
Luiz Capitulino
2011-09-15
1
-1
/
+1
*
runstate_set(): Check for valid transitions
Luiz Capitulino
2011-09-15
1
-0
/
+1
*
RunState: Add additional states
Luiz Capitulino
2011-09-15
1
-1
/
+7
*
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
1
-14
/
+19
*
Move vm_state_notify() prototype from cpus.h to sysemu.h
Luiz Capitulino
2011-09-15
1
-0
/
+1
*
Poll main loop after I/O events were received
Jan Kiszka
2011-08-22
1
-1
/
+1
*
showing a splash picture when start
wayne
2011-07-29
1
-0
/
+3
*
Allow silent system resets
Jan Kiszka
2011-06-16
1
-1
/
+4
*
vl.c: Introduce getter for shutdown_requested and reset_requested.
Anthony PERARD
2011-05-08
1
-0
/
+2
*
migration: move some declarations to migration.h
Blue Swirl
2011-04-15
1
-5
/
+0
*
Move CPU related functions to cpus.h
Blue Swirl
2011-04-15
1
-4
/
+0
*
Move clock related functions to qemu-timer.h
Blue Swirl
2011-04-15
1
-4
/
+0
*
Move generic or OS function declarations to qemu-common.h
Blue Swirl
2011-04-15
1
-21
/
+0
*
report that QEMU process was killed by a signal
Gleb Natapov
2011-03-26
1
-0
/
+2
*
Introduce -display none
Jes Sorensen
2011-03-22
1
-0
/
+1
*
Refactor debug and vmstop request interface
Jan Kiszka
2011-02-14
1
-0
/
+2
*
Improve vm_stop reason declarations
Jan Kiszka
2011-02-14
1
-0
/
+10
*
audio: consolidate audio_init()
Isaku Yamahata
2011-01-25
1
-15
/
+0
*
savevm: Fix no_migrate
Alex Williamson
2011-01-17
1
-0
/
+1
*
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
2011-01-10
1
-1
/
+2
|
\
|
*
Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu
Aurelien Jarno
2010-12-27
1
-1
/
+2
|
|
\
|
|
*
spice: add qxl device
Gerd Hoffmann
2010-12-09
1
-1
/
+2
*
|
|
pcie/aer: glue aer error injection into qemu monitor
Isaku Yamahata
2010-12-24
1
-0
/
+5
|
/
/
*
|
Pass boot device list to firmware.
Gleb Natapov
2010-12-11
1
-0
/
+1
*
|
Add notifier that will be called when machine is fully created.
Gleb Natapov
2010-12-11
1
-0
/
+2
*
|
Add bootindex for option roms.
Gleb Natapov
2010-12-11
1
-1
/
+5
*
|
Add bootindex parameter to net/block/fd device
Gleb Natapov
2010-12-11
1
-0
/
+2
|
/
*
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
[next]