Statistics
| Branch: | Revision:

root @ 306f66b4

# Date Author Comment
8c85d15b 10/02/2011 05:14 pm Michael Walle

milkymist-memcard: convert to memory API

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

d46ccfce 10/02/2011 05:14 pm Michael Walle

milkymist-pfpu: convert to memory API

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

dfa87ccf 10/02/2011 05:14 pm Michael Walle

milkymist-sysctl: convert to memory API

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

7100453f 10/02/2011 05:14 pm Michael Walle

milkymist-tmu2: convert to memory API

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

5adb30d3 10/02/2011 05:14 pm Michael Walle

milkymist-uart: convert to memory API

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

883abf8d 10/02/2011 05:14 pm Michael Walle

milkymist-vgafb: convert to memory API

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

306f66b4 10/02/2011 05:14 pm Michael Walle

milkymist-{minimac2,softusb}: rename memory names

Be consistent with other milkymist models.

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

39186d8a 10/02/2011 05:14 pm Richard Henderson

serial: Add MemoryRegion parameter to serial_mm_init

Remove the get_system_memory() call from serial_mm_init, pushing
it back into the callers. In many cases we already have the
system memory region available.

Signed-off-by: Richard Henderson <>...

52ce55a1 10/02/2011 05:14 pm Richard Henderson

ppc405: Pass in address_space_mem to ppc405{cr, ep}_init

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

3e9f0113 10/02/2011 05:14 pm Richard Henderson

ppc440: Pass in address_space_mem to ppc440ep_init

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

a6dc4c2d 10/02/2011 05:14 pm Richard Henderson

pxa: Pass in address_space to pxa{255, 270}_init

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

27a9d2ea 10/02/2011 05:14 pm Richard Henderson

sm501: Pass address_space_mem to sm501_init

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

38bc50f7 10/02/2011 05:14 pm Richard Henderson

sun4u: Pass address_space_mem to sun4uv_init

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

5a95b51d 10/02/2011 05:14 pm Peter Maydell

hw/smc91c111: Convert to MemoryRegion

Signed-off-by: Peter Maydell <>
Signed-off-by: Avi Kivity <>

71cf9e62 10/02/2011 05:14 pm Fabien Chouteau

openpic: Memory API conversion for mpic

This patch converts mpic to the new memory API (through old mmio).

Signed-off-by: Fabien Chouteau <>
Signed-off-by: Avi Kivity <>

9496e1c3 10/02/2011 05:14 pm Michael Walle

milkymist-ac97: convert to memory API

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

321c17ae 10/02/2011 05:14 pm Michael Walle

milkymist-hpdmc: convert to memory API

Signed-off-by: Michael Walle <>
Signed-off-by: Avi Kivity <>

5dd25f36 10/02/2011 05:14 pm Edgar E. Iglesias

etrax-pic: Convert to MemoryRegion

Signed-off-by: Edgar E. Iglesias <>
Signed-off-by: Avi Kivity <>

dbfb57f3 10/02/2011 05:14 pm Edgar E. Iglesias

etrax-ser: Convert to MemoryRegion

Signed-off-by: Edgar E. Iglesias <>
Signed-off-by: Avi Kivity <>

b8e5da2c 10/02/2011 05:14 pm Edgar E. Iglesias

etrax-timer: Convert to MemoryRegion

Signed-off-by: Edgar E. Iglesias <>
Signed-off-by: Avi Kivity <>

9dcb06ce 10/02/2011 05:14 pm Edgar E. Iglesias

etrax-dma: Convert to MemoryRegion

Signed-off-by: Edgar E. Iglesias <>
Signed-off-by: Avi Kivity <>

06dccb82 10/02/2011 05:14 pm Edgar E. Iglesias

etrax-eth: Convert to MemoryRegion

Signed-off-by: Edgar E. Iglesias <>
Signed-off-by: Avi Kivity <>

8e8ffc44 10/02/2011 05:14 pm Richard Henderson

