]> git.proxmox.com Git - qemu.git/history - vl.c
virtio-blk: Avoid zeroing every request structure
[qemu.git] / vl.c
2010-05-18 TeLeManfix chardev_init for win32
2010-05-04 Blue SwirlFix cpu list("-cpu ?") breakage, spotted by TeLeMan
2010-05-03 Luiz CapitulinoQMP: Introduce RESUME event
2010-05-03 Gautham R Shenoyvirtio-9p: Create a syntactic shortcut for the file...
2010-05-03 Gautham R Shenoyvirtio-9p: Create a commandline option -fsdev
2010-05-03 Alex WilliamsonFix boot once option
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-05-01 Thomas Monjalonfix old typos in help header
2010-04-26 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-04-26 Jan Kiszkamonitor: Reorder intialization to drop initial mux...
2010-04-26 Jan Kiszkamonitor: Cleanup ID assignment for compat switch
2010-04-26 Luiz CapitulinoMonitor: Return before exiting with 'quit'
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Christoph Hellwigcleanup block driver option handling in vl.c
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-04-23 Kevin Wolfqemu-config: qemu_read_config_file() reads the normal...
2010-04-19 Paolo Bonziniprovide a stub version of kvm-all.c if !CONFIG_KVM
2010-04-18 Markus Armbrustererror: Drop extra messages after qemu_opts_set() and...
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-12 Blue SwirlFix build when configured with --enable-io-thread
2010-04-10 Eduardo Habkostboot: remove unused boot_devices_bitmap variable
2010-04-10 Eduardo Habkostnet: remove broken net_set_boot_mask() boot device...
2010-04-09 Paolo Bonzinimove balloon handling to balloon.c
2010-04-09 Paolo Bonzinimove two variable declarations out of vl.c
2010-04-09 Paolo Bonzinimove socket_init to qemu-sockets.c
2010-04-08 Naphtali Spreiread-only: allow read-only CDROM with any interface
2010-03-30 Juergen LockUse sysctl instead of /proc to find executable path...
2010-03-29 Blue SwirlRefactor target specific handling, compile vl.c only...
2010-03-29 Blue SwirlRefactor CPUState handling out of vl.c
2010-03-29 Blue SwirlRefactor a few architecture dependent pieces in vl.c
2010-03-29 Blue SwirlMove KVM and Xen global flags to vl.c
2010-03-29 Blue SwirlAdjust debug handling
2010-03-27 Blue SwirlFix driftfix option
2010-03-27 Blue SwirlRefactor numa mode setting
2010-03-27 Blue SwirlCompile ide/core only once
2010-03-21 Anthony LiguoriRevert "Introduce a default qmp session"
2010-03-21 Anthony LiguoriRevert "qmp: don't make -qmp disable the default monitor"
2010-03-21 Anthony LiguoriRevert "Convert atexit users to exit_notifier"
2010-03-21 Anthony LiguoriRevert "Add exit notifiers"
2010-03-20 Blue SwirlFix mingw32 build
2010-03-19 Anthony LiguoriIntroduce a default qmp session
2010-03-19 Anthony Liguoriqmp: don't make -qmp disable the default monitor
2010-03-19 Anthony LiguoriConvert atexit users to exit_notifier
2010-03-19 Anthony LiguoriAdd exit notifiers
2010-03-19 Juan QuintelaHandle deleted IOHandlers in a single buffer
2010-03-19 Juan Quintelarename IOCanRWHandler to IOCanReadHandler
2010-03-19 Juan QuintelaConvert io handlers to QLIST
2010-03-17 Paolo Bonzinisplit out qemu-timer.c
2010-03-17 Paolo Bonzinidisentangle tcg and deadline calculation
2010-03-17 Paolo Bonziniplace together more #ifdef CONFIG_IOTHREAD blocks
2010-03-17 Paolo Bonzinimove vmstate registration of vmstate_timers earlier
2010-03-17 Paolo Bonzininew function qemu_icount_delta
2010-03-17 Paolo Bonziniadd qemu_alarm_pending
2010-03-17 Paolo Bonziniadd qemu_icount_round
2010-03-17 Paolo Bonzinicentralize handling of -icount
2010-03-17 Paolo Bonziniintroduce and use qemu_clock_enable
2010-03-17 Paolo Bonzinichange qemu_run_timers interface
2010-03-17 Paolo Bonziniextract timer handling out of main_loop_wait
2010-03-17 Paolo Bonziniremove qemu_rearm_alarm_timer from main loop
2010-03-17 Paolo Bonzinitweak qemu_notify_event
2010-03-17 Paolo Bonzinido not use qemu_event_increment outside qemu_notify_event
2010-03-17 Paolo Bonzinimore alarm timer cleanup
2010-03-17 Paolo Bonzinionly one flag is needed for alarm_timer
2010-03-17 Paolo Bonzinifix error in win32_rearm_timer
2010-03-17 Paolo Bonziniavoid dubiously clever code in win32_start_timer
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrusterqemu-option: Move the implied first name into QemuOptsList
2010-03-16 Markus Armbrustererror: Track locations on command line
2010-03-16 Markus Armbrustererror: Track locations in configuration files
2010-03-16 Markus Armbrustererror: Include the program name in error messages to...
2010-03-16 Markus Armbrustererror: Replace qemu_error() by error_report()
2010-03-16 Markus Armbrustererror: Simplify error sink setup
2010-03-16 Markus Armbrustersavevm: Fix -loadvm to report errors to stderr, not...
2010-03-14 Jan KiszkaDon't set default monitor when there is a mux'ed one
2010-03-10 Luiz CapitulinoQMP: Really move the RESET event to qemu_system_reset()
2010-03-08 Luiz CapitulinoQMP: Introduce RTC_CHANGE event
2010-03-08 Luiz CapitulinoQMP: Drop DEBUG event
2010-03-08 Luiz CapitulinoQMP: Move RESET event into qemu_system_reset()
2010-03-08 Luiz CapitulinoQMP: Move STOP event into do_vm_stop()
2010-03-04 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into pulls
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
next