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 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-03-09
1
-18
/
+16
|
\
|
*
vl.c: Fix error messages when parsing maxmem parameters
Peter Krempa
2015-02-26
1
-18
/
+16
*
|
Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20150303' ...
Peter Maydell
2015-03-08
1
-14
/
+22
|
\
\
|
*
|
bootdevice: check boot order argument validation before vm running
Gonglei
2015-03-03
1
-14
/
+22
*
|
|
vl: take iothread lock very early
Paolo Bonzini
2015-03-03
1
-3
/
+3
*
|
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-03-03
1
-4
/
+8
|
\
\
\
|
*
|
|
timer: replace time() with QEMU_CLOCK_HOST
Pavel Dovgalyuk
2015-02-27
1
-4
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-26' into...
Peter Maydell
2015-03-03
1
-45
/
+57
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
block: Simplify setting numeric options
Markus Armbruster
2015-02-26
1
-7
/
+6
|
*
|
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
2015-02-26
1
-33
/
+40
|
*
|
QemuOpts: Convert qemu_opts_set() to Error, fix its use
Markus Armbruster
2015-02-26
1
-5
/
+10
|
*
|
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
2015-02-26
1
-1
/
+1
|
*
|
QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use
Markus Armbruster
2015-02-26
1
-2
/
+3
|
|
/
*
|
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...
Peter Maydell
2015-03-02
1
-19
/
+3
|
\
\
|
|
/
|
/
|
|
*
numa: Rename set_numa_modes() to numa_post_machine_init()
Eduardo Habkost
2015-02-23
1
-1
/
+1
|
*
numa: Rename option parsing functions
Eduardo Habkost
2015-02-23
1
-1
/
+1
|
*
numa: Move QemuOpts parsing to set_numa_nodes()
Eduardo Habkost
2015-02-23
1
-5
/
+0
|
*
numa: Move NUMA globals to numa.c
Eduardo Habkost
2015-02-23
1
-4
/
+0
|
*
vl.c: Remove unnecessary zero-initialization of NUMA globals
Eduardo Habkost
2015-02-23
1
-8
/
+0
|
*
numa: Move NUMA declarations from sysemu.h to numa.h
Eduardo Habkost
2015-02-23
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
2015-02-26
1
-13
/
+8
|
\
\
|
*
|
vl: Avoid qerror_report_err() outside QMP command handlers
Markus Armbruster
2015-02-18
1
-4
/
+2
|
*
|
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-9
/
+6
|
|
/
*
|
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
2015-02-18
1
-2
/
+2
|
/
*
vl.c: fix memory leak spotted by valgrind
Christian Borntraeger
2015-02-10
1
-0
/
+1
*
vl: Fix bogus error message for implied mon ID clashing
Markus Armbruster
2015-02-10
1
-2
/
+4
*
vnc: switch to QemuOpts, allow multiple servers
Gerd Hoffmann
2015-01-22
1
-29
/
+13
*
vnc: remove unused DisplayState parameter, add id instead.
Gerd Hoffmann
2015-01-22
1
-3
/
+4
*
vl.c: fix some alignment issues
Marcel Apfelbaum
2015-01-15
1
-19
/
+19
*
vl.c: fix regression when reading memory size from config file
Marcel Apfelbaum
2015-01-14
1
-87
/
+90
*
vl: Don't silently change topology when all -smp options were set
Eduardo Habkost
2015-01-09
1
-1
/
+7
*
vl: fix max_cpus check
Andrew Jones
2015-01-09
1
-2
/
+2
*
vl: Avoid unnecessary 'if' nesting
Eduardo Habkost
2015-01-09
1
-6
/
+4
*
vl.c: fix regression when reading machine type from config file
Marcel Apfelbaum
2015-01-09
1
-7
/
+8
*
hw/usb: simplified usb_enabled
Marcel Apfelbaum
2015-01-08
1
-6
/
+5
*
hw/ppc: modified the condition for usb controllers to be created for some ppc...
Marcel Apfelbaum
2015-01-08
1
-1
/
+6
*
vl.c: add HMP help to machine
Marcel Apfelbaum
2014-12-22
1
-0
/
+28
*
vl.c: simplified machine_set_property
Marcel Apfelbaum
2014-12-22
1
-4
/
+1
*
machine: remove qemu_machine_opts global list
Marcel Apfelbaum
2014-12-22
1
-78
/
+6
*
bootdevice: add Error **errp argument for validate_bootdevices()
Gonglei
2014-12-22
1
-2
/
+11
*
bootdevice: move code about bootorder from vl.c to bootdevice.c
Gonglei
2014-12-22
1
-62
/
+0
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141211'...
Peter Maydell
2014-12-11
1
-0
/
+48
|
\
|
*
Add the "-semihosting-config" option.
Liviu Ionescu
2014-12-11
1
-0
/
+48
*
|
chardev: Add -qmp-pretty
Max Reitz
2014-12-10
1
-5
/
+10
|
/
*
-machine vmport=auto: Fix handling of VMWare ioport emulation for xen
Don Slutz
2014-11-26
1
-1
/
+1
*
sysbus: Make devices spawnable via -device
Alexander Graf
2014-11-04
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-11-03
1
-2
/
+44
|
\
|
*
vga: add default display to machine class
Gerd Hoffmann
2014-11-03
1
-1
/
+4
|
*
smbios: Encode UUID according to SMBIOS specification
Eduardo Habkost
2014-11-02
1
-0
/
+3
|
*
-machine vmport=off: Allow disabling of VMWare ioport emulation
Dr. David Alan Gilbert
2014-11-02
1
-0
/
+4
[next]