serial: Convert serial_mm_init to MemoryRegion

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

fb50cfe4 10/02/2011 05:14 pm Richard Henderson

serial: Use enum device_endian in serial_mm_init parameter

The use of DEVICE_NATIVE_ENDIAN cleans up lots of ifdefs in
many of the callers.

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

2ff0c7c3 10/02/2011 05:14 pm Richard Henderson

serial: Remove ioregister parameter from serial_mm_init

All callers passed 1.

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

3917149d 10/01/2011 12:31 pm Blue Swirl

Move GETPC from dyngen-exec.h to exec-all.h

GETPC can be used even from outside of helper code. Move the macro to
a more accessible location. Avoid a compile warning from redefining it in exec.c.

Signed-off-by: Blue Swirl <>

bccd9ec5 10/01/2011 12:31 pm Blue Swirl

softmmu_header: pass CPUState to tlb_fill

Pass CPUState pointer to tlb_fill() instead of architecture local
cpu_single_env hacks.

Signed-off-by: Blue Swirl <>

efbf29b6 10/01/2011 12:31 pm Blue Swirl

Document softmmu templates

Add some comments to describe each file.

Signed-off-by: Blue Swirl <>

bf4b9889 10/01/2011 12:28 pm Blue Swirl

ESP: convert to trace framework

Signed-off-by: Blue Swirl <>

b39491a8 10/01/2011 09:45 am Alexander Graf

PPC: Drop initial ESCC mapping

We are mapping ESCC to a static (incorrect) address on machine init. This
overlaps with our vram, rendering the screen barely usable.

Since openBIOS is clever enough to map ESCC to where it needs to be, we can
just drop that invalid map and everyone's happy....

a4773324 10/01/2011 09:42 am Jan Kiszka

tcg-i386: Introduce limited deposit support

x86 cannot provide an optimized generic deposit implementation. But at
least for a few special cases, namely for writing bits 0..7, 8..15, and
0..15, versions using only a single instruction are feasible.
Introducing such limited support improves emulating 16-bit x86 code on...

7e17a217 10/01/2011 09:23 am Jan Kiszka

mips_fulong2e: Reorder ISA bus and i8259 creation

Missed during memory region conversion: The i8259 now depends on the ISA
bus being created first. Reorder the initialization.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Blue Swirl <>

86ce7a5e 10/01/2011 09:21 am Jan Kiszka

target-i386: Remove redundant word mask in port out instructions

T0 was already masked to 16 bits when loading it.

Signed-off-by: Jan Kiszka <>
Reviewed-by: Richard Henderson <>
Signed-off-by: Blue Swirl <>

2ac8bd03 10/01/2011 09:19 am Peter Maydell

softfloat: Reinstate accidentally disabled target-specific NaN handling

Include config.h in softfloat.c, so that the target specific ifdefs in
softfloat-specialize.h are evaluated correctly. This was accidentally
broken in commit 789ec7ce2 when config-target.h was removed from...

df0eda9b 10/01/2011 09:15 am Peter Maydell

tcg/arm: Remove unused tcg_out_addi()

Remove the unused function tcg_out_addi() from the ARM TCG backend;
this fixes a compilation failure on ARM hosts with newer gcc.

Signed-off-by: Peter Maydell <>
Reviewed-by: Richard Henderson <>...

f28ffed5 10/01/2011 09:13 am Brad

configure: Detect predefined compiler symbols for ARM and HPPA

To be able to detect some ARM / HPPA based architectures such as with
OpenBSD/(armish / zaurus) or OpenBSD/hppa.

Signed-off-by: Brad Smith <>
Signed-off-by: Blue Swirl <>

7f6f0ae5 10/01/2011 09:11 am Stefan Weil

tcg: Add some assertions

Signed-off-by: Stefan Weil <>
Signed-off-by: Blue Swirl <>

c0ad3001 10/01/2011 09:11 am Stefan Weil

tcg: Add forward declarations for local functions

