summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* qdev: Convert qbus_find() to QErrorMarkus Armbruster2010-03-161-11/+14
* qdev: Relax parsing of bus optionMarkus Armbruster2010-03-161-9/+17
* qdev: convert setting device properties to QErrorMarkus Armbruster2010-03-162-10/+7
* qdev: Hide "ptr" properties from usersMarkus Armbruster2010-03-162-13/+23
* qdev: Hide "no_user" devices from usersMarkus Armbruster2010-03-161-6/+4
* qdev: Factor qdev_create_from_info() out of qdev_create()Markus Armbruster2010-03-161-15/+22
* qdev: Fix -device and device_add to handle unsuitable bus gracefullyMarkus Armbruster2010-03-161-0/+5
* error: Rename qemu_error_new() to qerror_report()Markus Armbruster2010-03-161-1/+1
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-1613-50/+50
* error: Don't abuse qemu_error() for non-error in scsi_hot_add()Markus Armbruster2010-03-161-4/+6
* error: Don't abuse qemu_error() for non-error in qbus_find()Markus Armbruster2010-03-161-20/+17
* error: Don't abuse qemu_error() for non-error in qdev_device_help()Markus Armbruster2010-03-161-21/+10
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-166-4/+6
* block: Simplify usb_msd_initfn() test for "can read bdrv key"Markus Armbruster2010-03-161-1/+1
* pc: Factor common code out of pc_boot_set() and cmos_init()Markus Armbruster2010-03-161-20/+8
* pc: Fix error reporting for -boot onceMarkus Armbruster2010-03-161-4/+3
* QMP: Introduce WATCHDOG eventLuiz Capitulino2010-03-091-0/+17
* kbd leds: usb kbdGerd Hoffmann2010-03-091-0/+8
* kbd leds: ps/2 kbdGerd Hoffmann2010-03-091-0/+2
* scsi: Make device scsi-disk reject /dev/sg*Markus Armbruster2010-03-091-0/+5
* qdev: Catch attempt to attach more than one device to a netdevMarkus Armbruster2010-03-091-0/+7
* qdev: Improve diagnostics for bad property valuesMarkus Armbruster2010-03-091-23/+34
* virtio-pci: Use DEV_NVECTORS_UNSPECIFIED instead of -1 for virtio-serialAmit Shah2010-03-081-3/+5
* qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah2010-03-082-1/+5
* pcnet APROMWE bit location (retry)Chris Kilgour2010-03-081-1/+1
* adding helper pci functionsIzik Eidus2010-03-081-0/+18
* QMP: Introduce RTC_CHANGE eventLuiz Capitulino2010-03-081-0/+2
* block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino2010-03-083-3/+3
* ppc: don't define bamboo-0.13 as the default machineAurelien Jarno2010-03-081-1/+0
* Update to a hopefully more future proof FSF addressBlue Swirl2010-03-074-9/+5
* scsi: update comment on the standards revisionChristoph Hellwig2010-03-061-2/+6
* ppc440_bamboo: Disable new virtio-serial features for 0.12 machine typeAmit Shah2010-03-061-0/+12
* ppc440_bamboo: Add 0.12 and 0.13 machine types for backward compatAmit Shah2010-03-061-1/+10
* s390-virtio: Fix compile error for virtio-block initAmit Shah2010-03-061-1/+1
* hw/serial.c: fix THRE interrupt clearingAurelien Jarno2010-03-061-1/+1
* hw/serial.c: fix indentationAurelien Jarno2010-03-061-8/+8
* Merge remote branch 'qemu-kvm/uq/master' into pullsAnthony Liguori2010-03-045-19/+4
|\
| * x86: Extend validity of bsp_to_cpuJan Kiszka2010-03-041-1/+2
| * KVM: Rework VCPU state writeback APIJan Kiszka2010-03-044-9/+0
| * Allocate memory below 4GB as one chunkAvi Kivity2010-03-041-9/+2
* | eepro100: Keep includes sortedStefan Weil2010-03-031-1/+1
* | eepro100: Remove C++ commentsStefan Weil2010-03-031-59/+126
* | eepro100: Add diagnose commandStefan Weil2010-03-031-0/+5
* | eepro100: New function for reading command blockStefan Weil2010-03-031-14/+28
* | eepro100: Use tx.statusStefan Weil2010-03-031-3/+3
* | eepro100: Prettify code (no functional changes)Stefan Weil2010-03-031-4/+4
* | eepro100: Fix CU Start commandStefan Weil2010-03-031-6/+6
* | eepro100: Support RNR interruptStefan Weil2010-03-031-3/+10
* | eepro100: Replace variable name to fix a compiler warningStefan Weil2010-03-031-6/+6
* | eepro100: Use symbolic names for bits in EEPROM idStefan Weil2010-03-031-1/+16
OpenPOWER on IntegriCloud