summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* error: Track locations on command lineMarkus Armbruster2010-03-161-4/+5
* error: Track locations in configuration filesMarkus Armbruster2010-03-161-5/+9
* error: Include the program name in error messages to stderrMarkus Armbruster2010-03-161-0/+2
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-2/+2
* error: Simplify error sink setupMarkus Armbruster2010-03-161-1/+0
* savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster2010-03-161-1/+1
* QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino2010-03-101-2/+1
* QMP: Introduce RTC_CHANGE eventLuiz Capitulino2010-03-081-0/+9
* QMP: Drop DEBUG eventLuiz Capitulino2010-03-081-1/+0
* QMP: Move RESET event into qemu_system_reset()Luiz Capitulino2010-03-081-1/+2
* QMP: Move STOP event into do_vm_stop()Luiz Capitulino2010-03-081-1/+1
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-0/+29
* Add option to use file backed guest memoryMarcelo Tosatti2010-03-041-0/+12
* Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2010-02-221-21/+102
|\
| * kvm: consume internal signal with sigtimedwaitMarcelo Tosatti2010-02-221-12/+77
| * kvm specific wait_io_eventMarcelo Tosatti2010-02-221-6/+20
| * block SIGCHLD in vcpu thread(s)Marcelo Tosatti2010-02-221-0/+1
| * use eventfd for iothreadPaolo Bonzini2010-02-171-4/+5
* | Add cpu model configuration support..john cooper2010-02-221-2/+7
* | move default allocator to console.cPaolo Bonzini2010-02-191-50/+0
* | remove knowledge of defaultallocator_free_displaysurface from sdl.cPaolo Bonzini2010-02-191-1/+7
* | use lazy initialization for display_statePaolo Bonzini2010-02-191-14/+15
* | net: net_check_clients() runs too early to see -device, fixMarkus Armbruster2010-02-191-0/+2
|/
* iothread: fix vcpu stop with smp tcgMarcelo Tosatti2010-02-101-2/+3
* loop write in qemu_event_increment upon EINTRPaolo Bonzini2010-02-101-2/+6
* do not loop on an incomplete io_thread_fd readPaolo Bonzini2010-02-101-2/+2
* add qemu_get_clock_nsPaolo Bonzini2010-02-091-2/+19
* Merge remote branch 'qemu-kvm/uq/master' into staging-tmpAnthony Liguori2010-02-081-0/+4
|\
| * Fix incoming migration with iothreadMarcelo Tosatti2010-02-031-0/+2
| * kvm: Flush coalesced MMIO buffer periodlySheng Yang2010-02-031-0/+2
* | vl.c: avoid preprocessor directives in a printf callPaolo Bonzini2010-02-081-8/+10
* | do not interpolate % from vl.c to qemu-options.hPaolo Bonzini2010-02-081-8/+1
* | Revert "On some systems printf is a macro"malc2010-02-081-18/+18
* | On some systems printf is a macromalc2010-02-071-18/+18
* | fix undefined shifts by >32Paolo Bonzini2010-02-051-2/+2
|/
* qdev: Fix exit code for -device ?Markus Armbruster2010-02-031-0/+8
* Fix regression in option parsingAnthony Liguori2010-01-271-0/+1
* virtio: Add memory statistics reporting to the balloon driverAdam Litke2010-01-261-7/+14
* virtio-console: Automatically use virtio-serial-bus for the older -virtiocons...Amit Shah2010-01-261-2/+13
* vl.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-4/+18
* Load global config files by defaultAnthony Liguori2010-01-241-0/+39
* Move out option lookup into a separate functionAnthony Liguori2010-01-241-29/+43
* virtio-console: qdev conversion, new virtio-serial-busAmit Shah2010-01-201-0/+2
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-4/+4
* Make CDROM a read-only driveNaphtali Sprei2010-01-201-0/+7
* vl.c: Remove dead assignmentAmit Shah2010-01-131-5/+1
* move kbd/mouse handling to input.cPaolo Bonzini2010-01-131-212/+2
* Fix CPU topology initializationJiri Denemark2010-01-111-4/+4
* debugcon: support for debugging consoles (e.g. Bochs port 0xe9)H. Peter Anvin2010-01-081-0/+23
* USB: Improve usbdevice error messagesScott Tsai2009-12-231-3/+14
OpenPOWER on IntegriCloud