These functions are defined in the tcg target specific file
tcg-target.c.

The forward declarations assert that every tcg target uses
the same function prototype.

Signed-off-by: Stefan Weil <>...

840f5861 10/01/2011 09:11 am Stefan Weil

tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h

It is now declared for all tcg targets in tcg.h,
so the tcg target specific declarations are redundant.

Signed-off-by: Stefan Weil <>
Signed-off-by: Blue Swirl <>

817b838e 10/01/2011 09:09 am Stefan Weil

tcg: Declare TCG_TARGET_REG_BITS in tcg.h

TCG_TARGET_REG_BITS can be determined by the compiler,
so there is no need to declare it for each individual tcg target.

This is especially important for new tcg targets
which will be supported by the tcg interpreter....

8f440cda 09/29/2011 09:33 pm Anthony Liguori

Merge remote-tracking branch 'kiszka/queues/slirp' into staging

62ec6073 09/29/2011 09:32 pm Anthony Liguori

Merge remote-tracking branch 'aneesh/for-upstream-5' into staging

0bce98df 09/28/2011 11:39 pm Blue Swirl

Add OpenBIOS as a submodule

Update OpenBIOS images to r1047 built from submodule.

Signed-off-by: Blue Swirl <>

2b440432 09/28/2011 02:11 pm Thomas Huth

slirp: Fix packet expiration

The two new variables "arp_requested" and "expiration_date" in the mbuf
structure have been added after the variable-sized "m_dat_" array. The
variables have to be added before the m_dat_ array instead.
Without this patch, the expiration_date gets clobbered by code that...

8d06d69b 09/28/2011 02:10 pm Jan Kiszka

slirp: Fix use after release on tcp_input

ti points into the m buffer. But the latter may already be released
right after the dodata: label. Move the test before the potential
release.

Signed-off-by: Jan Kiszka <>

46f3069c 09/27/2011 10:16 pm Blue Swirl

PPC: use memory API to construct the PCI hole

Avoid vga.chain4 mapping by constructing a PCI hole for upper
2G of the PCI space.

Signed-off-by: Blue Swirl <>

3b7653ac 09/26/2011 04:00 pm Anthony Liguori

Merge remote-tracking branch 'qemu-kvm-tmp/memory/urgent' into staging

4c54661f 09/26/2011 04:00 pm Anthony Liguori

Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into staging

04970fd9 09/26/2011 04:00 pm Anthony Liguori

Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into staging

2f977dd7 09/26/2011 04:00 pm Anthony Liguori

Merge remote-tracking branch 'pmaydell/omap-for-upstream' into staging

11ddeea9 09/26/2011 03:59 pm Anthony Liguori

Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging

12da94ff 09/25/2011 05:15 pm Avi Kivity

ppc_prep: fix pci config space initialization

Use data_mem for the data mmio region, not conf_mem.

Signed-off-by: Avi Kivity <>

a4ac5e64 09/25/2011 02:58 pm Avi Kivity

mips_r4k: initialize i8259 after the ISA bus

Succeeding i8259 conversion to ISA requires this.

Signed-off-by: Avi Kivity <>

bac8ad41 09/25/2011 02:58 pm Avi Kivity

ppc_prep: initialize i8259 after the ISA bus

Succeeding i8259 conversion to ISA requires this.

Signed-off-by: Avi Kivity <>

098d314a 09/25/2011 02:58 pm Richard Henderson

i8259: Convert to MemoryRegion

The only non-obvious part is pic_poll_read which used
"addr1 >> 7" to detect whether one referred to either
the master or slave PIC. Instead, test this directly.

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

dbff76ac 09/25/2011 02:58 pm Richard Henderson

pckbd: Convert to MemoryRegion

Slightly non-obvious with mips_jazz passing in the region
structure to populate.

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

a941ae45 09/25/2011 02:58 pm Richard Henderson

serial: Convert serial_isa_initfn to MemoryRegion

