summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2013-07-29fdc: Fix inheritence for SUNW,fdtwoAndreas Färber1-44/+44
2013-07-29Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-9/+40
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum5-0/+7
2013-07-29dataplane: refuse to start if device is already in useStefan Hajnoczi1-0/+8
2013-07-29dataplane: enable virtio-blk x-data-plane=on live migrationStefan Hajnoczi2-9/+32
2013-07-29xen_disk: support "direct-io-safe" backend optionStefano Stabellini1-1/+13
2013-07-28pflash_cfi01: duplicate status byte from bits 23:16 for 32bit readsPaul Burton1-0/+3
2013-07-23pflash_cfi02: Use QOM realize for pflash_cfi02Hu Tao1-8/+7
2013-07-23pflash_cfi01: Use QOM realize for pflash_cfi01Hu Tao1-7/+5
2013-07-23fdc: Improve error propagation for QOM realizeAndreas Färber1-18/+22
2013-07-23fdc: Use QOM realize for fdcHu Tao1-22/+41
2013-07-23pflash-cfi02: QOM'ify some moreHu Tao1-9/+12
2013-07-23pflash-cfi01: QOM'ify some moreHu Tao1-9/+12
2013-07-23fdc: QOM'ify some moreHu Tao1-16/+25
2013-07-22Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-4/+8
2013-07-19block/m25p80: Update Micron entriesEd Maste1-4/+8
2013-07-19dataplane: sync virtio.c and vring.c virtqueue stateStefan Hajnoczi1-1/+1
2013-07-04hw/block: pass owner to memory_region_init* functionsPaolo Bonzini5-13/+17
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini6-14/+15
2013-06-25nand: Don't inherit from SysbusPeter Crosthwaite1-3/+4
2013-06-25block/nand: Convert Sysbus::init to Device::realizePeter Crosthwaite1-9/+7
2013-06-25block/nand: QOM casting sweepPeter Crosthwaite1-9/+16
2013-06-21block/nand: Formatting sweepPeter Crosthwaite1-15/+18
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-1/+1
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch3-0/+1597
2013-06-07isa: QOM'ify ISADeviceAndreas Färber1-7/+9
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-10/+14
2013-06-04block: add block driver read only whitelistFam Zheng1-2/+6
2013-06-01m25p80: Add Micron n25q032aEd Maste1-0/+1
2013-05-29pc_sysfw: allow flash (-pflash) memory to be used with KVMJordan Justen1-19/+31
2013-05-29isapc: Fix non-KVM qemu boot (read/write memory for isapc BIOS)Jordan Justen1-5/+11
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka2-4/+4
2013-05-13Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"Paolo Bonzini1-4/+4
2013-05-12m25p80.c: Sync Flash chip list with LinuxEd Maste1-5/+26
2013-04-29fdc: QOM'ify ISA floppy controllerAndreas Färber1-9/+12
2013-04-24pc: Kill the "use flash device for BIOS unless KVM" misfeatureMarkus Armbruster1-2/+18
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-2/+2
2013-04-24virtio: remove virtiobindings.KONRAD Frederic1-6/+9
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-5/+0
2013-04-20qdev: Drop taddr propertiesPeter Maydell1-1/+0
2013-04-19m25p80: Remove bogus include of devices.hPeter Crosthwaite1-1/+0
2013-04-16m25p80: Add debug message for no bdrvPeter Crosthwaite1-0/+1
2013-04-16m25p80.c: Multiple debug verbosity levelsPeter Crosthwaite1-19/+21
2013-04-16m25p80: Convert guest errors to LOG_GUEST_ERRORPeter Crosthwaite1-5/+7
2013-04-16m25p80: Fix debug messages.Peter Crosthwaite1-6/+7
2013-04-15arm: fix location of some include filesPeter Maydell1-1/+1
2013-04-12Typo, spelling and grammatical fixesPeter Maydell1-2/+2
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini2-1/+104
2013-04-08hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini4-0/+1297
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini7-0/+1479