]> git.proxmox.com Git - qemu.git/history - vl.c
KVM: Rework VCPU state writeback API
[qemu.git] / vl.c
2010-03-04 Jan KiszkaKVM: Rework VCPU state writeback API
2010-03-04 Marcelo TosattiAdd option to use file backed guest memory
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-22 john cooperAdd cpu model configuration support..
2010-02-22 Marcelo Tosattikvm: consume internal signal with sigtimedwait
2010-02-22 Marcelo Tosattikvm specific wait_io_event
2010-02-22 Marcelo Tosattiblock SIGCHLD in vcpu thread(s)
2010-02-19 Paolo Bonzinimove default allocator to console.c
2010-02-19 Paolo Bonziniremove knowledge of defaultallocator_free_displaysurfac...
2010-02-19 Paolo Bonziniuse lazy initialization for display_state
2010-02-19 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-02-19 Markus Armbrusternet: net_check_clients() runs too early to see -device...
2010-02-17 Paolo Bonziniuse eventfd for iothread
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Marcelo Tosattiiothread: fix vcpu stop with smp tcg
2010-02-10 Paolo Bonziniloop write in qemu_event_increment upon EINTR
2010-02-10 Paolo Bonzinido not loop on an incomplete io_thread_fd read
2010-02-09 Paolo Bonziniadd qemu_get_clock_ns
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-08 Paolo Bonzinivl.c: avoid preprocessor directives in a printf call
2010-02-08 Paolo Bonzinido not interpolate % from vl.c to qemu-options.h
2010-02-08 malcRevert "On some systems printf is a macro"
2010-02-06 malcOn some systems printf is a macro
2010-02-05 Paolo Bonzinifix undefined shifts by >32
2010-02-03 Marcelo TosattiFix incoming migration with iothread
2010-02-03 Sheng Yangkvm: Flush coalesced MMIO buffer periodly
2010-02-03 Markus Armbrusterqdev: Fix exit code for -device ?
2010-01-27 Anthony LiguoriFix regression in option parsing
2010-01-26 Adam Litkevirtio: Add memory statistics reporting to the balloon...
2010-01-26 Amit Shahvirtio-console: Automatically use virtio-serial-bus...
2010-01-26 Kirill A. Shutemovvl.c: fix warning with _FORTIFY_SOURCE
2010-01-24 Anthony LiguoriLoad global config files by default
2010-01-24 Anthony LiguoriMove out option lookup into a separate function
2010-01-20 Amit Shahvirtio-console: qdev conversion, new virtio-serial-bus
2010-01-20 Naphtali SpreiClean-up a little bit the RW related bits of BDRV_O_FLA...
2010-01-20 Naphtali SpreiMake CDROM a read-only drive
2010-01-13 Amit Shahvl.c: Remove dead assignment
2010-01-13 Paolo Bonzinimove kbd/mouse handling to input.c
2010-01-11 Jiri DenemarkFix CPU topology initialization
2010-01-08 H. Peter Anvindebugcon: support for debugging consoles (e.g. Bochs...
2009-12-23 Scott TsaiUSB: Improve usbdevice error messages
2009-12-18 Juha Riihimäkifix pidfile option to work in WIN32
2009-12-18 Gerd Hoffmannfix vga names in default_list
2009-12-18 Gerd Hoffmannusb-net: use qdev for -usbdevice
2009-12-18 Gerd HoffmannCheck rom_load_all() return value.
2009-12-18 Gerd Hoffmanndefaults: update device_list[]
2009-12-18 Gerd Hoffmanndefaults: split default_drive
2009-12-18 Kevin WolfRevert "Rename DriveInfo.onerror to on_write_error...
2009-12-18 Alexander Grafadd default virtcon initialization
2009-12-12 Luiz Capitulinomonitor: Convert do_info_mice() to QObject
2009-12-12 Gerd HoffmannSet default console to virtio on S390x
2009-12-12 Gerd Hoffmanndefault devices: virtio consoles.
2009-12-12 Gerd Hoffmannadd -qmp convinience switch
2009-12-12 Gerd Hoffmannadd new -mon switch
2009-12-12 Gerd Hoffmannrework -monitor handling, switch to QemuOpts
2009-12-12 Gerd Hoffmanndefault devices: drives
2009-12-12 Gerd Hoffmanndefault devices: network
2009-12-12 Gerd Hoffmanndefault devices: add global cmd line option.
2009-12-12 Gerd Hoffmanndefault devices: vga adapter.
2009-12-12 Gerd Hoffmannzap serial_monitor_mux
2009-12-12 Gerd Hoffmanndefault devices: qemu monitor.
2009-12-12 Gerd Hoffmanndefault devices: parallel port.
2009-12-12 Gerd Hoffmanndefault devices: core code & serial lines.
2009-12-12 Gerd Hoffmannchardev: move greeting into vc backend.
2009-12-12 Gerd HoffmannRevert "Set default console to virtio on S390x"
2009-12-12 Gerd HoffmannRevert "monitor: Command-line flag to enable control...
2009-12-12 Gerd Hoffmannchardev: make chardevs specified in config file work.
2009-12-12 Gerd Hoffmannqdev: add command line option to set global defaults...
2009-12-12 Gerd Hoffmannqdev: make compat stuff more generic
2009-12-05 Alexander GrafSet default console to virtio on S390x
2009-12-04 Blue Swirlmonitor: rename EVENT_* to QEVENT_* to avoid conflict...
2009-12-03 Kevin WolfRename DriveInfo.onerror to on_write_error
2009-12-03 Kevin WolfDon't leak file descriptors
2009-12-03 Kevin Wolfvirtio-blk: Implement rerror option
2009-12-03 Kevin Wolfide: Implement rerror option
2009-12-03 Kevin WolfIntroduce rerror option for drives
2009-12-03 Kevin WolfRename DriveInfo.onerror to on_write_error
2009-12-03 Jan Kiszkaram migration: Properly reset statistics
2009-12-03 Jan Kiszkalive migration: Propagate output monitor to callback...
2009-12-03 Jan Kiszkalive migration: Allow cleanup after cancellation or...
2009-12-03 Jan Kiszkaram migration: Stop loading on error
2009-12-03 Mark McLoughlinnet: move slirp code from net.c to net/slirp.c
2009-12-03 Luiz CapitulinoQMP: Introduce basic asynchronous events
2009-12-03 Luiz Capitulinomonitor: Command-line flag to enable control mode
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-11-30 Aurelien JarnoFix commit a167ba50851cdac2fa36633587e98c5956cd6b18
2009-11-29 Aurelien JarnoAdd support for GNU/kFreeBSD
2009-11-22 Hervé Poussineau[WIN32] Enable -k option on Windows too
2009-11-17 lirans@il.ibm.comBlock live migration
2009-11-17 Amit Shahchar: Remove special init_reset handling
2009-11-12 Juan Quintelaqemu_system_reset: we need to call it before loadvm...
2009-11-09 Gerd HoffmannQemuOpts: command line switches for the config file.
2009-11-09 Markus ArmbrusterConfigurable block format whitelist
2009-11-09 Naphtali SpreiAdded readonly flag to -drive command
2009-11-07 Glauber Costav3: don't call reset functions on cpu initialization
2009-10-30 Anthony LiguoriRevert "Fall back to network boot as the last possible...
2009-10-30 Anthony LiguoriFall back to network boot as the last possible boot...
2009-10-30 Gerd Hoffmannusb-storage: use qdev for -usbdevice
2009-10-30 Gerd Hoffmannusb-serial and braille: use qdev for -usbdevice
next