The serial_mm_init path is as yet unconverted.

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

2f290a8c 09/25/2011 02:58 pm Richard Henderson

fdc: Convert isabus_fdc_init1 to MemoryRegion

This requires some amount of hoop-jumping, so that we don't
inadvertently claim port 0x3f6, which is used by ISA IDE.

The sysbus initialization path is as yet unconverted.

Signed-off-by: Richard Henderson <>...

78e20593 09/25/2011 02:58 pm Richard Henderson

isa: add isa_register_ioport()

To replace isa_init_ioport and isa_init_ioport_range
as the ISA devices are converted to the memory api.

[avi: use memory_region_size()]

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

4bae1efe 09/25/2011 02:58 pm Richard Henderson

pc: Re-order pc_init1 to initialize the ISA bus before ISA devices

In particular, the i8259 was being initialized before the ISA bus,
leading to a crash.

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

beae3979 09/25/2011 02:58 pm Richard Henderson

cs4231a: Convert to MemoryRegion

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

60ea6aa8 09/25/2011 02:58 pm Richard Henderson

i8254: Convert to MemoryRegion

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

5632ae46 09/25/2011 02:58 pm Avi Kivity

mips_malta: move i8259 initialization after piix4 initialization

i8259 is an ISA device (or at least, depends on the ISA infrastructure to
register its ioport); and the ISA bus is supplied by piix4. Later patches
make this dependency explicit.

Use qemu_irq_proxy() to stop the cycle by adding an extra layer of...

e155c99b 09/25/2011 02:58 pm Avi Kivity

mips_jazz: initialize i8259 after the ISA bus

Succeeding i8259 conversion to ISA requires this.

Signed-off-by: Avi Kivity <>

c2d0d012 09/25/2011 02:58 pm Richard Henderson

isa: Pass i/o address space to isa_bus_new

Not used yet, but at least we're provided with the correct region.

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

e11d6439 09/25/2011 02:57 pm Richard Henderson

pci: add pci_address_space_io()

Returns the I/O address space. Useful for implementing
PCI-ISA bridge devices.

Signed-off-by: Richard Henderson <>
Signed-off-by: Avi Kivity <>

fb1cd6f9 09/25/2011 02:48 pm Avi Kivity

memory: implement memory_region_set_readonly()

The property is inheritable, but only if set to true. This is so
that memory routers can mark sections of RAM as read-only via aliases.

Signed-off-by: Avi Kivity <>

63467ddb 09/23/2011 09:42 pm Peter Maydell

Makefile: Remove 'tarbin' target

Remove the 'tarbin' target -- it isn't used as part of the official
QEMU release process, and it's out of date (various new bios files
were never added to its list of files). It's better not to provide
it at all than to have a broken makefile target we never use or test....

1ce9ce6a 09/23/2011 09:42 pm Peter Maydell

MAINTAINERS: update maintainer for target-arm and ARM devboards

Add myself as co-maintainer alongside Paul Brook for the TCG ARM
guest implementation (target-arm) and the ARM dev boards (integratorcp,
realview, stellaris, versatilepb).

Acked-by: Edgar E. Iglesias <>...

e8beeae4 09/23/2011 09:42 pm Hervé Poussineau

adlib: remove write-only variable

Signed-off-by: Hervé Poussineau <>
Signed-off-by: Anthony Liguori <>

069c159e 09/23/2011 09:42 pm Marcelo Tosatti

qemu-char: use qemu_set_fd_handler/2 consistently

Now that qemu_set_fd_handler and qemu_set_fd_handler2 have different
implementations, one using qemu iohandlers and the other glib, it is not
safe to mix the two when inserting/deleting handlers.

Fixes kvm-autotest....

f8b72754 09/23/2011 07:51 pm Stefan Weil

Move macro QEMU_GNUC_PREREQ to compiler.h

The macro is compiler specific and does not depend on the operating system.

Move macro QEMU_GNUC_PREREQ from osdep.h to compiler.h
and use it to simplify existing code.

