]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2009-10-09  Luiz Capitulinomonitor: do_info(): handle new and old info handlers
2009-10-09  Luiz Capitulinomonitor: Handle new and old style handlers
2009-10-09  Luiz Capitulinomonitor: Add user_print() to mon_cmd_t
2009-10-09  Luiz Capitulinomonitor: union for command handlers
2009-10-09  Luiz Capitulinomonitor: union for info handlers
2009-10-09  Luiz Capitulinomonitor: Convert mon_cmd_t initializations to C99 style
2009-10-09  Luiz CapitulinoIntroduce QList unit-tests
2009-10-09  Luiz CapitulinoIntroduce QList
2009-10-09  Luiz CapitulinoQObject: Accept NULL
2009-10-09  Juan QuintelaOnly compile ssi when one target uses it
2009-10-09  Juan QuintelaOnly compile ssi-sd when one target uses it
2009-10-09  Juan QuintelaOnly compile max111x when one target uses it
2009-10-09  Juan QuintelaOnly compile ads7846 when one target uses it
2009-10-09  Juan QuintelaOnly compile sd0323 when one target uses it
2009-10-09  Juan QuintelaOnly compile sd0303 when one target uses it
2009-10-09  Juan QuintelaOnly compile stellaris_input when one target uses it
2009-10-09  Juan QuintelaOnly compile tmp105 when one target uses it
2009-10-09  Juan QuintelaOnly compile lm832x when one target uses it
2009-10-09  Juan QuintelaOnly compile tsc2005 when one target uses it
2009-10-09  Juan QuintelaOnly compile twl92230 when one target uses it
2009-10-09  Juan QuintelaOnly compile wm8750 when one target uses it
2009-10-09  Juan QuintelaOnly compile max7310 when one target uses it
2009-10-09  Juan QuintelaOnly compile sd when one target uses it
2009-10-09  Juan QuintelaOnly compile ptimer when one target uses it
2009-10-09  Juan QuintelaOnly compile m48t59 when one target uses it
2009-10-09  Juan QuintelaOnly compile escc when one target uses it
2009-10-09  Juan QuintelaOnly compile esp when one target uses it
2009-10-09  Juan QuintelaOnly compile ecc when one target uses it
2009-10-09  Juan QuintelaOnly compile nand when one target uses it
2009-10-09  Juan QuintelaOnly compile qdev_addr when one target uses it
2009-10-09  Juan QuintelaOnly compile isa_mmio when one target uses it
2009-10-09  Juan QuintelaOnly compile usb_ohci when one target uses it
2009-10-09  Juan QuintelaGenerate gdbstub-xml.c only when needed
2009-10-09  Juan QuintelaGenerate config-devices.h
2009-10-09  Juan QuintelaAdd new config-devices.mak for each target
2009-10-09  Juan QuintelaMove generation of config-target.h to Makefile from...
2009-10-09  Juan QuintelaRename config.{h, mak} config-target.{h, mak}
2009-10-09  Juan QuintelaRemove useless check for config-host.mak
2009-10-09  Juan QuintelaMove generation of config-host.h to Makefile from configure
2009-10-09  Juan QuintelaDon't include config-host.mak from inside config.mak
2009-10-08  Edgar E. IglesiasCRIS: Update PR_EDA on TLB faults.
2009-10-07  Markus ArmbrusterClean up test for qdev_init() failure
2009-10-07  Markus ArmbrusterWarn if value of qdev_init() isn't checked
2009-10-07  Markus ArmbrusterMake isa_create() terminate program on failure
2009-10-07  Markus ArmbrusterNew qdev_init_nofail()
2009-10-07  Markus ArmbrusterCheck return value of qdev_init()
2009-10-07  Markus ArmbrusterMake qdev_init() destroy the device on failure
2009-10-07  Markus ArmbrusterUnbreak USB autoconnect filters
2009-10-07  Aurelien Jarnotcg: improve output log
2009-10-06  Laurent Desnoguestarget-i386: fix ARPL
2009-10-06  Juan Quintelaconfigure and Makefile are not generated in qemu
2009-10-06  Juan QuintelaDon't use implicit rules for Makefile
2009-10-06  Juan Quintelaoptionrom: create .PHONY variable
2009-10-06  Juan Quintelaadd build-all to .PHONY rules
2009-10-06  Juan Quintelaoptionrom: remove use of implicit RM variable
2009-10-06  Juan QuintelaAIOLIBS is not used anywhere
2009-10-06  Gerd Hoffmannqdev: move comment
2009-10-06  Michael S.... qemu/pci: make pci not depend on msix
2009-10-06  Michael S.... qemu/pci: clarify pci config load routine
2009-10-06  Mark McLoughlinFinal net cleanup after conversion to QemuOpts
2009-10-06  Mark McLoughlinPort PCI NIC hotplug to QemuOpts
2009-10-06  Mark McLoughlinPort usb net to QemuOpts
2009-10-06  Mark McLoughlinPort host_net_add monitor command to QemuOpts
2009-10-06  Mark McLoughlinClean up legacy code in net_client_init()
2009-10-06  Mark McLoughlinPort -net dump to QemuOpts
2009-10-06  Mark McLoughlinPort -net vde to QemuOpts
2009-10-06  Mark McLoughlinPort -net socket to QemuOpts
2009-10-06  Mark McLoughlinPort -net tap to QemuOpts
2009-10-06  Mark McLoughlinPort -net user to QemuOpts
2009-10-06  Mark McLoughlinPort -net none and -net nic to QemuOpts
2009-10-06  Mark McLoughlinAdd qemu_net_opts
2009-10-06  Mark McLoughlinNever overwrite a QemuOpt
2009-10-06  Mark McLoughlinAdd qemu_opts_validate() for post parsing validation
2009-10-06  Mark McLoughlinMake qemu_opts_parse() handle empty strings
2009-10-06  Mark McLoughlinRemove double error message for -device option parsing
2009-10-06  Mark McLoughlinRemove double error message in qemu_option_set()
2009-10-06  Mark McLoughlinRemove bogus error message from qemu_opts_set()
2009-10-06  Markus ArmbrusterDrop config_error(), use qemu_error() instead
2009-10-06  Markus ArmbrusterDon't exit() in config_error()
2009-10-06  Markus ArmbrusterMake net_client_init() consume slirp_configs even on...
2009-10-06  Mark McLoughlinUse qemu_strdup() for VLANClientState string fields
2009-10-06  Mark McLoughlinMove memset() from net_client_uninit() to net_client_init()
2009-10-06  Mark McLoughlinMake NICInfo string fields non-const
2009-10-06  Mark McLoughlinDon't assign a static string to NICInfo::model
2009-10-06  Mark McLoughlinUse qemu_strdup() for NICInfo string fields
2009-10-06  Jan KiszkaRegister rtc options for -set
2009-10-06  Anthony LiguoriRevert "Fix exit on 'pci_add' Monitor command"
2009-10-06  Dustin Kirklandoffer right-ctrl as a grab option
2009-10-06  Adrian Bridgettadd host_device format description to qemu-img manpage
2009-10-06  Gerd HoffmannReorganize option rom (+linux kernel) loading.
2009-10-06  =?UTF-8?q?Reimar... eepro100: support 16 bit read from SCBCmd (== 2)
2009-10-05  Aurelien Jarnotarget-i386: move recently added vmstate fields at...
2009-10-05  Kevin Wolfblock/raw: Add create_options for host_device
2009-10-05  Justin M. ForbesImprove error reporting on file access
2009-10-05  Stefan WeilWin32: Fix vnc support.
2009-10-05  Juan Quintelax86: fix miss merge
2009-10-05  Markus ArmbrusterRename pci_create_noinit() to pci_create()
2009-10-05  Markus Armbrusterpci_create() is now unused, remove it
2009-10-05  Markus ArmbrusterFix pci_add nic not to exit on bad model
2009-10-05  Markus ArmbrusterMake it obvious that pci_nic_init() can't fail
next