OSDN Git Service

qmiga/qemu.git
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
2009-10-05 Markus ArmbrusterFix pci_add storage not to exit on bad first argument
2009-10-05 Markus ArmbrusterFix pci_vga_init() not to ignore bus argument
2009-10-05 Gleb Natapovset correct CS seg limit and flags on sipi
2009-10-05 =?UTF-8?q?Reimar... Set revision in eeprom correctly for 82557 versions.
2009-10-05 Thomas Monjalonrestore CFLAGS check for conflict and fix recursive...
2009-10-05 Amit Shahvirtio-pci: return error if virtio_console_init fails
2009-10-05 Amit Shahqdev: show name of device that fails init
2009-10-05 Stefan Weilvnc: Set invalid buffer pointers to NULL
2009-10-05 Kevin Wolfeepro100: Don't allow guests to fail assertions
2009-10-05 Kevin Wolfqcow2: Increase maximum cluster size to 2 MB
2009-10-05 Michael S.... qemu/virtio-pci: remove unnecessary check
2009-10-05 Michael S.... qemu: clean up target page usage in msix
2009-10-05 Michael S.... fix comment on cpu_register_physical_memory_offset
2009-10-05 Michael S.... qemu/pci: reset device registers on bus reset
2009-10-05 Michael S.... qemu/pci: refactor code/symbolic constants
2009-10-05 Michael S.... qemu/virtio: fix reset with device removal
2009-10-05 Michael S.... qemu/qdev: type safety in reset handler
2009-10-05 Gerd Hoffmannserial: convert isa to qdev
2009-10-05 Gerd Hoffmannqdev: don't crash on unset drive properties.
next