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
/
vl.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
accel: change {xen, kvm, tcg, qtest}_allowed from int to bool
liguang
2013-02-01
1
-6
/
+6
*
vl: correct error message when fail to init kvm
liguang
2013-02-01
1
-5
/
+7
*
vl: skip init accelerator if it's not available
liguang
2013-02-01
1
-8
/
+8
*
sclpconsole: Don't instantiate sclpconsole with -nodefaults
Christian Borntraeger
2013-01-29
1
-0
/
+1
*
s390: Add default support for SCLP console
Alexander Graf
2013-01-29
1
-0
/
+51
*
fw_cfg: Splash image loader can overrun a stack variable, fix
Markus Armbruster
2013-01-26
1
-1
/
+1
*
vl: Use size_t for sizes in get_boot_devices_list()
Markus Armbruster
2013-01-19
1
-3
/
+3
*
HMP: add QDict to info callback handler
Wenchao Xia
2013-01-17
1
-1
/
+1
*
chardev: add error reporting for qemu_chr_new_from_opts
Gerd Hoffmann
2013-01-16
1
-3
/
+6
*
Make default boot order machine specific
Avik Sil
2013-01-15
1
-2
/
+4
*
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini
2013-01-12
1
-0
/
+205
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2013-01-11
1
-6
/
+3
|
\
|
*
Replace remaining gmtime, localtime by gmtime_r, localtime_r
Stefan Weil
2013-01-11
1
-6
/
+3
*
|
net: clean up network at qemu process termination
Amos Kong
2013-01-07
1
-1
/
+3
|
/
*
disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio...
Michael Tokarev
2013-01-02
1
-3
/
+25
*
softmmu: move remaining include files to include/ subdirectories
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-8
/
+8
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-9
/
+9
*
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
ui: move files to ui/ and include/ui/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
net: reorganize headers
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
use qemu_opts_create_nofail
Dong Xu Wang
2012-12-11
1
-7
/
+5
*
block: simplify default_drive
Christian Borntraeger
2012-12-11
1
-14
/
+6
*
Support default block interfaces per QEMUMachine
Christian Borntraeger
2012-12-11
1
-9
/
+12
*
vl.c: Fix broken -usb option
Peter Maydell
2012-11-26
1
-8
/
+4
*
vl: add -object option to create QOM objects from the command line
Anthony Liguori
2012-11-16
1
-0
/
+56
*
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
2012-11-03
1
-9
/
+12
|
\
|
*
vl.c: add missing static
Blue Swirl
2012-11-01
1
-9
/
+12
*
|
vl: delay thread initialization after daemonization
Paolo Bonzini
2012-11-02
1
-1
/
+3
*
|
vl: unify calls to init_timer_alarm
Paolo Bonzini
2012-11-02
1
-5
/
+0
*
|
Merge remote-tracking branch 'kraxel/pixman.v3' into staging
Anthony Liguori
2012-11-01
1
-14
/
+35
|
\
\
|
*
|
console: init displaychangelisteners on register
Gerd Hoffmann
2012-11-01
1
-1
/
+0
|
*
|
console: untangle gfx & txt updates
Gerd Hoffmann
2012-11-01
1
-2
/
+12
|
*
|
console: add unregister_displaychangelistener
Gerd Hoffmann
2012-11-01
1
-8
/
+23
|
*
|
console: QLIST-ify display change listeners.
Gerd Hoffmann
2012-11-01
1
-6
/
+3
|
|
/
*
|
Merge remote-tracking branch 'bonzini/threadpool' into staging
Anthony Liguori
2012-11-01
1
-11
/
+6
|
\
\
|
*
\
Merge remote-tracking branch 'origin/master' into threadpool
Paolo Bonzini
2012-10-31
1
-7
/
+119
|
|
\
\
|
*
|
|
vl: init main loop earlier
Paolo Bonzini
2012-10-30
1
-6
/
+6
|
*
|
|
main-loop: unify qemu_init_main_loop between QEMU and tools
Paolo Bonzini
2012-10-30
1
-5
/
+0
*
|
|
|
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2012-11-01
1
-0
/
+33
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Emulate qemu-kvms -no-kvm option
Jan Kiszka
2012-10-30
1
-0
/
+4
|
*
|
|
Issue warning when deprecated -tdf option is used
Jan Kiszka
2012-10-30
1
-0
/
+4
|
*
|
|
Use global properties to emulate -no-kvm-pit-reinjection
Jan Kiszka
2012-10-30
1
-0
/
+15
|
*
|
|
Issue warning when deprecated -no-kvm-pit is used
Jan Kiszka
2012-10-30
1
-0
/
+5
|
*
|
|
Use machine options to emulate -no-kvm-irqchip
Jan Kiszka
2012-10-30
1
-0
/
+5
|
|
|
/
|
|
/
|
*
|
|
chardev: Use timer instead of bottom-half to postpone open event
Jan Kiszka
2012-10-31
1
-5
/
+5
|
/
/
[prev]
[next]