summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * mips_malta: convert to memory APIAvi Kivity2011-09-181-27/+26
| * mips_jazz: convert to memory APIAvi Kivity2011-09-181-45/+45
* | Merge remote-tracking branch 'mst-tmp/for_anthony' into stagingAnthony Liguori2011-09-2014-96/+110
|\ \
| * | pci_bridge: simplify memory regions some moreMichael S. Tsirkin2011-09-202-13/+24
| * | pci: implement bridge filteringMichael S. Tsirkin2011-09-194-76/+91
| * | pci_bridge: use parent bus's address spaceWen Congyang2011-09-191-0/+3
| * | pci: Remove unused mem_base from PCIBusJan Kiszka2011-09-191-1/+0
| * | pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-1910-14/+8
| * | pci: Remove unused pci_reserve_capabilityJan Kiszka2011-09-192-8/+0
| |/
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-09-206-60/+64
|\ \
| * | scsi: fix sign extension problemsPaolo Bonzini2011-09-201-15/+7
| * | AHCI Port Interrupt Enable register cleaning on soft resetAlexander Motin2011-09-201-3/+5
| * | scsi-disk: lazily allocate bounce bufferPaolo Bonzini2011-09-201-11/+33
| * | scsi-disk: commonize iovec creation between reads and writesPaolo Bonzini2011-09-201-24/+18
| * | dma-helpers: rename is_write to to_devPaolo Bonzini2011-09-192-2/+2
| * | scsi-generic: do not disable FUAPaolo Bonzini2011-09-191-6/+0
| |/
* | Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2011-09-2011-17/+21
|\ \ | |/ |/|
| * Drop the vm_running global variableLuiz Capitulino2011-09-153-3/+3
| * Replace the VMSTOP macros with a proper state typeLuiz Capitulino2011-09-1510-14/+18
* | sun4u: don't set up isa_mem_baseBlue Swirl2011-09-181-1/+0
* | trace: add virtio_set_status() trace eventStefan Hajnoczi2011-09-172-8/+11
* | qdev: print bus properties tooGerd Hoffmann2011-09-161-0/+6
* | vga: Respect isa_mem_base when registering chain4 aliasJan Kiszka2011-09-161-0/+1
* | hw/integratorcp: Fix bugs in writes to CM_CTRL system registerPeter Maydell2011-09-161-5/+11
* | vga: Fix text mode screendumpsJan Kiszka2011-09-161-4/+3
* | Remove blanks before \n in output stringsStefan Weil2011-09-167-28/+28
|/
* Merge remote-tracking branch 'aneesh/for-upstream-4' into stagingAnthony Liguori2011-09-152-0/+130
|\
| * hw/9pfs: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-09-092-0/+42
| * hw/9pfs: add 9P2000.L renameat operationAneesh Kumar K.V2011-09-092-0/+84
| * hw/9pfs: Fix memleaks in some 9p operationAneesh Kumar K.V2011-09-091-0/+2
| * hw/9pfs: Initialize rest of qid field to zero.Aneesh Kumar K.V2011-09-091-0/+1
| * hw/9pfs: Update the fidp path before opendirAneesh Kumar K.V2011-09-091-0/+1
* | ahci: Remove unused struct memberStefan Weil2011-09-122-3/+0
* | ide/atapi scsi-disk: Make monitor eject -f, then change workMarkus Armbruster2011-09-122-0/+2
* | block: New change_media_cb() parameter loadMarkus Armbruster2011-09-124-4/+4
* | block: New bdrv_set_buffer_alignment()Markus Armbruster2011-09-123-4/+3
* | hw: Trim superfluous #include "block_int.h"Markus Armbruster2011-09-1210-10/+0
* | block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster2011-09-126-3/+4
* | block: Show whether the virtual tray is open in info blockMarkus Armbruster2011-09-122-0/+12
* | block: Drop BlockDriverState member removableMarkus Armbruster2011-09-125-5/+0
* | block: Clean up remaining users of "removable"Markus Armbruster2011-09-121-0/+5
* | ide/atapi: Preserve tray state on migrationMarkus Armbruster2011-09-121-0/+32
* | scsi-disk: Fix START_STOP to fail when it can't ejectMarkus Armbruster2011-09-123-4/+25
* | ide/atapi: Don't fail eject when tray is already openMarkus Armbruster2011-09-121-1/+1
* | block: Rename bdrv_set_locked() to bdrv_lock_medium()Markus Armbruster2011-09-122-2/+2
* | block: Drop medium lock tracking, ask device models insteadMarkus Armbruster2011-09-122-0/+16
* | block: Leave enforcing tray lock to device modelsMarkus Armbruster2011-09-122-20/+12
* | scsi-disk: Track tray locked stateMarkus Armbruster2011-09-121-1/+3
* | ide/atapi: Track tray locked stateMarkus Armbruster2011-09-122-1/+4
* | block: Revert entanglement of bdrv_is_inserted() with tray statusMarkus Armbruster2011-09-122-9/+16
OpenPOWER on IntegriCloud