Work around OpenSolaris sys/regset.h namespace pollution
[qemu] / sysemu.h
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-04 Luiz Capitulinomonitor: Port handler_3 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_2 to use QDict
2009-09-04 Luiz Capitulinomonitor: Port handler_1 to use QDict
2009-09-04 Luiz CapitulinoAdd wrappers to functions used by the Monitor
2009-08-28 Gerd Hoffmannswitch balloon initialization to -device.
2009-08-28 Gerd Hoffmannadd qemu_error() + friends
2009-08-28 Juan Quintelamake load_vmstate() return errors
2009-08-28 Juan Quintelamove do_loadvm() to monitor.c
2009-08-28 Juan Quintelasplit do_loadvm() into do_loadvm() and load_vmstate()
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-08-24 Jes SorensenQEMU set irq0override in fw_cfg
2009-08-24 Zachary AmsdenClean up VGA type selection; far too many variables...
2009-08-10 Gerd Hoffmannadd -drive if=none
2009-08-10 Gerd Hoffmannconstify drive_get_by_id arg
2009-08-09 Blue SwirlUse qemu_irq for system_powerdown
2009-07-30 Paolo Bonzinifix migration to obey -S
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-16 Jan KiszkaAdd boot menu control via command line switch
2009-06-29 Markus ArmbrusterReplace -no-virtio-balloon by -balloon
2009-06-29 Jan KiszkaIntroduce get_next_param_value
2009-06-24 john cooperAdd serial number support for virtio_blk
2009-06-22 Markus ArmbrusterSupport addr=... in option argument of -drive if=virtio
2009-06-22 Isaku Yamahataacpi.c: make qemu_system_device_hot_add piix independent.
2009-06-14 Eduardo HabkostAdd -no-virtio-balloon command-line option
2009-06-09 Jan Kiszkanet: Real fix for check_params users
2009-05-30 Paul BrookUse relative path for bios
2009-05-22 Kevin WolfCreate qemu-option.h
2009-05-22 Glauber Costaaugment info migrate with page status
2009-05-22 Anthony LiguoriRefactor how display drivers are selected
2009-05-19 Paul BrookHardware convenience library
2009-05-19 Paul BrookRemove obsolete BIOS_SIZE from sysemu.h
2009-05-14 Paul BrookBasic qdev infrastructure.
2009-05-12 Paul BrookPush AUD_init down to devices
2009-05-01 Jan Kiszkanet: Fix -net socket parameter checks
2009-04-22 aliguorixen: add -vga xenfb option, configure xenfb (Gerd Hoffmann)
2009-04-22 aliguorixen: add block device backend driver. (Gerd Hoffmann)
2009-04-21 aliguoriadded -numa cmdline parameter parser (Andre Przywara)
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-18 blueswir1Move bootp_filename to avoid a sparse warning
2009-04-17 aliguoriqemu: Add prototype and make qemu_uuid_parse() non...
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-02-11 aliguoriqemu: PCI device, disk and host network hot-add / hot...
2009-02-11 aliguoriqemu: pci hotplug GPE support (Marcelo Tosatti)
2009-02-11 aliguoriqemu: initialize hot add system / acpi gpe (Marcelo...
2009-02-11 aliguoriqemu: net/drive add/remove tweaks (Marcelo Tosatti)
2009-02-11 aliguoriqemu: move drives_opt for external use (Marcelo Tosatti)
2009-02-11 aliguoriqemu: drive removal support (Marcelo Tosatti)
2009-02-11 aliguoriqemu: dynamic drive/drive_opt index allocation (Marcelo...
2009-01-22 aliguoriRework vm_state_change notifiers (Jan Kiszka)
2009-01-21 aliguoriStop VM on ENOSPC error. (Gleb Natapov)
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2009-01-15 aliguoriadd a -vga none cli option (Stefano Stabellini)
2009-01-15 aliguoriAdd -rtc-td-hack option to fix time drift with RTC...
2009-01-15 aliguoriadd virtio-console support (Christian Ehrhardt)
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2009-01-07 aliguoriadd "serial" parameter to -drive flag (Gleb Natapov)
2008-12-24 blueswir1Add support for -prom-env command line options
2008-12-04 aliguoriAdd virtio-blk support
2008-11-20 aliguoriuImage: rename load_uboot() to load_uimage() (Hollis...
2008-11-20 aliguoriuImage: return base load address (Hollis Blanchard)
2008-10-31 aliguoriMove network redirection code out of vl.c and into...
2008-10-31 aliguoriMove some declarations around in the QEMU CharDriver...
2008-10-31 aliguoriMain loop fixes/cleanup
2008-10-22 pbrookUse load address when loading ELF images.
2008-10-13 aliguoriIntroduce ethernet announcement function.
2008-10-06 aliguoriIntroduce v3 of savevm protocol
2008-10-05 blueswir1Variable autostart is not used outside main()
2008-10-04 blueswir1Move nographic export to sysemu.h
2008-09-18 blueswir1Add -uuid command line option (Gleb Natapov)
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-05-12 blueswir1Remove most uses of phys_ram_base (initial patch by...
2008-05-10 blueswir1Fix compiler warnings in common files
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-24 balrogRAM usage information in machine definition.
2008-04-22 aurel32Revert "Use correct types to enable > 2G support" ...
2008-04-22 aurel32Use correct types to enable > 2G support, based on...
2008-03-18 aurel32SCI fixes
2008-02-17 balrogUnify RTCs that use host time, fix M48t59 alarm.
2007-12-17 thsFix compilation with Cygwin, by Herve Poussineau.
2007-12-02 thsAdd -drive parameter, by Laurent Vivier.
2007-11-17 pbrookBreak up vl.h.