Age | Commit message (Expand) | Author | Files | Lines |
2011-08-22 | Poll main loop after I/O events were received | Jan Kiszka | 1 | -4/+8 |
2011-08-22 | Do not drop global mutex for polled main loop runs | Jan Kiszka | 1 | -2/+8 |
2011-08-22 | char: qemu_chr_open_opts() -> qemu_chr_new_from_opts() | Anthony Liguori | 1 | -1/+1 |
2011-08-22 | char: rename qemu_chr_open() -> qemu_chr_new() | Anthony Liguori | 1 | -4/+4 |
2011-08-20 | Add trace points for g_malloc/g_free functions | Anthony Liguori | 1 | -0/+27 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -22/+22 |
2011-08-21 | Reorder default ram_size initialization | Jan Kiszka | 1 | -5/+5 |
2011-08-05 | Avoid allocating TCG resources in non-TCG mode | Jan Kiszka | 1 | -7/+7 |
2011-07-29 | Merge remote-tracking branch 'agraf/xen-next' into staging | Anthony Liguori | 1 | -6/+10 |
2011-07-29 | Allow to leave type on default in -machine | Jan Kiszka | 1 | -1/+4 |
2011-07-29 | showing a splash picture when start | wayne | 1 | -1/+16 |
2011-07-26 | vl.c: Check the asked ram_size later. | Anthony PERARD | 1 | -6/+10 |
2011-07-23 | notifier: Pass data argument to callback | Jan Kiszka | 1 | -2/+2 |
2011-07-23 | do not reset no_shutdown after we shutdown the vm | Wen Congyang | 1 | -1/+0 |
2011-07-23 | vl.c: Don't limit node count by smp count | Sasha Levin | 1 | -2/+2 |
2011-07-23 | Generalize -machine command line option | Jan Kiszka | 1 | -17/+26 |
2011-07-04 | pxa2xx_lcd: add proper rotation support | Vasily Khoruzhick | 1 | -1/+10 |
2011-06-16 | Allow silent system resets | Jan Kiszka | 1 | -4/+6 |
2011-06-15 | Introduce format string for pid_t | Andreas Färber | 1 | -1/+1 |
2011-06-15 | Command line support for altering the log file location | Matthew Fernandez | 1 | -1/+18 |
2011-06-14 | usb: don't call usb_host_device_open from vl.c | Gerd Hoffmann | 1 | -1/+5 |
2011-06-08 | Merge remote-tracking branch 'spice/spice.v37' into staging | Anthony Liguori | 1 | -0/+1 |
2011-06-07 | isa-vga: Make available with -device, like the other VGA qdevs | Markus Armbruster | 1 | -0/+1 |
2011-06-06 | Fix regression introduced by -machine accel= | Anthony Liguori | 1 | -1/+2 |
2011-06-06 | qxl: add to the list of devices which disable the default vga | Gerd Hoffmann | 1 | -0/+1 |
2011-05-19 | defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROM | Markus Armbruster | 1 | -0/+3 |
2011-05-08 | vl.c: Introduce getter for shutdown_requested and reset_requested. | Anthony PERARD | 1 | -0/+10 |
2011-05-08 | xen: Add initialisation of Xen | Anthony PERARD | 1 | -0/+2 |
2011-05-08 | machine, Add default_machine_opts to QEMUMachine. | Anthony PERARD | 1 | -0/+22 |
2011-05-08 | Introduce -machine command option. | Anthony PERARD | 1 | -12/+90 |
2011-04-27 | vl.c: Replace -virtfs string manipulation with QemuOpts | Stefan Hajnoczi | 1 | -37/+19 |
2011-04-26 | vl: trivial spelling fix | Brad Hards | 1 | -1/+1 |
2011-04-07 | exit if -drive specified is invalid instead of ignoring the "wrong" -drive | Michael Tokarev | 1 | -1/+3 |
2011-04-04 | virtio: use generic name when possible | Alexander Graf | 1 | -3/+3 |
2011-04-04 | register signal handler after initializing SDL. | Gleb Natapov | 1 | -3/+3 |
2011-04-04 | vl.c: Tidy up message printed when we exit on a signal | Peter Maydell | 1 | -2/+9 |
2011-03-29 | extract I/O handler lists to iohandler.c | Paolo Bonzini | 1 | -101/+5 |
2011-03-26 | report that QEMU process was killed by a signal | Gleb Natapov | 1 | -1/+19 |
2011-03-25 | vl.c: Fix compilation failure if CONFIG_SDL isn't defined | Peter Maydell | 1 | -6/+7 |
2011-03-22 | Make VNC support optional | Jes Sorensen | 1 | -4/+22 |
2011-03-22 | error message if user specifies curses on cmd line when curses is disabled | Jes Sorensen | 1 | -2/+5 |
2011-03-22 | error message if user specifies SDL cmd line option when SDL is disabled | Jes Sorensen | 1 | -0/+8 |
2011-03-22 | Add support for -display vnc | Jes Sorensen | 1 | -0/+14 |
2011-03-22 | Introduce -display none | Jes Sorensen | 1 | -0/+2 |
2011-03-22 | Introduce -display argument | Jes Sorensen | 1 | -0/+75 |
2011-03-21 | Merge remote branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 1 | -0/+1 |
2011-03-21 | change all rt_clock references to use millisecond resolution accessors | Paolo Bonzini | 1 | -6/+6 |
2011-03-15 | simpletrace: Move st_init() error reporting | Stefan Hajnoczi | 1 | -1/+3 |
2011-03-15 | Synchronize VCPU states before reset | Jan Kiszka | 1 | -0/+1 |
2011-03-07 | simpletrace: Thread-safe tracing | Stefan Hajnoczi | 1 | -12/+4 |