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