aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-03-16error: Rename qemu_error_new() to qerror_report()Markus Armbruster
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Don't abuse qemu_error() for non-error in scsi_hot_add()Markus Armbruster
2010-03-16error: Don't abuse qemu_error() for non-error in qbus_find()Markus Armbruster
2010-03-16error: Don't abuse qemu_error() for non-error in qdev_device_help()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-03-16block: Simplify usb_msd_initfn() test for "can read bdrv key"Markus Armbruster
2010-03-16pc: Factor common code out of pc_boot_set() and cmos_init()Markus Armbruster
2010-03-16pc: Fix error reporting for -boot onceMarkus Armbruster
2010-03-09QMP: Introduce WATCHDOG eventLuiz Capitulino
2010-03-09kbd leds: usb kbdGerd Hoffmann
2010-03-09kbd leds: ps/2 kbdGerd Hoffmann
2010-03-09scsi: Make device scsi-disk reject /dev/sg*Markus Armbruster
2010-03-09qdev: Catch attempt to attach more than one device to a netdevMarkus Armbruster
2010-03-09qdev: Improve diagnostics for bad property valuesMarkus Armbruster
2010-03-08virtio-pci: Use DEV_NVECTORS_UNSPECIFIED instead of -1 for virtio-serialAmit Shah
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah
2010-03-08pcnet APROMWE bit location (retry)Chris Kilgour
2010-03-08adding helper pci functionsIzik Eidus
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino
2010-03-08block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino
2010-03-08ppc: don't define bamboo-0.13 as the default machineAurelien Jarno
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl
2010-03-06scsi: update comment on the standards revisionChristoph Hellwig
2010-03-06ppc440_bamboo: Disable new virtio-serial features for 0.12 machine typeAmit Shah
2010-03-06ppc440_bamboo: Add 0.12 and 0.13 machine types for backward compatAmit Shah
2010-03-06s390-virtio: Fix compile error for virtio-block initAmit Shah
2010-03-06hw/serial.c: fix THRE interrupt clearingAurelien Jarno
2010-03-06hw/serial.c: fix indentationAurelien Jarno
2010-03-04Merge remote branch 'qemu-kvm/uq/master' into pullsAnthony Liguori
2010-03-04x86: Extend validity of bsp_to_cpuJan Kiszka
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2010-03-04Allocate memory below 4GB as one chunkAvi Kivity
2010-03-03eepro100: Keep includes sortedStefan Weil
2010-03-03eepro100: Remove C++ commentsStefan Weil
2010-03-03eepro100: Add diagnose commandStefan Weil
2010-03-03eepro100: New function for reading command blockStefan Weil
2010-03-03eepro100: Use tx.statusStefan Weil
2010-03-03eepro100: Prettify code (no functional changes)Stefan Weil
2010-03-03eepro100: Fix CU Start commandStefan Weil
2010-03-03eepro100: Support RNR interruptStefan Weil
2010-03-03eepro100: Replace variable name to fix a compiler warningStefan Weil
2010-03-03eepro100: Use symbolic names for bits in EEPROM idStefan Weil
2010-03-03eepro100: Remove old unused codeStefan Weil
2010-03-03eepro100: Use symbolic names and BIT macros in binary operationsStefan Weil
2010-03-03eepro100: Add device descriptionsStefan Weil
2010-03-03eepro100: Update copyright noticeStefan Weil
2010-03-03eepro100: Add TODO listStefan Weil
2010-03-03eepro100: Support gpxe boot for all eepro100 devicesStefan Weil
2010-03-03eepro100: Fix PXE bootStefan Weil