summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Move x86 specific PC declarations to a separate fileBlue Swirl2010-03-216-17/+24
* Revert "Convert atexit users to exit_notifier"Anthony Liguori2010-03-214-7/+5
* Fix a typoBlue Swirl2010-03-211-1/+2
* Fix a typo which broke Xen buildBlue Swirl2010-03-201-1/+1
* Convert atexit users to exit_notifierAnthony Liguori2010-03-194-5/+7
* Rewrite mouse handlers to use QTAILQ and to have an activation functionAnthony Liguori2010-03-191-4/+11
* Replace assert(0) with abort() or cpu_abort()Blue Swirl2010-03-185-30/+30
* hw/usb-msd: fix some usb requestsArnaud Patard (Rtp)2010-03-171-3/+5
* scsi-disk: fix buffer overflowGerd Hoffmann2010-03-171-1/+3
* read-only: Another minor cleanupNaphtali Sprei2010-03-171-2/+1
* disentangle tcg and deadline calculationPaolo Bonzini2010-03-171-2/+4
* balloon: Do not save VM state wrt asynchronous virtio operationsAdam Litke2010-03-171-9/+0
* block: add logical_block_size propertyChristoph Hellwig2010-03-173-9/+26
* Avoid crash on '-usbdevice <device>' without parametersJan Kiszka2010-03-171-1/+3
* Merge remote branch 'markus/qerror' into stagingAnthony Liguori2010-03-1716-179/+208
|\
| * monitor: convert do_device_add() to QObjectMarkus Armbruster2010-03-162-9/+35
| * monitor: Use argument type 'O' for device_addMarkus Armbruster2010-03-161-2/+1
| * qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster2010-03-163-3/+3
| * error: Convert do_device_add() to QErrorMarkus Armbruster2010-03-161-10/+9
| * Revert "qdev: Use QError for 'device not found' error"Markus Armbruster2010-03-161-2/+2
| * 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
* | Merge remote branch 'mst/pci' into stagingAnthony Liguori2010-03-172-62/+35
|\ \
| * | pcnet: make subsystem vendor id match hardwareMichael S. Tsirkin2010-03-151-0/+3
| * | eepro100: address pci todo's, use pci_set_xxMichael S. Tsirkin2010-03-151-62/+32
* | | Large page TLB flushPaul Brook2010-03-171-2/+5
* | | load_elf: replace the address addend by a translation functionAurelien Jarno2010-03-1623-100/+157
|/ /
* | mips: add header to mips_int.c and mips_timer.cAurelien Jarno2010-03-142-0/+44
* | spelling typo (compatibilty) in hw/fw_cfg.cVagrant Cascadian2010-03-141-1/+1
* | fdc: fix drive property handling.Gerd Hoffmann2010-03-131-5/+15
|/
* 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
OpenPOWER on IntegriCloud