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
*
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
2013-11-19
1
-0
/
+1
|
\
|
*
vl: fix build when configured with no graphic support
Antony Pavlov
2013-11-13
1
-0
/
+1
*
|
qmp: access the local QemuOptsLists for drive option
Amos Kong
2013-11-14
1
-0
/
+3
|
/
*
vl: allow "cont" from panicked state
Paolo Bonzini
2013-11-04
1
-4
/
+2
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-10-31
1
-0
/
+3
|
\
|
*
loader: allow adding ROMs in done callbacks
Michael S. Tsirkin
2013-10-14
1
-0
/
+3
*
|
spice: fix multihead support
Gerd Hoffmann
2013-10-17
1
-2
/
+2
*
|
vl: Clean up unnecessary boot_order complications
Markus Armbruster
2013-10-05
1
-4
/
+2
*
|
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-09-30
1
-1
/
+4
|
\
\
|
|
/
|
*
smbios: Make multiple -smbios type= accumulate sanely
Markus Armbruster
2013-09-28
1
-0
/
+2
|
*
smbios: Convert to QemuOpts
Markus Armbruster
2013-09-28
1
-1
/
+2
*
|
qemu: Adjust qemu wakeup
Liu, Jinsong
2013-09-25
1
-8
/
+7
|
/
*
Remove dev-bluetooth.c dependency from vl.c
Miroslav Rezanina
2013-09-10
1
-9
/
+4
*
Preparation for usb-bt-dongle conditional build
Miroslav Rezanina
2013-09-10
1
-69
/
+0
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-09-03
1
-2
/
+2
|
\
|
*
hw: Clean up bogus default boot order
Markus Armbruster
2013-08-28
1
-2
/
+2
*
|
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-08-26
1
-6
/
+8
|
\
\
|
*
|
aio / timers: Convert rtc_clock to be a QEMUClockType
Alex Bligh
2013-08-22
1
-5
/
+5
|
*
|
aio / timers: Remove alarm timers
Alex Bligh
2013-08-22
1
-1
/
+3
|
|
/
*
|
Convert stderr message calling error_get_pretty() to error_report()
Seiji Aguchi
2013-08-20
1
-4
/
+5
|
/
*
spice: fix display initialization
Gerd Hoffmann
2013-07-30
1
-1
/
+1
*
add timestamp to error_report()
Seiji Aguchi
2013-07-10
1
-0
/
+26
*
vl: Tighten parsing of -machine option phandle_start
Markus Armbruster
2013-07-09
1
-1
/
+1
*
Simplify -machine option queries with qemu_get_machine_opts()
Markus Armbruster
2013-07-09
1
-16
/
+6
*
Fix -machine options accel, kernel_irqchip, kvm_shadow_mem
Markus Armbruster
2013-07-09
1
-6
/
+2
*
vl: New qemu_get_machine_opts()
Markus Armbruster
2013-07-09
1
-0
/
+19
*
vl: convert -smp to qemu_opts_parse()
Michael Tokarev
2013-06-28
1
-53
/
+69
*
vl: reformat SDL ifdeffery a bit
Michael Tokarev
2013-06-21
1
-2
/
+1
*
vl: Rename *boot_devices to *boot_order, for consistency
Markus Armbruster
2013-06-19
1
-8
/
+8
*
vl: Fix -boot order and once regressions, and related bugs
Markus Armbruster
2013-06-19
1
-29
/
+30
*
vl: Clean up parsing of -boot option argument
Markus Armbruster
2013-06-19
1
-62
/
+22
*
vl: always define no_frame
Michael Tokarev
2013-06-16
1
-2
/
+0
*
Unbreak -no-quit for GTK, validate SDL options
Peter Wu
2013-06-11
1
-5
/
+10
*
gtk: implement -full-screen
Peter Wu
2013-06-11
1
-1
/
+1
*
gdbstub: let the debugger resume from guest panicked state
Paolo Bonzini
2013-06-10
1
-0
/
+1
*
main_loop: do not set nonblocking if xen_enabled()
Stefano Stabellini
2013-06-03
1
-1
/
+1
*
monitor: allow to disable the default monitor
Luiz Capitulino
2013-05-23
1
-1
/
+3
*
vl: new runstate transition: RUN_STATE_GUEST_PANICKED -> RUN_STATE_FINISH_MIG...
Hu Tao
2013-05-20
1
-0
/
+1
*
clean unnecessary code: don't check g_strdup arg for NULL
Dong Xu Wang
2013-05-12
1
-1
/
+1
*
Drop redundant resume_all_vcpus() from main()
Jan Kiszka
2013-05-02
1
-1
/
+0
*
cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()
Igor Mammedov
2013-05-01
1
-1
/
+0
*
add a new runstate: RUN_STATE_GUEST_PANICKED
Hu Tao
2013-04-30
1
-2
/
+11
*
audio: enable PCI audio cards for all PCI-enabled targets
Paolo Bonzini
2013-04-29
1
-0
/
+2
*
audio: remove HAS_AUDIO
Paolo Bonzini
2013-04-29
1
-8
/
+0
*
Common: Add quick access to first boot device
Dominik Dingel
2013-04-26
1
-0
/
+18
*
Move TPM passthrough specific command line options to backend structure
Stefan Berger
2013-04-23
1
-15
/
+1
*
Add option to mlock qemu and guest memory
Satoru Moriya
2013-04-22
1
-0
/
+34
*
console: move gui_update+gui_setup_refresh from vl.c into console.c
Gerd Hoffmann
2013-04-16
1
-49
/
+0
*
console: displaystate init revamp
Gerd Hoffmann
2013-04-16
1
-5
/
+1
*
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
2013-04-15
1
-3
/
+3
|
\
[next]