host-utils.h uses this macro, so it now needs compiler.h...

87751797 09/23/2011 07:51 pm Stefan Weil

Fix and clean code which tests the gcc version

The code which tests whether gcc supports warn_unused_result was wrong.
Remove the wrong test from configure and replace it by code using
macro QEMU_GNUC_PREREQ in compiler.h.

Signed-off-by: Stefan Weil <>...

b90d2f35 09/23/2011 07:51 pm David Gibson

virtio: Use global memory barrier macros

The virtio code uses wmb() macros in several places, as required by the
SMP-aware virtio protocol. However the wmb() macro is locally defined
to be a compiler barrier only. This is probably sufficient on x86
due to its strong storage ordering model, but it certainly isn't on other...

e2251708 09/23/2011 07:51 pm David Gibson

Barriers in qemu-barrier.h should not be x86 specific

qemu-barrier.h contains a few macros implementing memory barrier
primitives used in several places throughout qemu. However, apart
from the compiler-only barrier, the defined wmb() is correct only for...

22ec3283 09/23/2011 07:51 pm Avi Kivity

irq: introduce qemu_irq_proxy()

In some cases we have a circular dependency involving irqs - the irq
controller depends on a bus, which in turn depends on the irq controller.
Add qemu_irq_proxy() which acts as a passthrough, except that the target
irq may be set later on....

e098fc3f 09/23/2011 06:55 pm Michael Roth

build: fix race with creating qapi-generated

Since qapi-generated/ is a global QEMU include path, we need to make
sure it is created before anything is compiled, so do this in the
configure phase rather than via the Makefile.

Signed-off-by: Michael Roth <>...

c1d23eac 09/23/2011 06:55 pm Hervé Poussineau

isapc: give system address space when pci is disabled

Signed-off-by: Jan Kiszka <>
Signed-off-by: Hervé Poussineau <>
Signed-off-by: Anthony Liguori <>

ffe3ce11 09/23/2011 06:55 pm Donald Dutile

pci-devfn: check that device/slot number is within range

Need to check that guest slot/device number is not > 31 or walk off
the devfn table when checking if a devfn is available or not in a guest.

before this fix, passing in an addr=abc or addr=34,
can crash qemu, sometimes fail gracefully if data past end...

4463aee6 09/23/2011 06:55 pm Jan Kiszka

pc: Unbreak ROM mapping for ISA machine

This is based on the original fix by Hervé Poussineau: pc_memory_init
actually takes a memory region for mapping BIOS and extension ROMs. That
equals the PCI memory region if PCI is available, but must be system
memory in the ISA case....

57285cc3 09/23/2011 06:55 pm Jan Kiszka

pc: Disable HPET for ISA machine

There was no HPET on ISA boxes.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

53d6e682 09/23/2011 06:55 pm Jan Kiszka

vga: Unbreak ISA support

We need to initialize legacy_address_space during ISA VGA setup so that
the chain-4 alias can be registered properly.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

4c08fd1e 09/23/2011 06:55 pm Jan Kiszka

cirrus: Unbreak ISA support

Do not try to map against the PCI bar in the ISA version of the device.

Signed-off-by: Jan Kiszka <>
Signed-off-by: Anthony Liguori <>

74e26c17 09/23/2011 06:55 pm Frediano Ziglio

core: remove qemu_service_io

qemu_service_io was mainly an alias to qemu_notify_event,
currently used only by PPC for timer hack, so call
qemu_notify_event directly.

Signed-off-by: Frediano Ziglio <>
Signed-off-by: Anthony Liguori <>

dd8e9379 09/23/2011 06:55 pm dann frazier

e1000: Don't set the Capabilities List bit

[Originally sent to qemu-kvm list, but I was redirected here]

The Capabilities Pointer is NULL, so this bit shouldn't be set. The state of
this bit doesn't appear to change any behavior on Linux/Windows versions we've...

