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
...
*
notifier: Pass data argument to callback
Jan Kiszka
2011-07-23
1
-2
/
+2
*
do not reset no_shutdown after we shutdown the vm
Wen Congyang
2011-07-23
1
-1
/
+0
*
vl.c: Don't limit node count by smp count
Sasha Levin
2011-07-23
1
-2
/
+2
*
Generalize -machine command line option
Jan Kiszka
2011-07-23
1
-17
/
+26
*
pxa2xx_lcd: add proper rotation support
Vasily Khoruzhick
2011-07-04
1
-1
/
+10
*
Allow silent system resets
Jan Kiszka
2011-06-16
1
-4
/
+6
*
Introduce format string for pid_t
Andreas Färber
2011-06-15
1
-1
/
+1
*
Command line support for altering the log file location
Matthew Fernandez
2011-06-15
1
-1
/
+18
*
usb: don't call usb_host_device_open from vl.c
Gerd Hoffmann
2011-06-14
1
-1
/
+5
*
Merge remote-tracking branch 'spice/spice.v37' into staging
Anthony Liguori
2011-06-08
1
-0
/
+1
|
\
|
*
qxl: add to the list of devices which disable the default vga
Gerd Hoffmann
2011-06-06
1
-0
/
+1
*
|
isa-vga: Make available with -device, like the other VGA qdevs
Markus Armbruster
2011-06-07
1
-0
/
+1
*
|
Fix regression introduced by -machine accel=
Anthony Liguori
2011-06-06
1
-1
/
+2
|
/
*
defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROM
Markus Armbruster
2011-05-19
1
-0
/
+3
*
vl.c: Introduce getter for shutdown_requested and reset_requested.
Anthony PERARD
2011-05-08
1
-0
/
+10
*
xen: Add initialisation of Xen
Anthony PERARD
2011-05-08
1
-0
/
+2
*
machine, Add default_machine_opts to QEMUMachine.
Anthony PERARD
2011-05-08
1
-0
/
+22
*
Introduce -machine command option.
Anthony PERARD
2011-05-08
1
-12
/
+90
*
vl.c: Replace -virtfs string manipulation with QemuOpts
Stefan Hajnoczi
2011-04-27
1
-37
/
+19
*
vl: trivial spelling fix
Brad Hards
2011-04-26
1
-1
/
+1
*
exit if -drive specified is invalid instead of ignoring the "wrong" -drive
Michael Tokarev
2011-04-07
1
-1
/
+3
*
virtio: use generic name when possible
Alexander Graf
2011-04-04
1
-3
/
+3
*
register signal handler after initializing SDL.
Gleb Natapov
2011-04-04
1
-3
/
+3
*
vl.c: Tidy up message printed when we exit on a signal
Peter Maydell
2011-04-04
1
-2
/
+9
*
extract I/O handler lists to iohandler.c
Paolo Bonzini
2011-03-29
1
-101
/
+5
*
report that QEMU process was killed by a signal
Gleb Natapov
2011-03-26
1
-1
/
+19
*
vl.c: Fix compilation failure if CONFIG_SDL isn't defined
Peter Maydell
2011-03-25
1
-6
/
+7
*
Make VNC support optional
Jes Sorensen
2011-03-22
1
-4
/
+22
*
error message if user specifies curses on cmd line when curses is disabled
Jes Sorensen
2011-03-22
1
-2
/
+5
*
error message if user specifies SDL cmd line option when SDL is disabled
Jes Sorensen
2011-03-22
1
-0
/
+8
*
Add support for -display vnc
Jes Sorensen
2011-03-22
1
-0
/
+14
*
Introduce -display none
Jes Sorensen
2011-03-22
1
-0
/
+2
*
Introduce -display argument
Jes Sorensen
2011-03-22
1
-0
/
+75
*
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-03-21
1
-0
/
+1
|
\
|
*
Synchronize VCPU states before reset
Jan Kiszka
2011-03-15
1
-0
/
+1
*
|
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2011-03-21
1
-6
/
+6
*
|
simpletrace: Move st_init() error reporting
Stefan Hajnoczi
2011-03-15
1
-1
/
+3
|
/
*
simpletrace: Thread-safe tracing
Stefan Hajnoczi
2011-03-07
1
-12
/
+4
*
Move debug exception handling out of cpu_exec
Jan Kiszka
2011-02-14
1
-1
/
+1
*
Refactor debug and vmstop request interface
Jan Kiszka
2011-02-14
1
-4
/
+16
*
Improve vm_stop reason declarations
Jan Kiszka
2011-02-14
1
-1
/
+1
*
Flatten the main loop
Jan Kiszka
2011-02-14
1
-15
/
+15
*
Leave inner main_loop faster on pending requests
Jan Kiszka
2011-02-14
1
-4
/
+7
*
Process vmstop requests in IO thread
Jan Kiszka
2011-02-14
1
-9
/
+5
*
Stop current VCPU on synchronous reset requests
Jan Kiszka
2011-02-14
1
-0
/
+1
*
do not pass NULL to strdup.
Gleb Natapov
2011-02-04
1
-2
/
+2
*
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-02-01
1
-1
/
+1
|
\
|
*
kvm: Drop smp_cpus argument from init functions
Jan Kiszka
2011-01-23
1
-1
/
+1
*
|
blockdev: Fix drive_add for drives without media
Markus Armbruster
2011-01-31
1
-7
/
+2
*
|
blockdev: Replace drive_add()'s fmt, ... by optstr parameter
Markus Armbruster
2011-01-31
1
-10
/
+13
[prev]
[next]