qdev/prop: convert slavio_timer.c to helper macros.
[qemu] / vl.c
2009-08-10 Stefano Stabellinivariable timer intervals
2009-08-10 Gerd Hoffmannqdev-ify virtio-blk.
2009-08-10 Gerd Hoffmannadd -drive if=none
2009-08-10 Gerd Hoffmannconstify drive_get_by_id arg
2009-08-10 Gerd HoffmannQemuOpts: switch over -device.
2009-08-10 Gerd HoffmannQemuOpts: add -set option
2009-08-10 Gerd HoffmannQemuOpts: create qemu-config.h
2009-08-10 Gerd HoffmannQemuOpts: make the drive id actually show up in "info...
2009-08-09 Blue SwirlUse qemu_irq for system_powerdown
2009-07-30 Paolo Bonzinifix migration to obey -S
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27 Filip NavaraRemove special Win32 code in vl.c that's no longer...
2009-07-27 Filip NavaraRemove setvbuf(<handle>, NULL, _IOLBF, 0) calls for...
2009-07-27 Glauber Costafix broken migration
2009-07-27 Jes SorensenIntroduce -smp , maxcpus= flag to specify maximum numbe...
2009-07-27 Gerd Hoffmannswitch -drive to QemuOpts.
2009-07-27 Gerd Hoffmannmove parser functions from vl.c to qemu-option.c
2009-07-27 Gerd Hoffmannkill drives_opt
2009-07-27 Gerd Hoffmannadd support for drive ids.
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-27 Gerd Hoffmannqdev: add -device command line option.
2009-07-27 Mark McLoughlinAdd machine type aliases
2009-07-17 Blue SwirlFix OpenBSD build
2009-07-16 Gerd Hoffmannqdev/compat: compat property infrastructure.
2009-07-16 Paolo Bonzinihonor -S on incoming migration
2009-07-16 Jan KiszkaAdd boot menu control via command line switch
2009-07-16 Jan KiszkaAdd boot-once support
2009-07-16 Jan KiszkaAdd qemu_unregister_reset
2009-07-16 Jan KiszkaRework reset handler management
2009-07-16 Jan KiszkaMove boot_set callback backend
2009-07-16 Jan KiszkaRework -boot option
2009-07-09 Anthony LiguoriDisable kqemu by default at run time
2009-07-09 Andi KleenAllow setting qemu process name v2
2009-07-09 Isaku Yamahatasplit out ioport related stuffs from vl.c into ioport.c.
2009-07-09 Kevin Wolfqcow2: Make cache=writethrough default
2009-06-29 Markus ArmbrusterReplace -no-virtio-balloon by -balloon
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-29 Jan Kiszkakvm: Rework VCPU synchronization
2009-06-29 Jan Kiszkaslirp: Kill slirp_is_inited
2009-06-29 Jan Kiszkaslirp: Rework monitor commands for host forwarding
2009-06-29 Jan Kiszkaslirp: Move smb, redir, tftp and bootp parameters and...
2009-06-29 Jan KiszkaIntroduce get_next_param_value
2009-06-24 Anthony LiguoriMake sure to zero out memory before calling madvise...
2009-06-22 Stefan WeilWin32: Fix compilation with SDL.
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -drive if=virtio
2009-06-22 Anthony LiguoriInstead of writing a zero page, madvise it away
2009-06-22 Glauber CostaMake nic option rom loading less painful.
2009-06-16 Glauber Costaadd non-arbitrary migration stop condition
2009-06-16 Amit ShahRemove dead code
2009-06-14 Eduardo HabkostAdd -no-virtio-balloon command-line option
2009-06-14 Stefan WeilFix SDL include path.
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-10 Luiz CapitulinoFix "defined but not used" warning
2009-06-09 Blue SwirlUse snprintf to avoid OpenBSD warning
2009-06-09 Blue SwirlFix warning
2009-06-09 Jan Kiszkanet: Improve parameter error reporting
2009-06-09 Jan Kiszkanet: Real fix for check_params users
2009-06-09 Mark McLoughlinRevert "Fix output of uninitialized strings"
2009-06-09 Jan Kiszkaslirp: Avoid zombie processes after fork_exec
2009-05-30 Paul BrookUse relative path for bios
2009-05-28 Jan Kiszkakvm: Mark full address range dirty on live migration...
2009-05-27 Alexander GrafUser Networking: Enable removal of redirections
2009-05-27 Christoph Hellwigfully split aio_pool from BlockDriver
2009-05-27 Kevin WolfFix output of uninitialized strings
2009-05-22 Jan Kiszkakvm: Rework VCPU reset
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-22 Jan Kiszkakvm: Add missing bits to support live migration
2009-05-22 Kevin WolfCreate qemu-option.h
2009-05-22 Glauber Costaaugment info migrate with page status
2009-05-22 Anthony LiguoriIntroduce is_default field for QEMUMachine
2009-05-22 Anthony LiguoriRefactor how display drivers are selected
2009-05-21 Anthony LiguoriConvert machine registration to use module init functions
2009-05-21 Anthony LiguoriEliminate --disable-gfx-check and make VNC default...
2009-05-20 Jean-Christophe... initialize struct sigevent before timer_create
2009-05-20 Jean-Christophe... Fix NULL alarm_timer pointer at exit
2009-05-14 Paul BrookBasic qdev infrastructure.
2009-05-13 Paul BrookFix kqemu build failure.
2009-05-13 Paul BrookRemove vga_ram_size
2009-05-10 Paul BrookFollow coding conventions
2009-05-08 Jan KiszkaDrop CONFIG_GDBSTUB
2009-05-01 Anthony LiguoriFix serial option with -drive
2009-05-01 Xiantao ZhangBuild fix for !CONFIG_GDBSTUB case
2009-05-01 Richard W.M. JonesHardware watchdog
2009-05-01 Jan Kiszkanet: Fix -net socket parameter checks
2009-04-29 Jan KiszkaFix qemu_event_init
2009-04-25 Blue SwirlFix Win32 warning
2009-04-24 aliguoriqemu: introduce iothread (Marcelo Tosatti)
2009-04-24 aliguoriqemu: handle stop request in main loop (Marcelo Tosatti)
2009-04-24 aliguoriqemu: refactor tcg cpu execution loop (Marcelo Tosatti)
2009-04-24 aliguoriqemu: use debug_requested global instead of cpu_exec...
2009-04-24 aliguoriqemu: introduce lock/unlock_iothread (Marcelo Tosatti)
2009-04-24 aliguoriqemu: introduce qemu_cpu_kick (Marcelo Tosatti)
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-04-24 aliguoriqemu: refactor main_loop (Marcelo Tosatti)
2009-04-24 aliguoriqemu: factor out event notification / rearm alarm timer...
2009-04-24 aliguoriqemu: introduce qemu_init_main_loop (Marcelo Tosatti)
2009-04-24 aliguoriqemu: create helper for event notification (Marcelo...
2009-04-22 aliguorixen: add -vga xenfb option, configure xenfb (Gerd Hoffmann)
2009-04-22 aliguorisimplify vga selection (Gerd Hoffmann)
next