f5f487b2 09/23/2011 12:55 pm Peter Maydell

MAINTAINERS: claim maintainership for the OMAP devices

Signed-off-by: Peter Maydell <>
Acked-by: Edgar E. Iglesias <>

bdbc1b3c 09/23/2011 12:54 pm Peter Maydell

hw/omap1: Wire up GPIO clock

Wire up the OMAP1 GPIO clock -- this fixes a hw_error() on startup
with OMAP1 based machines (sx1, cheetah).

Signed-off-by: Peter Maydell <>

53bb614e 09/23/2011 12:44 pm Peter Maydell

omap_intc: Use MemoryRegion API

Convert omap_intc to use the MemoryRegion API

Signed-off-by: Peter Maydell <>

0919ac78 09/23/2011 12:44 pm Peter Maydell

omap_intc: Qdevify

Convert the omap_intc devices to qdev. This includes adding
a 'revision' property which will be needed for omap3.

The bulk of this patch is the replacement of "s->irq[x][y]"
with "qdev_get_gpio_in(s->ih[x], y)" now that the interrupt...

7e36b264 09/23/2011 09:36 am Peter Maydell

hw/omap_gpmc: Modify correct field when writing IRQSTATUS register

Writing to IRQSTATUS should affect irqst, not irqen -- error
spotted by Andrzej Zaborowski.

Signed-off-by: Peter Maydell <>
Signed-off-by: Andrzej Zaborowski <>

71963455 09/23/2011 09:36 am Peter Maydell

hw/omap_gpmc: Add comment about FIFOTHRESHOLDSTATUS bit

Promote the remark about why we handle FIFOTHRESHOLDSTATUS the
way we do from the commit message of de8af7fe0 to a comment in
the code.

Signed-off-by: Peter Maydell <>
Signed-off-by: Andrzej Zaborowski <>

5f542225 09/22/2011 07:08 pm Aneesh Kumar K.V

hw/9pfs: Add handle based fs driver

Signed-off-by: Aneesh Kumar K.V <>

70c18fc0 09/22/2011 07:08 pm Aneesh Kumar K.V

hw/9pfs: Make v9fs_string* functions non-static

We will use them later in other files

Signed-off-by: Aneesh Kumar K.V <>

02cb7f3a 09/22/2011 07:08 pm Aneesh Kumar K.V

hw/9pfs: Use read-write lock for protecting fid path.

On rename we take the write lock and this ensure path
doesn't change as we operate on them.

Signed-off-by: Aneesh Kumar K.V <>

2289be19 09/22/2011 07:08 pm Aneesh Kumar K.V

hw/9pfs: Move fid pathname tracking to seperate data type.

This enables us to add handles to track fids later. The
V9fsPath added is similar to V9fsString except that the
size include the NULL byte also.

Signed-off-by: Aneesh Kumar K.V <>

0174fe73 09/22/2011 07:08 pm Aneesh Kumar K.V

hw/9pfs: Add init callback to fs driver

This call back can be used to do fs driver specific initialization.

Signed-off-by: Aneesh Kumar K.V <>

532decb7 09/22/2011 07:08 pm Aneesh Kumar K.V

hw/9pfs: Add fs driver specific details to fscontext

Add a new context flag PATHNAME_FSCONTEXT and indicate whether
the fs driver track fid using path names. Also add a private
pointer that help us to track fs driver specific values in there

Signed-off-by: Aneesh Kumar K.V <>

ce421a19 09/22/2011 07:08 pm Aneesh Kumar K.V

hw/9pfs: Avoid unnecessary get_fid in v9fs_clunk

Signed-off-by: Aneesh Kumar K.V <>

bccacf6c 09/22/2011 07:08 pm Aneesh Kumar K.V

hw/9pfs: Implement TFLUSH operation

Signed-off-by: Aneesh Kumar K.V <>

d85a1302 09/22/2011 06:31 pm Anthony Liguori

Merge remote-tracking branch 'kwolf/for-anthony' into staging