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
*
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
|
\
|
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-2
/
+2
|
*
tpm: reorganize headers and split hardware part
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
|
Allow qtest to be used together with a virtual CPU
Edgar E. Iglesias
2013-04-15
1
-0
/
+4
*
|
Revert "New QMP command query-cpu-max and HMP command cpu_max"
Michal Novotny
2013-04-12
1
-5
/
+0
*
|
New cpu-max field in query-machines QMP command output
Michal Novotny
2013-04-12
1
-0
/
+1
|
/
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-6
/
+6
*
acpi_table_add(): accept QemuOpts and parse it with OptsVisitor
Laszlo Ersek
2013-04-04
1
-1
/
+3
*
strip some whitespace
Laszlo Ersek
2013-04-04
1
-4
/
+4
*
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
Hans de Goede
2013-04-04
1
-0
/
+1
*
append the terminating '\0' to bootorder string
Amos Kong
2013-04-02
1
-3
/
+3
*
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-03-28
1
-2
/
+2
|
\
|
*
vl.c: call bdrv_init_with_whitelist() before cmdline parsing
Peter Lieven
2013-03-28
1
-2
/
+2
*
|
vl: add runstate_set tracepoint
Kazuya Saito
2013-03-28
1
-1
/
+1
|
/
*
New QMP command query-cpu-max and HMP command cpu_max
Michal Novotny
2013-03-25
1
-0
/
+5
*
add a boot option to do strict boot
Amos Kong
2013-03-19
1
-1
/
+24
*
console: fix displaychangelisteners interface
Gerd Hoffmann
2013-03-18
1
-3
/
+3
*
Add search path support for qemu data files.
Gerd Hoffmann
2013-03-12
1
-13
/
+23
*
Add support for cancelling of a TPM command
Stefan Berger
2013-03-12
1
-0
/
+5
*
Support for TPM command line options
Stefan Berger
2013-03-12
1
-0
/
+37
*
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
2013-03-10
1
-0
/
+1
|
\
|
*
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini
2013-03-01
1
-0
/
+1
|
*
hw: move char backends to backends/
Paolo Bonzini
2013-03-01
1
-1
/
+1
*
|
qemu-char: move baum registration to baum.c
Anthony Liguori
2013-03-08
1
-1
/
+0
|
/
*
vl.c: allow for repeated -sd arguments
Peter Crosthwaite
2013-02-28
1
-1
/
+1
*
gtk ui: unbreak spice
Gerd Hoffmann
2013-02-26
1
-3
/
+1
*
gtk: make default UI (v5)
Anthony Liguori
2013-02-21
1
-14
/
+34
*
usb-host: remove usb_host_device_close
Gerd Hoffmann
2013-02-19
1
-2
/
+3
*
cpus.c: Drop unnecessary set_cpu_log()
Peter Maydell
2013-02-16
1
-1
/
+8
*
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
Peter Maydell
2013-02-16
1
-1
/
+1
*
vl: Exit unsuccessfully on option argument syntax error
Markus Armbruster
2013-02-11
1
-4
/
+12
*
vl: Drop redundant "parse error" reports
Markus Armbruster
2013-02-11
1
-4
/
+0
*
vl.c: validate -numa "cpus" parameter properly
Eduardo Habkost
2013-02-04
1
-5
/
+27
*
vl.c: Extract -numa "cpus" parsing to separate function
Eduardo Habkost
2013-02-04
1
-18
/
+23
*
vl.c: Use parse_uint_full() for NUMA nodeid
Eduardo Habkost
2013-02-04
1
-1
/
+4
*
vl.c: numa_add(): Validate nodeid before using it
Eduardo Habkost
2013-02-04
1
-1
/
+6
*
vl.c: Check for NUMA node limit inside numa_add()
Eduardo Habkost
2013-02-04
1
-4
/
+6
*
vl.c: Abort on unknown -numa option type
Eduardo Habkost
2013-02-04
1
-0
/
+3
*
vl.c: Fix off-by-one bug when handling "-numa node" argument
Eduardo Habkost
2013-02-04
1
-1
/
+4
*
qdev: drop extra references at creation time
Paolo Bonzini
2013-02-01
1
-0
/
+1
*
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
[next]