Statistics
| Branch: | Revision:

root / hw / block @ b3b162c3

Name Size
  dataplane
Makefile.objs 591 Bytes
block.c 1.9 kB
cdrom.c 4.2 kB
ecc.c 3 kB
fdc.c 69.1 kB
hd-geometry.c 5.5 kB
m25p80.c 21.2 kB
nand.c 23.3 kB
nvme.c 24.1 kB
nvme.h 20.9 kB
onenand.c 24.8 kB
pc_sysfw.c 9.4 kB
pflash_cfi01.c 22.2 kB
pflash_cfi02.c 23.9 kB
tc58128.c 4.2 kB
virtio-blk.c 20 kB
xen_blkif.h 3.5 kB
xen_disk.c 30 kB

Latest revisions

# Date Author Comment
dd3be742 07/23/2013 01:37 am Hu Tao

fdc: QOM'ify some more

Introduce type constant and avoid DO_UPCAST(), container_of(),
and use DEVICE to avoid accessing parent qdev directly.

Signed-off-by: Hu Tao <>
[AF: Renamed parent field and avoided repeated SYS_BUS_DEVICE() casts]...

f1b44f0e 07/23/2013 01:37 am Hu Tao

pflash-cfi01: QOM'ify some more

Introduce type constant and replace FROM_SYSBUS().

Signed-off-by: Hu Tao <>
[AF: Renamed parent field]
Signed-off-by: Andreas Färber <>

3509c396 07/23/2013 01:37 am Hu Tao

pflash-cfi02: QOM'ify some more

Introduce type constant and replace FROM_SYSBUS().

Signed-off-by: Hu Tao <>
[AF: Renamed parent field]
Signed-off-by: Andreas Färber <>

a20bd9ee 07/22/2013 06:13 pm Anthony Liguori

Merge remote-tracking branch 'mjt/trivial-patches' into staging

  1. By Michael Tokarev (2) and others
  2. Via Michael Tokarev
    • mjt/trivial-patches:
      doc: monitor multiplexing rewording
      block/m25p80: Update Micron entries
      Fix command example in qemu.sasl...
f5aac8e0 07/19/2013 11:52 am Ed Maste

block/m25p80: Update Micron entries

- Split 32Mb and 256Mb parts into a11 and a13 variants.
- Add the 4K sector flag to the 128Mb parts. (These entries were taken from
the Linux kernel list, which is missing the flag.)
- Fill out the table of sizes with entries for 64Mb parts....

9154b02c 07/19/2013 07:29 am Stefan Hajnoczi

dataplane: sync virtio.c and vring.c virtqueue state

Load the virtio.c state into vring.c when we start dataplane mode and
vice versa when stopping dataplane mode. This patch makes it possible
to start and stop dataplane any time while the guest is running....

2d256e6f 07/04/2013 06:42 pm Paolo Bonzini

hw/block: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

7426aa72 06/25/2013 09:15 pm Peter Crosthwaite

nand: Don't inherit from Sysbus

Nand chips are not sysbus devices - they do not have any sense of MMIO,
nor interrupts. Re-parent to TYPE_DEVICE accordingly.

Cc:

Signed-off-by: Peter Crosthwaite <>
Reviewed-by: Andreas Färber <>...

d47a5d9b 06/25/2013 09:15 pm Peter Crosthwaite

block/nand: Convert Sysbus::init to Device::realize

The prescribed transition from Sysbus::init function to a
Device::realize.

Cc:

Signed-off-by: Peter Crosthwaite <>
Reviewed-by: Andreas Färber <>...

View revisions

Also available in: Atom