History log of /openbmc/qemu/fsdev/ (Results 126 – 150 of 159)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
daf0b9ac14-Dec-2011 M. Mohan Kumar <mohan@in.ibm.com>

hw/9pfs: Open and create files

Add interfaces to open and create files for proxy file system driver.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@l

hw/9pfs: Open and create files

Add interfaces to open and create files for proxy file system driver.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...

17bff52b14-Dec-2011 M. Mohan Kumar <mohan@in.ibm.com>

hw/9pfs: File system helper process for qemu 9p proxy FS

Provide root privilege access to QEMU 9p proxy filesystem using socket
communication.

Proxy helper is started by root user as:
~ # virtfs-pr

hw/9pfs: File system helper process for qemu 9p proxy FS

Provide root privilege access to QEMU 9p proxy filesystem using socket
communication.

Proxy helper is started by root user as:
~ # virtfs-proxy-helper -f|--fd <socket descriptor> -p|--path <path-to-share>

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...

4c793dda14-Dec-2011 M. Mohan Kumar <mohan@in.ibm.com>

hw/9pfs: Add new proxy filesystem driver

Add new proxy filesystem driver to add root privilege to qemu process.
It needs a helper process to be started by root user.

Following command line can be u

hw/9pfs: Add new proxy filesystem driver

Add new proxy filesystem driver to add root privilege to qemu process.
It needs a helper process to be started by root user.

Following command line can be used to utilize proxy filesystem driver
-virtfs proxy,id=<id>,mount_tag=<tag>,socket_fd=<socket-fd>

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...

ddca7f8614-Dec-2011 M. Mohan Kumar <mohan@in.ibm.com>

hw/9pfs: Add validation to {un}marshal code

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

10925bf014-Dec-2011 M. Mohan Kumar <mohan@in.ibm.com>

hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file

Move p9 marshaling/unmarshaling code to a separate file so that
proxy filesytem driver can use these calls. Also made marshaling
code gene

hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file

Move p9 marshaling/unmarshaling code to a separate file so that
proxy filesytem driver can use these calls. Also made marshaling
code generic to accept "struct iovec" instead of V9fsPDU.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...

99519f0a14-Dec-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Move opt validation to FsDriver callback

This remove all conditional code from common code path and
make opt validation a FSDriver callback.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@l

hw/9pfs: Move opt validation to FsDriver callback

This remove all conditional code from common code path and
make opt validation a FSDriver callback.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...


/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/arch_init.c
/openbmc/qemu/block/nbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/cpu-all.h
/openbmc/qemu/cpu-common.h
/openbmc/qemu/cutils.c
/openbmc/qemu/exec.c
file-op-9p.h
qemu-fsdev.c
qemu-fsdev.h
/openbmc/qemu/hw/9pfs/virtio-9p-device.c
/openbmc/qemu/hw/9pfs/virtio-9p-handle.c
/openbmc/qemu/hw/9pfs/virtio-9p-local.c
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/framebuffer.c
/openbmc/qemu/hw/framebuffer.h
/openbmc/qemu/hw/loader.c
/openbmc/qemu/hw/milkymist-vgafb.c
/openbmc/qemu/hw/omap_lcdc.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pl110.c
/openbmc/qemu/hw/pxa2xx_lcd.c
/openbmc/qemu/hw/sysbus.c
/openbmc/qemu/hw/sysbus.h
/openbmc/qemu/hw/vga.c
/openbmc/qemu/hw/vhost.c
/openbmc/qemu/hw/vhost.h
/openbmc/qemu/hw/virtio-balloon.c
/openbmc/qemu/hw/virtio-console.c
/openbmc/qemu/hw/virtio-serial-bus.c
/openbmc/qemu/hw/xen.h
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm.h
/openbmc/qemu/main-loop.h
/openbmc/qemu/memory.c
/openbmc/qemu/memory.h
/openbmc/qemu/nbd.c
/openbmc/qemu/nbd.h
/openbmc/qemu/os-posix.c
/openbmc/qemu/os-win32.c
/openbmc/qemu/osdep.c
/openbmc/qemu/oslib-posix.c
/openbmc/qemu/oslib-win32.c
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-coroutine-io.c
/openbmc/qemu/qemu-nbd.c
/openbmc/qemu/qemu-tool.c
/openbmc/qemu/qemu_socket.h
/openbmc/qemu/scripts/analyse-9p-simpletrace.py
/openbmc/qemu/scripts/qapi-commands.py
/openbmc/qemu/scripts/qapi-types.py
/openbmc/qemu/scripts/qapi-visit.py
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/cpuid.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-sparc/mmu_helper.c
/openbmc/qemu/trace-events
/openbmc/qemu/vl.c
/openbmc/qemu/xen-all.c
/openbmc/qemu/xen-stub.c
2f008a8c21-Dec-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Use the correct signed type for different variables

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>


/openbmc/qemu/.mailmap
/openbmc/qemu/Changelog
/openbmc/qemu/HACKING
/openbmc/qemu/LICENSE
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/QMP/qmp
/openbmc/qemu/QMP/qmp-events.txt
/openbmc/qemu/README
/openbmc/qemu/VERSION
/openbmc/qemu/arch_init.c
/openbmc/qemu/arch_init.h
/openbmc/qemu/arm-dis.c
/openbmc/qemu/audio/audio.c
/openbmc/qemu/balloon.c
/openbmc/qemu/balloon.h
/openbmc/qemu/block-migration.c
/openbmc/qemu/block.c
/openbmc/qemu/block.h
/openbmc/qemu/block/blkverify.c
/openbmc/qemu/block/cow.c
/openbmc/qemu/block/curl.c
/openbmc/qemu/block/nbd.c
/openbmc/qemu/block/qcow.c
/openbmc/qemu/block/qcow2-cluster.c
/openbmc/qemu/block/qcow2-refcount.c
/openbmc/qemu/block/qcow2-snapshot.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qcow2.h
/openbmc/qemu/block/qed-table.c
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/vvfat.c
/openbmc/qemu/block_int.h
/openbmc/qemu/blockdev.c
/openbmc/qemu/blockdev.h
/openbmc/qemu/bsd-user/bsdload.c
/openbmc/qemu/bsd-user/elfload.c
/openbmc/qemu/bsd-user/x86_64/syscall.h
/openbmc/qemu/configure
/openbmc/qemu/console.c
/openbmc/qemu/console.h
/openbmc/qemu/coroutine-gthread.c
/openbmc/qemu/coroutine-ucontext.c
/openbmc/qemu/cpu-all.h
/openbmc/qemu/cpu-common.h
/openbmc/qemu/cpu-defs.h
/openbmc/qemu/cpus.c
/openbmc/qemu/cutils.c
/openbmc/qemu/darwin-user/machload.c
/openbmc/qemu/darwin-user/main.c
/openbmc/qemu/darwin-user/signal.c
/openbmc/qemu/darwin-user/syscall.c
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/docs/memory.txt
/openbmc/qemu/docs/migration.txt
/openbmc/qemu/docs/specs/qcow2.txt
/openbmc/qemu/docs/writing-qmp-commands.txt
/openbmc/qemu/exec-memory.h
/openbmc/qemu/exec-obsolete.h
/openbmc/qemu/exec.c
file-op-9p.h
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hmp.c
/openbmc/qemu/hmp.h
/openbmc/qemu/hppa-dis.c
/openbmc/qemu/hw/9pfs/codir.c
/openbmc/qemu/hw/9pfs/virtio-9p-coth.h
/openbmc/qemu/hw/9pfs/virtio-9p-handle.c
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/9pfs/virtio-9p.h
/openbmc/qemu/hw/a9mpcore.c
/openbmc/qemu/hw/acpi.c
/openbmc/qemu/hw/adlib.c
/openbmc/qemu/hw/alpha_dp264.c
/openbmc/qemu/hw/alpha_sys.h
/openbmc/qemu/hw/alpha_typhoon.c
/openbmc/qemu/hw/an5206.c
/openbmc/qemu/hw/apb_pci.c
/openbmc/qemu/hw/apic.c
/openbmc/qemu/hw/arm11mpcore.c
/openbmc/qemu/hw/arm_gic.c
/openbmc/qemu/hw/arm_mptimer.c
/openbmc/qemu/hw/arm_sysctl.c
/openbmc/qemu/hw/arm_timer.c
/openbmc/qemu/hw/armv7m.c
/openbmc/qemu/hw/audiodev.h
/openbmc/qemu/hw/axis_dev88.c
/openbmc/qemu/hw/bitbang_i2c.c
/openbmc/qemu/hw/bonito.c
/openbmc/qemu/hw/bt-hci-csr.c
/openbmc/qemu/hw/ccid-card-emulated.c
/openbmc/qemu/hw/cirrus_vga.c
/openbmc/qemu/hw/container.c
/openbmc/qemu/hw/cs4231.c
/openbmc/qemu/hw/cs4231a.c
/openbmc/qemu/hw/dec_pci.c
/openbmc/qemu/hw/dp8393x.c
/openbmc/qemu/hw/ds1225y.c
/openbmc/qemu/hw/e1000.c
/openbmc/qemu/hw/e1000_hw.h
/openbmc/qemu/hw/eccmemctl.c
/openbmc/qemu/hw/eepro100.c
/openbmc/qemu/hw/empty_slot.c
/openbmc/qemu/hw/es1370.c
/openbmc/qemu/hw/escc.c
/openbmc/qemu/hw/esp.c
/openbmc/qemu/hw/etraxfs_dma.c
/openbmc/qemu/hw/etraxfs_eth.c
/openbmc/qemu/hw/etraxfs_pic.c
/openbmc/qemu/hw/etraxfs_ser.c
/openbmc/qemu/hw/etraxfs_timer.c
/openbmc/qemu/hw/fdc.c
/openbmc/qemu/hw/fdc.h
/openbmc/qemu/hw/fmopl.c
/openbmc/qemu/hw/fmopl.h
/openbmc/qemu/hw/fw_cfg.c
/openbmc/qemu/hw/g364fb.c
/openbmc/qemu/hw/grackle_pci.c
/openbmc/qemu/hw/grlib_apbuart.c
/openbmc/qemu/hw/grlib_gptimer.c
/openbmc/qemu/hw/grlib_irqmp.c
/openbmc/qemu/hw/gus.c
/openbmc/qemu/hw/gusemu.h
/openbmc/qemu/hw/gusemu_hal.c
/openbmc/qemu/hw/hpet.c
/openbmc/qemu/hw/hw.h
/openbmc/qemu/hw/i8254.c
/openbmc/qemu/hw/i8259.c
/openbmc/qemu/hw/ide.h
/openbmc/qemu/hw/ide/atapi.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/isa.c
/openbmc/qemu/hw/ide/macio.c
/openbmc/qemu/hw/ide/mmio.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/ide/piix.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/integratorcp.c
/openbmc/qemu/hw/ioapic.c
/openbmc/qemu/hw/isa-bus.c
/openbmc/qemu/hw/isa.h
/openbmc/qemu/hw/jazz_led.c
/openbmc/qemu/hw/lan9118.c
/openbmc/qemu/hw/lance.c
/openbmc/qemu/hw/lm32_sys.c
/openbmc/qemu/hw/lm32_timer.c
/openbmc/qemu/hw/lm32_uart.c
/openbmc/qemu/hw/lm4549.c
/openbmc/qemu/hw/lm4549.h
/openbmc/qemu/hw/lsi53c895a.c
/openbmc/qemu/hw/m48t59.c
/openbmc/qemu/hw/marvell_88w8618_audio.c
/openbmc/qemu/hw/mc146818rtc.c
/openbmc/qemu/hw/mc146818rtc.h
/openbmc/qemu/hw/mcf.h
/openbmc/qemu/hw/mcf5206.c
/openbmc/qemu/hw/mcf5208.c
/openbmc/qemu/hw/mcf_fec.c
/openbmc/qemu/hw/mcf_intc.c
/openbmc/qemu/hw/mcf_uart.c
/openbmc/qemu/hw/milkymist-ac97.c
/openbmc/qemu/hw/milkymist-hpdmc.c
/openbmc/qemu/hw/milkymist-memcard.c
/openbmc/qemu/hw/milkymist-minimac2.c
/openbmc/qemu/hw/milkymist-pfpu.c
/openbmc/qemu/hw/milkymist-softusb.c
/openbmc/qemu/hw/milkymist-sysctl.c
/openbmc/qemu/hw/milkymist-tmu2.c
/openbmc/qemu/hw/milkymist-uart.c
/openbmc/qemu/hw/milkymist-vgafb.c
/openbmc/qemu/hw/mips.h
/openbmc/qemu/hw/mips_fulong2e.c
/openbmc/qemu/hw/mips_jazz.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/mipsnet.c
/openbmc/qemu/hw/mpc8544_guts.c
/openbmc/qemu/hw/mst_fpga.c
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/nseries.c
/openbmc/qemu/hw/nvram.h
/openbmc/qemu/hw/omap.h
/openbmc/qemu/hw/omap1.c
/openbmc/qemu/hw/omap2.c
/openbmc/qemu/hw/omap_dma.c
/openbmc/qemu/hw/omap_dss.c
/openbmc/qemu/hw/omap_gpio.c
/openbmc/qemu/hw/omap_gptimer.c
/openbmc/qemu/hw/omap_i2c.c
/openbmc/qemu/hw/omap_intc.c
/openbmc/qemu/hw/omap_l4.c
/openbmc/qemu/hw/omap_lcdc.c
/openbmc/qemu/hw/omap_mmc.c
/openbmc/qemu/hw/omap_sdrc.c
/openbmc/qemu/hw/omap_spi.c
/openbmc/qemu/hw/omap_sx1.c
/openbmc/qemu/hw/omap_synctimer.c
/openbmc/qemu/hw/omap_tap.c
/openbmc/qemu/hw/omap_uart.c
/openbmc/qemu/hw/onenand.c
/openbmc/qemu/hw/opencores_eth.c
/openbmc/qemu/hw/parallel.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pci-stub.c
/openbmc/qemu/hw/pci_host.h
/openbmc/qemu/hw/pcie_aer.c
/openbmc/qemu/hw/pcspk.c
/openbmc/qemu/hw/piix4.c
/openbmc/qemu/hw/piix_pci.c
/openbmc/qemu/hw/pl011.c
/openbmc/qemu/hw/pl022.c
/openbmc/qemu/hw/pl031.c
/openbmc/qemu/hw/pl041.c
/openbmc/qemu/hw/pl041.h
/openbmc/qemu/hw/pl041.hx
/openbmc/qemu/hw/pl050.c
/openbmc/qemu/hw/pl061.c
/openbmc/qemu/hw/pl080.c
/openbmc/qemu/hw/pl110.c
/openbmc/qemu/hw/pl181.c
/openbmc/qemu/hw/pl190.c
/openbmc/qemu/hw/ppc.c
/openbmc/qemu/hw/ppc4xx_pci.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/ppce500_pci.c
/openbmc/qemu/hw/ppce500_spin.c
/openbmc/qemu/hw/prep_pci.c
/openbmc/qemu/hw/pxa.h
/openbmc/qemu/hw/pxa2xx.c
/openbmc/qemu/hw/pxa2xx_dma.c
/openbmc/qemu/hw/pxa2xx_gpio.c
/openbmc/qemu/hw/pxa2xx_keypad.c
/openbmc/qemu/hw/pxa2xx_lcd.c
/openbmc/qemu/hw/pxa2xx_mmci.c
/openbmc/qemu/hw/pxa2xx_pcmcia.c
/openbmc/qemu/hw/pxa2xx_pic.c
/openbmc/qemu/hw/pxa2xx_timer.c
/openbmc/qemu/hw/qdev-addr.c
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qdev.h
/openbmc/qemu/hw/qxl-render.c
/openbmc/qemu/hw/r2d.c
/openbmc/qemu/hw/rc4030.c
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/realview_gic.c
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/sb16.c
/openbmc/qemu/hw/sbi.c
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/scsi-generic.c
/openbmc/qemu/hw/sd.c
/openbmc/qemu/hw/sh.h
/openbmc/qemu/hw/sh7750.c
/openbmc/qemu/hw/sh7750_regs.h
/openbmc/qemu/hw/sh_intc.c
/openbmc/qemu/hw/sh_intc.h
/openbmc/qemu/hw/sh_pci.c
/openbmc/qemu/hw/sh_serial.c
/openbmc/qemu/hw/sh_timer.c
/openbmc/qemu/hw/shix.c
/openbmc/qemu/hw/slavio_intctl.c
/openbmc/qemu/hw/slavio_misc.c
/openbmc/qemu/hw/slavio_timer.c
/openbmc/qemu/hw/smc91c111.c
/openbmc/qemu/hw/spapr.h
/openbmc/qemu/hw/spapr_pci.c
/openbmc/qemu/hw/sparc32_dma.c
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/ssd0303.c
/openbmc/qemu/hw/stellaris.c
/openbmc/qemu/hw/stellaris_enet.c
/openbmc/qemu/hw/strongarm.c
/openbmc/qemu/hw/sun4c_intctl.c
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4m_iommu.c
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/sysbus.c
/openbmc/qemu/hw/sysbus.h
/openbmc/qemu/hw/tc6393xb_template.h
/openbmc/qemu/hw/tcx.c
/openbmc/qemu/hw/tosa.c
/openbmc/qemu/hw/tusb6010.c
/openbmc/qemu/hw/unin_pci.c
/openbmc/qemu/hw/usb-bus.c
/openbmc/qemu/hw/usb-ehci.c
/openbmc/qemu/hw/usb-net.c
/openbmc/qemu/hw/usb-ohci.c
/openbmc/qemu/hw/usb-uhci.c
/openbmc/qemu/hw/versatile_pci.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vexpress.c
/openbmc/qemu/hw/vga-pci.c
/openbmc/qemu/hw/virtex_ml507.c
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/vmport.c
/openbmc/qemu/hw/vmware_vga.h
/openbmc/qemu/hw/vt82c686.c
/openbmc/qemu/hw/vt82c686.h
/openbmc/qemu/hw/wdt_ib700.c
/openbmc/qemu/hw/xen.h
/openbmc/qemu/hw/xen_disk.c
/openbmc/qemu/hw/xen_platform.c
/openbmc/qemu/hw/xilinx_axidma.c
/openbmc/qemu/hw/xilinx_axienet.c
/openbmc/qemu/hw/xilinx_ethlite.c
/openbmc/qemu/hw/xilinx_intc.c
/openbmc/qemu/hw/xilinx_timer.c
/openbmc/qemu/hw/xilinx_uartlite.c
/openbmc/qemu/hw/zaurus.c
/openbmc/qemu/kvm-all.c
/openbmc/qemu/libcacard/card_7816.c
/openbmc/qemu/libcacard/card_7816.h
/openbmc/qemu/libcacard/vcard_emul_nss.c
/openbmc/qemu/libcacard/vscard_common.h
/openbmc/qemu/linux-aio.c
/openbmc/qemu/linux-user/arm/nwfpe/fpopcode.h
/openbmc/qemu/linux-user/cpu-uname.c
/openbmc/qemu/linux-user/elfload.c
/openbmc/qemu/linux-user/flatload.c
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/linux-user/x86_64/syscall.h
/openbmc/qemu/m68k-dis.c
/openbmc/qemu/main-loop.h
/openbmc/qemu/memory.c
/openbmc/qemu/memory.h
/openbmc/qemu/migration-exec.c
/openbmc/qemu/migration-tcp.c
/openbmc/qemu/migration-unix.c
/openbmc/qemu/migration.c
/openbmc/qemu/migration.h
/openbmc/qemu/monitor.c
/openbmc/qemu/monitor.h
/openbmc/qemu/nbd.c
/openbmc/qemu/net.c
/openbmc/qemu/net.h
/openbmc/qemu/net/dump.c
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/socket.c
/openbmc/qemu/net/tap-solaris.c
/openbmc/qemu/net/tap.c
/openbmc/qemu/os-win32.c
/openbmc/qemu/pc-bios/keymaps/is
/openbmc/qemu/pc-bios/ohw.diff
/openbmc/qemu/pc-bios/optionrom/multiboot.S
/openbmc/qemu/posix-aio-compat.c
/openbmc/qemu/qapi-schema-guest.json
/openbmc/qemu/qapi-schema-test.json
/openbmc/qemu/qapi-schema.json
/openbmc/qemu/qapi/qmp-core.h
/openbmc/qemu/qapi/qmp-dispatch.c
/openbmc/qemu/qapi/qmp-input-visitor.c
/openbmc/qemu/qapi/qmp-registry.c
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-coroutine-lock.c
/openbmc/qemu/qemu-coroutine.h
/openbmc/qemu/qemu-doc.texi
/openbmc/qemu/qemu-error.c
/openbmc/qemu/qemu-error.h
/openbmc/qemu/qemu-ga.c
/openbmc/qemu/qemu-img-cmds.hx
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-img.texi
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-option.c
/openbmc/qemu/qemu-options-wrapper.h
/openbmc/qemu/qemu-options.h
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-tech.texi
/openbmc/qemu/qemu-thread-posix.c
/openbmc/qemu/qemu-thread-win32.c
/openbmc/qemu/qemu-thread-win32.h
/openbmc/qemu/qemu-thread.h
/openbmc/qemu/qemu-tls.h
/openbmc/qemu/qerror.c
/openbmc/qemu/qerror.h
/openbmc/qemu/qga/guest-agent-commands.c
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qmp.c
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/checkpatch.pl
/openbmc/qemu/scripts/hxtool
/openbmc/qemu/scripts/qapi-commands.py
/openbmc/qemu/scripts/qapi-types.py
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-alpha/STATUS
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-arm/translate.c
/openbmc/qemu/target-cris/cpu.h
/openbmc/qemu/target-cris/helper.c
/openbmc/qemu/target-cris/translate_v10.c
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-microblaze/cpu.h
/openbmc/qemu/target-microblaze/translate.c
/openbmc/qemu/target-mips/cpu.h
/openbmc/qemu/target-mips/helper.c
/openbmc/qemu/target-mips/machine.c
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/mfrom_table_gen.c
/openbmc/qemu/target-ppc/op_helper.c
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-s390x/op_helper.c
/openbmc/qemu/target-sh4/helper.c
/openbmc/qemu/target-sparc/TODO
/openbmc/qemu/tcg/arm/tcg-target.c
/openbmc/qemu/tcg/i386/tcg-target.h
/openbmc/qemu/tcg/tcg-op.h
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/test-qmp-input-visitor.c
/openbmc/qemu/test-qmp-output-visitor.c
/openbmc/qemu/tests/Makefile
/openbmc/qemu/tests/cris/check_glibc_kernelversion.c
/openbmc/qemu/tests/cris/check_moveq.c
/openbmc/qemu/trace-events
/openbmc/qemu/trace/simple.c
/openbmc/qemu/ui/vnc-enc-zywrle-template.c
/openbmc/qemu/ui/vnc-enc-zywrle.h
/openbmc/qemu/ui/vnc-jobs-async.c
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/usb-redir.c
/openbmc/qemu/vl.c
/openbmc/qemu/xen-all.c
/openbmc/qemu/xen-mapcache.c
/openbmc/qemu/xen-stub.c
8b88827204-Dec-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Use the correct file descriptor in Fsdriver Callback

Fsdriver callback that operate on file descriptor need to
differentiate between directory fd and file fd.

Based on the original patch f

hw/9pfs: Use the correct file descriptor in Fsdriver Callback

Fsdriver callback that operate on file descriptor need to
differentiate between directory fd and file fd.

Based on the original patch from Sassan Panahinejad <sassan@sassan.me.uk>

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...

77eec1b304-Dec-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Improve portability to older systems

handle fs driver require a set of newly added syscalls. Don't
Compile handle FS driver if those syscalls are not available.
Instead of adding #ifdef for

hw/9pfs: Improve portability to older systems

handle fs driver require a set of newly added syscalls. Don't
Compile handle FS driver if those syscalls are not available.
Instead of adding #ifdef for all those syscalls we check for
open by handle syscall. If that is available then rest of the
syscalls used by the driver should be available.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...


/openbmc/qemu/.gitignore
/openbmc/qemu/.gitmodules
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/VERSION
/openbmc/qemu/acl.c
/openbmc/qemu/audio/fmodaudio.c
/openbmc/qemu/balloon.c
/openbmc/qemu/balloon.h
/openbmc/qemu/block-migration.c
/openbmc/qemu/block.c
/openbmc/qemu/block.h
/openbmc/qemu/block/cloop.c
/openbmc/qemu/block/cow.c
/openbmc/qemu/block/iscsi.c
/openbmc/qemu/block/qcow.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qcow2.h
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/qed.h
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/raw.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/vpc.c
/openbmc/qemu/block/vvfat.c
/openbmc/qemu/block_int.h
/openbmc/qemu/blockdev.c
/openbmc/qemu/cmd.c
/openbmc/qemu/configure
/openbmc/qemu/console.c
/openbmc/qemu/console.h
/openbmc/qemu/cpu-all.h
/openbmc/qemu/cpus.c
/openbmc/qemu/cpus.h
/openbmc/qemu/cutils.c
/openbmc/qemu/darwin-user/main.c
/openbmc/qemu/default-configs/xtensa-softmmu.mak
/openbmc/qemu/default-configs/xtensaeb-softmmu.mak
/openbmc/qemu/device_tree.c
/openbmc/qemu/dis-asm.h
/openbmc/qemu/disas.c
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/dma.h
/openbmc/qemu/docs/libcacard.txt
/openbmc/qemu/docs/qapi-code-gen.txt
/openbmc/qemu/docs/specs/qcow2.txt
/openbmc/qemu/docs/tracing.txt
/openbmc/qemu/dyngen-exec.h
/openbmc/qemu/error.c
/openbmc/qemu/event_notifier.c
/openbmc/qemu/event_notifier.h
/openbmc/qemu/exec-all.h
/openbmc/qemu/exec.c
qemu-fsdev.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hmp.c
/openbmc/qemu/hmp.h
/openbmc/qemu/hw/9pfs/virtio-9p-handle.c
/openbmc/qemu/hw/9pfs/virtio-9p-local.c
/openbmc/qemu/hw/9pfs/virtio-9p-posix-acl.c
/openbmc/qemu/hw/9pfs/virtio-9p-synth.c
/openbmc/qemu/hw/9pfs/virtio-9p-xattr.h
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/ac97.c
/openbmc/qemu/hw/acpi_piix4.c
/openbmc/qemu/hw/arm_gic.c
/openbmc/qemu/hw/arm_sysctl.c
/openbmc/qemu/hw/arm_timer.c
/openbmc/qemu/hw/audiodev.h
/openbmc/qemu/hw/ccid-card-passthru.c
/openbmc/qemu/hw/dma.c
/openbmc/qemu/hw/e1000.c
/openbmc/qemu/hw/eepro100.c
/openbmc/qemu/hw/es1370.c
/openbmc/qemu/hw/esp.c
/openbmc/qemu/hw/fw_cfg.c
/openbmc/qemu/hw/hpet.c
/openbmc/qemu/hw/i2c.c
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/atapi.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/internal.h
/openbmc/qemu/hw/ide/macio.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/intel-hda.c
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/lan9118.c
/openbmc/qemu/hw/lance.c
/openbmc/qemu/hw/lm4549.c
/openbmc/qemu/hw/lm4549.h
/openbmc/qemu/hw/loader.c
/openbmc/qemu/hw/loader.h
/openbmc/qemu/hw/lsi53c895a.c
/openbmc/qemu/hw/mips_mipssim.c
/openbmc/qemu/hw/msix.c
/openbmc/qemu/hw/nand.c
/openbmc/qemu/hw/omap_dss.c
/openbmc/qemu/hw/omap_gpio.c
/openbmc/qemu/hw/omap_gpmc.c
/openbmc/qemu/hw/omap_intc.c
/openbmc/qemu/hw/onenand.c
/openbmc/qemu/hw/opencores_eth.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pci-hotplug.c
/openbmc/qemu/hw/pci-stub.c
/openbmc/qemu/hw/pci.c
/openbmc/qemu/hw/pci.h
/openbmc/qemu/hw/pcnet-pci.c
/openbmc/qemu/hw/pcnet.c
/openbmc/qemu/hw/pcnet.h
/openbmc/qemu/hw/pl041.c
/openbmc/qemu/hw/pl041.h
/openbmc/qemu/hw/pl041.hx
/openbmc/qemu/hw/pl061.c
/openbmc/qemu/hw/ppc.c
/openbmc/qemu/hw/ppce500_pci.c
/openbmc/qemu/hw/ps2.c
/openbmc/qemu/hw/pxa2xx.c
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qdev.h
/openbmc/qemu/hw/qxl-render.c
/openbmc/qemu/hw/qxl.c
/openbmc/qemu/hw/qxl.h
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/s390-virtio-bus.c
/openbmc/qemu/hw/s390-virtio.c
/openbmc/qemu/hw/scsi-bus.c
/openbmc/qemu/hw/scsi-defs.h
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/scsi-generic.c
/openbmc/qemu/hw/scsi.h
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spapr.h
/openbmc/qemu/hw/spapr_pci.c
/openbmc/qemu/hw/spapr_pci.h
/openbmc/qemu/hw/spapr_vio.c
/openbmc/qemu/hw/spapr_vio.h
/openbmc/qemu/hw/spapr_vscsi.c
/openbmc/qemu/hw/spapr_vty.c
/openbmc/qemu/hw/ssi.c
/openbmc/qemu/hw/syborg_virtio.c
/openbmc/qemu/hw/sysbus.c
/openbmc/qemu/hw/tc58128.c
/openbmc/qemu/hw/usb-bt.c
/openbmc/qemu/hw/usb-bus.c
/openbmc/qemu/hw/usb-ehci.c
/openbmc/qemu/hw/usb-hub.c
/openbmc/qemu/hw/usb-msd.c
/openbmc/qemu/hw/usb-uhci.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vexpress.c
/openbmc/qemu/hw/virtex_ml507.c
/openbmc/qemu/hw/virtio-balloon.c
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/virtio.c
/openbmc/qemu/hw/virtio.h
/openbmc/qemu/hw/xen_platform.c
/openbmc/qemu/hw/xtensa_bootparam.h
/openbmc/qemu/hw/xtensa_lx60.c
/openbmc/qemu/ia64-dis.c
/openbmc/qemu/input.c
/openbmc/qemu/int128.h
/openbmc/qemu/kvm-all.c
/openbmc/qemu/libcacard/cac.c
/openbmc/qemu/libcacard/card_7816.c
/openbmc/qemu/libcacard/vscclient.c
/openbmc/qemu/linux-user/elfload.c
/openbmc/qemu/linux-user/linuxload.c
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/qemu-types.h
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/linux-user/sparc/syscall_nr.h
/openbmc/qemu/linux-user/strace.c
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/linux-user/vm86.c
/openbmc/qemu/memory.c
/openbmc/qemu/memory.h
/openbmc/qemu/migration-fd.c
/openbmc/qemu/migration.c
/openbmc/qemu/migration.h
/openbmc/qemu/monitor.c
/openbmc/qemu/monitor.h
/openbmc/qemu/nbd.c
/openbmc/qemu/net.c
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/tap-linux.c
/openbmc/qemu/os-posix.c
/openbmc/qemu/os-win32.c
/openbmc/qemu/oslib-posix.c
/openbmc/qemu/pc-bios/README
/openbmc/qemu/pc-bios/sgabios.bin
/openbmc/qemu/pc-bios/slof.bin
/openbmc/qemu/posix-aio-compat.c
/openbmc/qemu/qapi-schema.json
/openbmc/qemu/qapi/qmp-output-visitor.c
/openbmc/qemu/qemu-barrier.h
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-char.h
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-doc.texi
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-nbd.c
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-os-posix.h
/openbmc/qemu/qemu-queue.h
/openbmc/qemu/qemu-sockets.c
/openbmc/qemu/qemu-tech.texi
/openbmc/qemu/qemu-thread.h
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qemu-tls.h
/openbmc/qemu/qemu-tool.c
/openbmc/qemu/qemu-xattr.h
/openbmc/qemu/qerror.c
/openbmc/qemu/qerror.h
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qmp.c
/openbmc/qemu/readline.c
/openbmc/qemu/roms/SLOF
/openbmc/qemu/roms/sgabios
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/checkpatch.pl
/openbmc/qemu/scripts/kvm/kvm_stat
/openbmc/qemu/scripts/kvm/vmxcap
/openbmc/qemu/scripts/qapi-commands.py
/openbmc/qemu/scripts/qapi.py
/openbmc/qemu/spice-qemu-char.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/cpuid.c
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/machine.c
/openbmc/qemu/target-i386/op_helper.c
/openbmc/qemu/target-i386/ops_sse.h
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/helper.c
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/kvm_ppc.h
/openbmc/qemu/target-ppc/translate.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-s390x/helper.c
/openbmc/qemu/target-s390x/helpers.h
/openbmc/qemu/target-s390x/kvm.c
/openbmc/qemu/target-s390x/op_helper.c
/openbmc/qemu/target-s390x/translate.c
/openbmc/qemu/target-sparc/helper.c
/openbmc/qemu/target-sparc/helper.h
/openbmc/qemu/target-sparc/int32_helper.c
/openbmc/qemu/target-sparc/translate.c
/openbmc/qemu/target-xtensa/helper.c
/openbmc/qemu/target-xtensa/overlay_tool.h
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/tcg/arm/tcg-target.c
/openbmc/qemu/tcg/arm/tcg-target.h
/openbmc/qemu/tcg/hppa/tcg-target.c
/openbmc/qemu/tcg/hppa/tcg-target.h
/openbmc/qemu/tcg/i386/tcg-target.c
/openbmc/qemu/tcg/i386/tcg-target.h
/openbmc/qemu/tcg/ia64/tcg-target.c
/openbmc/qemu/tcg/ia64/tcg-target.h
/openbmc/qemu/tcg/mips/tcg-target.c
/openbmc/qemu/tcg/mips/tcg-target.h
/openbmc/qemu/tcg/ppc/tcg-target.c
/openbmc/qemu/tcg/ppc/tcg-target.h
/openbmc/qemu/tcg/ppc64/tcg-target.c
/openbmc/qemu/tcg/ppc64/tcg-target.h
/openbmc/qemu/tcg/sparc/tcg-target.c
/openbmc/qemu/tcg/sparc/tcg-target.h
/openbmc/qemu/tcg/tcg-op.h
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/tcg/tci/README
/openbmc/qemu/tcg/tci/tcg-target.c
/openbmc/qemu/tcg/tci/tcg-target.h
/openbmc/qemu/tci-dis.c
/openbmc/qemu/tci.c
/openbmc/qemu/trace-events
/openbmc/qemu/trace/simple.c
/openbmc/qemu/trace/stderr.c
/openbmc/qemu/ui/cocoa.m
/openbmc/qemu/ui/keymaps.c
/openbmc/qemu/ui/qemu-spice.h
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/vnc-auth-sasl.c
/openbmc/qemu/ui/vnc-enc-hextile.c
/openbmc/qemu/ui/vnc-tls.c
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/usb-linux.c
/openbmc/qemu/usb-redir.c
/openbmc/qemu/vl.c
9db221ae25-Oct-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Add synthetic file system support using 9p

This patch create a synthetic file system with mount tag
v_synth when -virtfs_synth command line option is specified
in qemu. The synthetic file s

hw/9pfs: Add synthetic file system support using 9p

This patch create a synthetic file system with mount tag
v_synth when -virtfs_synth command line option is specified
in qemu. The synthetic file system can be mounted in guest
using 9p using the below command line

mount -t 9p -oversion=9p2000.L,trans=virtio v_synth <mountpint>

Synthetic file system enabled different qemu subsystem to register
callbacks for read and write events from guest. The subsystem
can create directories and files in the synthetic file system as show
in ex below

qemu_v9fs_synth_mkdir(NULL, 0777, "test2", &node);
qemu_v9fs_synth_add_file(node, 0777, "testfile",
my_test_read, NULL, NULL);

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...

cc720ddb25-Oct-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Abstract open state of fid to V9fsFidOpenState

To implement synthetic file system in Qemu we may not really
require file descriptor and Dir *. Make generic code use
V9fsFidOpenState instead

hw/9pfs: Abstract open state of fid to V9fsFidOpenState

To implement synthetic file system in Qemu we may not really
require file descriptor and Dir *. Make generic code use
V9fsFidOpenState instead.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...

2c74c2cb25-Oct-2011 M. Mohan Kumar <mohan@in.ibm.com>

hw/9pfs: Read-only support for 9p export

A new fsdev parameter "readonly" is introduced to control accessing 9p export.
"readonly" can be used to specify the access type. By default "rw" access
is g

hw/9pfs: Read-only support for 9p export

A new fsdev parameter "readonly" is introduced to control accessing 9p export.
"readonly" can be used to specify the access type. By default "rw" access
is given to 9p export.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...


/openbmc/qemu/.gitignore
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/arch_init.c
/openbmc/qemu/async.c
/openbmc/qemu/block-migration.c
/openbmc/qemu/block.c
/openbmc/qemu/block.h
/openbmc/qemu/block/blkdebug.c
/openbmc/qemu/block/blkverify.c
/openbmc/qemu/block/bochs.c
/openbmc/qemu/block/cloop.c
/openbmc/qemu/block/cow.c
/openbmc/qemu/block/dmg.c
/openbmc/qemu/block/nbd.c
/openbmc/qemu/block/parallels.c
/openbmc/qemu/block/qcow.c
/openbmc/qemu/block/qcow2-cluster.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/raw.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/vpc.c
/openbmc/qemu/block/vvfat.c
/openbmc/qemu/block_int.h
/openbmc/qemu/buffered_file.c
/openbmc/qemu/compatfd.c
/openbmc/qemu/configure
/openbmc/qemu/cpus.c
/openbmc/qemu/cpus.h
/openbmc/qemu/default-configs/alpha-softmmu.mak
/openbmc/qemu/default-configs/i386-softmmu.mak
/openbmc/qemu/default-configs/mips-softmmu.mak
/openbmc/qemu/default-configs/mips64-softmmu.mak
/openbmc/qemu/default-configs/mips64el-softmmu.mak
/openbmc/qemu/default-configs/mipsel-softmmu.mak
/openbmc/qemu/default-configs/ppc-softmmu.mak
/openbmc/qemu/default-configs/ppc64-softmmu.mak
/openbmc/qemu/default-configs/ppcemb-softmmu.mak
/openbmc/qemu/default-configs/x86_64-softmmu.mak
/openbmc/qemu/default-configs/xtensa-softmmu.mak
/openbmc/qemu/default-configs/xtensaeb-softmmu.mak
/openbmc/qemu/exec-all.h
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat-specialize.h
/openbmc/qemu/fpu/softfloat.c
/openbmc/qemu/fpu/softfloat.h
file-op-9p.h
qemu-fsdev.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hw/9pfs/virtio-9p-local.c
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/an5206.c
/openbmc/qemu/hw/apic.c
/openbmc/qemu/hw/arm11mpcore.c
/openbmc/qemu/hw/arm_gic.c
/openbmc/qemu/hw/arm_pic.c
/openbmc/qemu/hw/collie.c
/openbmc/qemu/hw/cris_pic_cpu.c
/openbmc/qemu/hw/devices.h
/openbmc/qemu/hw/ds1225y.c
/openbmc/qemu/hw/etraxfs.h
/openbmc/qemu/hw/fdc.c
/openbmc/qemu/hw/fdc.h
/openbmc/qemu/hw/g364fb.c
/openbmc/qemu/hw/gus.c
/openbmc/qemu/hw/hda-audio.c
/openbmc/qemu/hw/hw.h
/openbmc/qemu/hw/i8259.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/internal.h
/openbmc/qemu/hw/ide/isa.c
/openbmc/qemu/hw/ide/piix.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/intel-hda.c
/openbmc/qemu/hw/intel-hda.h
/openbmc/qemu/hw/ioapic.h
/openbmc/qemu/hw/isa-bus.c
/openbmc/qemu/hw/isa.h
/openbmc/qemu/hw/lan9118.c
/openbmc/qemu/hw/lm32_pic.c
/openbmc/qemu/hw/lm32_pic.h
/openbmc/qemu/hw/m48t59.c
/openbmc/qemu/hw/mac_dbdma.c
/openbmc/qemu/hw/mac_dbdma.h
/openbmc/qemu/hw/mc146818rtc.c
/openbmc/qemu/hw/microblaze_pic_cpu.c
/openbmc/qemu/hw/ne2000-isa.c
/openbmc/qemu/hw/omap2.c
/openbmc/qemu/hw/opencores_eth.c
/openbmc/qemu/hw/palm.c
/openbmc/qemu/hw/parallel.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pci.c
/openbmc/qemu/hw/pci_bridge.c
/openbmc/qemu/hw/petalogix_ml605_mmu.c
/openbmc/qemu/hw/petalogix_s3adsp1800_mmu.c
/openbmc/qemu/hw/ppc405_boards.c
/openbmc/qemu/hw/ppc_newworld.c
/openbmc/qemu/hw/ppc_oldworld.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/ppce500_mpc8544ds.c
/openbmc/qemu/hw/pxa.h
/openbmc/qemu/hw/pxa2xx.c
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/qdev.h
/openbmc/qemu/hw/qxl.c
/openbmc/qemu/hw/r2d.c
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/s390-virtio.c
/openbmc/qemu/hw/sb16.c
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/shix.c
/openbmc/qemu/hw/sm501.c
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/strongarm.c
/openbmc/qemu/hw/strongarm.h
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4m.h
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/syborg.c
/openbmc/qemu/hw/tc6393xb.c
/openbmc/qemu/hw/tcx.c
/openbmc/qemu/hw/tosa.c
/openbmc/qemu/hw/usb-ehci.c
/openbmc/qemu/hw/usb-hid.c
/openbmc/qemu/hw/usb-hub.c
/openbmc/qemu/hw/usb-msd.c
/openbmc/qemu/hw/usb-ohci.c
/openbmc/qemu/hw/usb-uhci.c
/openbmc/qemu/hw/usb.c
/openbmc/qemu/hw/usb.h
/openbmc/qemu/hw/versatile_pci.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vga-isa.c
/openbmc/qemu/hw/vga-pci.c
/openbmc/qemu/hw/vga.c
/openbmc/qemu/hw/vga_int.h
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/vmport.c
/openbmc/qemu/hw/vmware_vga.c
/openbmc/qemu/hw/xen_disk.c
/openbmc/qemu/hw/xtensa_lx60.c
/openbmc/qemu/hw/xtensa_pic.c
/openbmc/qemu/hw/xtensa_sim.c
/openbmc/qemu/iohandler.c
/openbmc/qemu/ioport.c
/openbmc/qemu/ioport.h
/openbmc/qemu/linux-aio.c
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/main-loop.c
/openbmc/qemu/main-loop.h
/openbmc/qemu/memory.c
/openbmc/qemu/migration-exec.c
/openbmc/qemu/migration-fd.c
/openbmc/qemu/migration-tcp.c
/openbmc/qemu/migration-unix.c
/openbmc/qemu/migration.c
/openbmc/qemu/migration.h
/openbmc/qemu/monitor.c
/openbmc/qemu/os-win32.c
/openbmc/qemu/oslib-posix.c
/openbmc/qemu/oslib-win32.c
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-char.h
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-coroutine-lock.c
/openbmc/qemu/qemu-doc.texi
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-option.c
/openbmc/qemu/qemu-option.h
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-os-posix.h
/openbmc/qemu/qemu-os-win32.h
/openbmc/qemu/qemu-tech.texi
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qemu-timer.h
/openbmc/qemu/qemu_socket.h
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/analyse-9p-simpletrace.py
/openbmc/qemu/slirp/libslirp.h
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-arm/cpu.h
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-arm/helper.h
/openbmc/qemu/target-arm/machine.c
/openbmc/qemu/target-arm/translate.c
/openbmc/qemu/target-sparc/cc_helper.c
/openbmc/qemu/target-sparc/cpu.h
/openbmc/qemu/target-sparc/cpu_init.c
/openbmc/qemu/target-sparc/fop_helper.c
/openbmc/qemu/target-sparc/helper.c
/openbmc/qemu/target-sparc/helper.h
/openbmc/qemu/target-sparc/int32_helper.c
/openbmc/qemu/target-sparc/int64_helper.c
/openbmc/qemu/target-sparc/ldst_helper.c
/openbmc/qemu/target-sparc/machine.c
/openbmc/qemu/target-sparc/mmu_helper.c
/openbmc/qemu/target-sparc/op_helper.c
/openbmc/qemu/target-sparc/translate.c
/openbmc/qemu/target-sparc/vis_helper.c
/openbmc/qemu/target-sparc/win_helper.c
/openbmc/qemu/target-xtensa/core-dc232b.c
/openbmc/qemu/target-xtensa/core-dc232b/core-isa.h
/openbmc/qemu/target-xtensa/core-dc232b/gdb-config.c
/openbmc/qemu/target-xtensa/core-fsf.c
/openbmc/qemu/target-xtensa/core-fsf/core-isa.h
/openbmc/qemu/target-xtensa/cpu.h
/openbmc/qemu/target-xtensa/helper.c
/openbmc/qemu/target-xtensa/op_helper.c
/openbmc/qemu/target-xtensa/overlay_tool.h
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/tcg/tcg-op.h
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/tests/xtensa/Makefile
/openbmc/qemu/tests/xtensa/test_mac16.S
/openbmc/qemu/tests/xtensa/test_timer.S
/openbmc/qemu/trace-events
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/usb-linux.c
/openbmc/qemu/vl.c
d9b36a6e14-Oct-2011 M. Mohan Kumar <mohan@in.ibm.com>

hw/9pfs: Handle Security model parsing

Except local fs driver all other fs drivers (handle, synth) don't need
security model. Update fsdev parameter parsing accordingly.

Signed-off-by: M. Mohan Kum

hw/9pfs: Handle Security model parsing

Except local fs driver all other fs drivers (handle, synth) don't need
security model. Update fsdev parameter parsing accordingly.

Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...

b97400ca13-Oct-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Use export flag for indicating security model

This helps to remove some of the structure members

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

fbcbf10113-Oct-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

c98f1d4a12-Oct-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Use export_flag for indicating whether fs driver use path names.

This allows us to remove another member from the struct

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

e06a765e12-Oct-2011 Harsh Prateek Bora <harsh@linux.vnet.ibm.com>

hw/9pfs: Add st_gen support in getattr reply

This patch use file system specific ioctl for getting i_generation
value. Not all file system support the ioctl. So we add an export
specific extended op

hw/9pfs: Add st_gen support in getattr reply

This patch use file system specific ioctl for getting i_generation
value. Not all file system support the ioctl. So we add an export
specific extended operation and assign right callback for the
file system that support i_generation ioctl

["M. Mohan Kumar" <mohan@in.ibm.com> we can do ioctl only for
regular files and directories on the server]

Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...

d3ab98e612-Oct-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Add new virtfs option writeout=immediate skip host page cache

writeout=immediate implies the after pwritev we do a sync_file_range.

Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.co

hw/9pfs: Add new virtfs option writeout=immediate skip host page cache

writeout=immediate implies the after pwritev we do a sync_file_range.

Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

show more ...


/openbmc/qemu/.gitmodules
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/arch_init.c
/openbmc/qemu/block.c
/openbmc/qemu/block/qed-table.c
/openbmc/qemu/block/qed.c
/openbmc/qemu/compiler.h
/openbmc/qemu/configure
/openbmc/qemu/console.c
/openbmc/qemu/cpu-exec.c
/openbmc/qemu/default-configs/alpha-softmmu.mak
/openbmc/qemu/device_tree.c
/openbmc/qemu/device_tree.h
/openbmc/qemu/dyngen-exec.h
/openbmc/qemu/error.c
/openbmc/qemu/exec-all.h
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat.c
file-op-9p.h
qemu-fsdev.c
qemu-fsdev.h
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hmp.c
/openbmc/qemu/hmp.h
/openbmc/qemu/host-utils.h
/openbmc/qemu/hw/9pfs/virtio-9p-device.c
/openbmc/qemu/hw/9pfs/virtio-9p-handle.c
/openbmc/qemu/hw/9pfs/virtio-9p-local.c
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/adb.c
/openbmc/qemu/hw/adb.h
/openbmc/qemu/hw/adlib.c
/openbmc/qemu/hw/alpha_dp264.c
/openbmc/qemu/hw/alpha_pci.c
/openbmc/qemu/hw/alpha_sys.h
/openbmc/qemu/hw/alpha_typhoon.c
/openbmc/qemu/hw/cirrus_vga.c
/openbmc/qemu/hw/cs4231a.c
/openbmc/qemu/hw/cuda.c
/openbmc/qemu/hw/devices.h
/openbmc/qemu/hw/e1000.c
/openbmc/qemu/hw/esp.c
/openbmc/qemu/hw/etraxfs_dma.c
/openbmc/qemu/hw/etraxfs_eth.c
/openbmc/qemu/hw/etraxfs_pic.c
/openbmc/qemu/hw/etraxfs_ser.c
/openbmc/qemu/hw/etraxfs_timer.c
/openbmc/qemu/hw/fdc.c
/openbmc/qemu/hw/grackle_pci.c
/openbmc/qemu/hw/gt64xxx.c
/openbmc/qemu/hw/gumstix.c
/openbmc/qemu/hw/gus.c
/openbmc/qemu/hw/heathrow_pic.c
/openbmc/qemu/hw/i8254.c
/openbmc/qemu/hw/i8259.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/irq.c
/openbmc/qemu/hw/irq.h
/openbmc/qemu/hw/isa-bus.c
/openbmc/qemu/hw/isa.h
/openbmc/qemu/hw/lsi53c895a.c
/openbmc/qemu/hw/mainstone.c
/openbmc/qemu/hw/milkymist-ac97.c
/openbmc/qemu/hw/milkymist-hpdmc.c
/openbmc/qemu/hw/milkymist-hw.h
/openbmc/qemu/hw/milkymist-memcard.c
/openbmc/qemu/hw/milkymist-minimac2.c
/openbmc/qemu/hw/milkymist-pfpu.c
/openbmc/qemu/hw/milkymist-softusb.c
/openbmc/qemu/hw/milkymist-sysctl.c
/openbmc/qemu/hw/milkymist-tmu2.c
/openbmc/qemu/hw/milkymist-uart.c
/openbmc/qemu/hw/milkymist-vgafb.c
/openbmc/qemu/hw/milkymist.c
/openbmc/qemu/hw/mips_fulong2e.c
/openbmc/qemu/hw/mips_jazz.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/nseries.c
/openbmc/qemu/hw/omap.h
/openbmc/qemu/hw/omap1.c
/openbmc/qemu/hw/omap2.c
/openbmc/qemu/hw/omap_gpmc.c
/openbmc/qemu/hw/omap_intc.c
/openbmc/qemu/hw/omap_uart.c
/openbmc/qemu/hw/openpic.c
/openbmc/qemu/hw/openpic.h
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pci.c
/openbmc/qemu/hw/pci.h
/openbmc/qemu/hw/pckbd.c
/openbmc/qemu/hw/petalogix_ml605_mmu.c
/openbmc/qemu/hw/piix4.c
/openbmc/qemu/hw/piix_pci.c
/openbmc/qemu/hw/ppc.c
/openbmc/qemu/hw/ppc.h
/openbmc/qemu/hw/ppc405.h
/openbmc/qemu/hw/ppc405_boards.c
/openbmc/qemu/hw/ppc405_uc.c
/openbmc/qemu/hw/ppc440.c
/openbmc/qemu/hw/ppc440.h
/openbmc/qemu/hw/ppc440_bamboo.c
/openbmc/qemu/hw/ppc4xx_devs.c
/openbmc/qemu/hw/ppc_booke.c
/openbmc/qemu/hw/ppc_mac.h
/openbmc/qemu/hw/ppc_newworld.c
/openbmc/qemu/hw/ppc_oldworld.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/ppce500_mpc8544ds.c
/openbmc/qemu/hw/ppce500_spin.c
/openbmc/qemu/hw/prep_pci.c
/openbmc/qemu/hw/pxa.h
/openbmc/qemu/hw/pxa2xx.c
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/r2d.c
/openbmc/qemu/hw/sb16.c
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/serial.c
/openbmc/qemu/hw/sm501.c
/openbmc/qemu/hw/smc91c111.c
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spapr.h
/openbmc/qemu/hw/spapr_hcall.c
/openbmc/qemu/hw/spapr_llan.c
/openbmc/qemu/hw/spapr_rtas.c
/openbmc/qemu/hw/spapr_vio.c
/openbmc/qemu/hw/spapr_vio.h
/openbmc/qemu/hw/spapr_vscsi.c
/openbmc/qemu/hw/spapr_vty.c
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/tosa.c
/openbmc/qemu/hw/unin_pci.c
/openbmc/qemu/hw/vga-isa.c
/openbmc/qemu/hw/virtex_ml507.c
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/virtio-pci.h
/openbmc/qemu/hw/virtio.c
/openbmc/qemu/hw/vt82c686.c
/openbmc/qemu/hw/watchdog.c
/openbmc/qemu/hw/xics.c
/openbmc/qemu/hw/z2.c
/openbmc/qemu/kvm-all.c
/openbmc/qemu/linux-headers/asm-powerpc/kvm.h
/openbmc/qemu/linux-headers/asm-x86/kvm_para.h
/openbmc/qemu/linux-headers/linux/kvm.h
/openbmc/qemu/linux-headers/linux/kvm_para.h
/openbmc/qemu/linux-user/elfload.c
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/qemu.h
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/memory.c
/openbmc/qemu/memory.h
/openbmc/qemu/migration.c
/openbmc/qemu/monitor.c
/openbmc/qemu/osdep.h
/openbmc/qemu/pc-bios/README
/openbmc/qemu/pc-bios/mpc8544ds.dtb
/openbmc/qemu/pc-bios/mpc8544ds.dts
/openbmc/qemu/pc-bios/openbios-ppc
/openbmc/qemu/pc-bios/openbios-sparc32
/openbmc/qemu/pc-bios/openbios-sparc64
/openbmc/qemu/pc-bios/palcode-clipper
/openbmc/qemu/ppc64.ld
/openbmc/qemu/qapi-schema.json
/openbmc/qemu/qapi/qapi-dealloc-visitor.c
/openbmc/qemu/qapi/qapi-types-core.h
/openbmc/qemu/qapi/qmp-input-visitor.c
/openbmc/qemu/qapi/qmp-output-visitor.c
/openbmc/qemu/qemu-barrier.h
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-tool.c
/openbmc/qemu/qerror.c
/openbmc/qemu/qerror.h
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qmp.c
/openbmc/qemu/roms/openbios
/openbmc/qemu/roms/qemu-palcode
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/qapi-commands.py
/openbmc/qemu/scripts/qapi-types.py
/openbmc/qemu/scripts/qapi-visit.py
/openbmc/qemu/scripts/qapi.py
/openbmc/qemu/slirp/mbuf.h
/openbmc/qemu/slirp/tcp_input.c
/openbmc/qemu/softmmu_defs.h
/openbmc/qemu/softmmu_exec.h
/openbmc/qemu/softmmu_header.h
/openbmc/qemu/softmmu_template.h
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-alpha/cpu.h
/openbmc/qemu/target-alpha/helper.h
/openbmc/qemu/target-alpha/op_helper.c
/openbmc/qemu/target-alpha/translate.c
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-arm/op_helper.c
/openbmc/qemu/target-cris/op_helper.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/machine.c
/openbmc/qemu/target-i386/op_helper.c
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-lm32/helper.c
/openbmc/qemu/target-lm32/op_helper.c
/openbmc/qemu/target-m68k/op_helper.c
/openbmc/qemu/target-microblaze/op_helper.c
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/helper.c
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/kvm_ppc.c
/openbmc/qemu/target-ppc/kvm_ppc.h
/openbmc/qemu/target-ppc/op_helper.c
/openbmc/qemu/target-ppc/translate.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/op_helper.c
/openbmc/qemu/target-sh4/op_helper.c
/openbmc/qemu/target-sparc/op_helper.c
/openbmc/qemu/target-xtensa/op_helper.c
/openbmc/qemu/tcg/arm/tcg-target.c
/openbmc/qemu/tcg/arm/tcg-target.h
/openbmc/qemu/tcg/hppa/tcg-target.h
/openbmc/qemu/tcg/i386/tcg-target.c
/openbmc/qemu/tcg/i386/tcg-target.h
/openbmc/qemu/tcg/ia64/tcg-target.c
/openbmc/qemu/tcg/ia64/tcg-target.h
/openbmc/qemu/tcg/mips/tcg-target.h
/openbmc/qemu/tcg/ppc/tcg-target.h
/openbmc/qemu/tcg/ppc64/tcg-target.h
/openbmc/qemu/tcg/s390/tcg-target.c
/openbmc/qemu/tcg/s390/tcg-target.h
/openbmc/qemu/tcg/sparc/tcg-target.h
/openbmc/qemu/tcg/tcg-op.h
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/test-qmp-commands.c
/openbmc/qemu/test-visitor.c
/openbmc/qemu/trace-events
/openbmc/qemu/vl.c
5f54222502-Aug-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

hw/9pfs: Add handle based fs driver

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

532decb702-Aug-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

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

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 <aneesh.kumar@linux.vnet.ibm.com>

show more ...

0174fe7302-Aug-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

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 <aneesh.kumar@linux.vnet.ibm.com>

2289be1909-Sep-2011 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>

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

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 <aneesh.kumar@linux.vnet.ibm.com>

show more ...


/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.hw
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/Makefile.user
/openbmc/qemu/a.out.h
/openbmc/qemu/arch_init.c
/openbmc/qemu/arch_init.h
/openbmc/qemu/arm.ld
/openbmc/qemu/async.c
/openbmc/qemu/audio/audio.c
/openbmc/qemu/audio/wavaudio.c
/openbmc/qemu/audio/wavcapture.c
/openbmc/qemu/balloon.c
/openbmc/qemu/balloon.h
/openbmc/qemu/block.c
/openbmc/qemu/block.h
/openbmc/qemu/block/curl.c
/openbmc/qemu/block/nbd.c
/openbmc/qemu/block/parallels.c
/openbmc/qemu/block/qcow.c
/openbmc/qemu/block/qcow2-cluster.c
/openbmc/qemu/block/qcow2-refcount.c
/openbmc/qemu/block/qcow2-snapshot.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qcow2.h
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/raw.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/vvfat.c
/openbmc/qemu/block_int.h
/openbmc/qemu/blockdev.c
/openbmc/qemu/bswap.h
/openbmc/qemu/check-qjson.c
/openbmc/qemu/cmd.c
/openbmc/qemu/compiler.h
/openbmc/qemu/configure
/openbmc/qemu/console.c
/openbmc/qemu/console.h
/openbmc/qemu/cpu-all.h
/openbmc/qemu/cpu-exec.c
/openbmc/qemu/cpus.c
/openbmc/qemu/cpus.h
/openbmc/qemu/cutils.c
/openbmc/qemu/darwin-user/machload.c
/openbmc/qemu/default-configs/mips-softmmu.mak
/openbmc/qemu/default-configs/mips64-softmmu.mak
/openbmc/qemu/default-configs/mips64el-softmmu.mak
/openbmc/qemu/default-configs/mipsel-softmmu.mak
/openbmc/qemu/default-configs/xtensa-softmmu.mak
/openbmc/qemu/default-configs/xtensaeb-softmmu.mak
/openbmc/qemu/disas.c
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/dma.h
/openbmc/qemu/docs/qapi-code-gen.txt
/openbmc/qemu/docs/qdev-device-use.txt
/openbmc/qemu/docs/tracing.txt
/openbmc/qemu/dyngen-exec.h
/openbmc/qemu/elf.h
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat.c
/openbmc/qemu/fpu/softfloat.h
file-op-9p.h
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hppa.ld
/openbmc/qemu/hw/9pfs/codir.c
/openbmc/qemu/hw/9pfs/cofile.c
/openbmc/qemu/hw/9pfs/cofs.c
/openbmc/qemu/hw/9pfs/coxattr.c
/openbmc/qemu/hw/9pfs/virtio-9p-coth.c
/openbmc/qemu/hw/9pfs/virtio-9p-coth.h
/openbmc/qemu/hw/9pfs/virtio-9p-debug.c
/openbmc/qemu/hw/9pfs/virtio-9p-device.c
/openbmc/qemu/hw/9pfs/virtio-9p-local.c
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/9pfs/virtio-9p.h
/openbmc/qemu/hw/ac97.c
/openbmc/qemu/hw/acpi.c
/openbmc/qemu/hw/an5206.c
/openbmc/qemu/hw/apb_pci.c
/openbmc/qemu/hw/apic.c
/openbmc/qemu/hw/apic.h
/openbmc/qemu/hw/arm-misc.h
/openbmc/qemu/hw/arm11mpcore.c
/openbmc/qemu/hw/arm_gic.c
/openbmc/qemu/hw/arm_sysctl.c
/openbmc/qemu/hw/arm_timer.c
/openbmc/qemu/hw/armv7m.c
/openbmc/qemu/hw/armv7m_nvic.c
/openbmc/qemu/hw/axis_dev88.c
/openbmc/qemu/hw/baum.c
/openbmc/qemu/hw/bonito.c
/openbmc/qemu/hw/bt.h
/openbmc/qemu/hw/ccid-card-passthru.c
/openbmc/qemu/hw/cirrus_vga.c
/openbmc/qemu/hw/collie.c
/openbmc/qemu/hw/debugcon.c
/openbmc/qemu/hw/dec_pci.c
/openbmc/qemu/hw/devices.h
/openbmc/qemu/hw/dummy_m68k.c
/openbmc/qemu/hw/e1000.c
/openbmc/qemu/hw/e1000_hw.h
/openbmc/qemu/hw/es1370.c
/openbmc/qemu/hw/escc.c
/openbmc/qemu/hw/etraxfs_dma.c
/openbmc/qemu/hw/etraxfs_ser.c
/openbmc/qemu/hw/fdc.c
/openbmc/qemu/hw/flash.h
/openbmc/qemu/hw/fmopl.c
/openbmc/qemu/hw/fw_cfg.c
/openbmc/qemu/hw/g364fb.c
/openbmc/qemu/hw/grackle_pci.c
/openbmc/qemu/hw/grlib_apbuart.c
/openbmc/qemu/hw/gt64xxx.c
/openbmc/qemu/hw/gumstix.c
/openbmc/qemu/hw/hid.c
/openbmc/qemu/hw/hpet.c
/openbmc/qemu/hw/hpet_emul.h
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/ahci.h
/openbmc/qemu/hw/ide/atapi.c
/openbmc/qemu/hw/ide/cmd646.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/ich.c
/openbmc/qemu/hw/ide/internal.h
/openbmc/qemu/hw/ide/isa.c
/openbmc/qemu/hw/ide/macio.c
/openbmc/qemu/hw/ide/microdrive.c
/openbmc/qemu/hw/ide/mmio.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/ide/piix.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/integratorcp.c
/openbmc/qemu/hw/ioapic.c
/openbmc/qemu/hw/isa-bus.c
/openbmc/qemu/hw/isa.h
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/kvmclock.c
/openbmc/qemu/hw/leon3.c
/openbmc/qemu/hw/lm32_boards.c
/openbmc/qemu/hw/lm32_juart.c
/openbmc/qemu/hw/lm32_uart.c
/openbmc/qemu/hw/loader.c
/openbmc/qemu/hw/lsi53c895a.c
/openbmc/qemu/hw/mainstone.c
/openbmc/qemu/hw/mcf5208.c
/openbmc/qemu/hw/mcf_uart.c
/openbmc/qemu/hw/microblaze_pic_cpu.c
/openbmc/qemu/hw/microblaze_pic_cpu.h
/openbmc/qemu/hw/milkymist-minimac2.c
/openbmc/qemu/hw/milkymist-softusb.c
/openbmc/qemu/hw/milkymist-tmu2.c
/openbmc/qemu/hw/milkymist-uart.c
/openbmc/qemu/hw/milkymist.c
/openbmc/qemu/hw/mips.h
/openbmc/qemu/hw/mips_fulong2e.c
/openbmc/qemu/hw/mips_jazz.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/mips_mipssim.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/mipsnet.c
/openbmc/qemu/hw/mpcore.c
/openbmc/qemu/hw/msmouse.c
/openbmc/qemu/hw/mst_fpga.c
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/ne2000.c
/openbmc/qemu/hw/nseries.c
/openbmc/qemu/hw/omap.h
/openbmc/qemu/hw/omap1.c
/openbmc/qemu/hw/omap2.c
/openbmc/qemu/hw/omap_gpmc.c
/openbmc/qemu/hw/omap_lcdc.c
/openbmc/qemu/hw/omap_sx1.c
/openbmc/qemu/hw/omap_uart.c
/openbmc/qemu/hw/onenand.c
/openbmc/qemu/hw/palm.c
/openbmc/qemu/hw/parallel.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pci-stub.c
/openbmc/qemu/hw/pci.c
/openbmc/qemu/hw/pci.h
/openbmc/qemu/hw/pci_bridge.c
/openbmc/qemu/hw/pci_host.c
/openbmc/qemu/hw/pci_host.h
/openbmc/qemu/hw/pci_internals.h
/openbmc/qemu/hw/pci_regs.h
/openbmc/qemu/hw/pcie.c
/openbmc/qemu/hw/pcie_aer.c
/openbmc/qemu/hw/pcie_host.c
/openbmc/qemu/hw/pcie_host.h
/openbmc/qemu/hw/pcnet-pci.c
/openbmc/qemu/hw/petalogix_ml605_mmu.c
/openbmc/qemu/hw/petalogix_s3adsp1800_mmu.c
/openbmc/qemu/hw/pflash_cfi01.c
/openbmc/qemu/hw/pflash_cfi02.c
/openbmc/qemu/hw/piix_pci.c
/openbmc/qemu/hw/pl011.c
/openbmc/qemu/hw/ppc405.h
/openbmc/qemu/hw/ppc405_boards.c
/openbmc/qemu/hw/ppc405_uc.c
/openbmc/qemu/hw/ppc440.c
/openbmc/qemu/hw/ppc4xx.h
/openbmc/qemu/hw/ppc4xx_devs.c
/openbmc/qemu/hw/ppc4xx_pci.c
/openbmc/qemu/hw/ppc_newworld.c
/openbmc/qemu/hw/ppc_oldworld.c
/openbmc/qemu/hw/ppce500_pci.c
/openbmc/qemu/hw/prep_pci.c
/openbmc/qemu/hw/pxa2xx.c
/openbmc/qemu/hw/pxa2xx_lcd.c
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qxl-logger.c
/openbmc/qemu/hw/qxl.c
/openbmc/qemu/hw/r2d.c
/openbmc/qemu/hw/rc4030.c
/openbmc/qemu/hw/realview_gic.c
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/scsi-bus.c
/openbmc/qemu/hw/scsi-defs.h
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/scsi-generic.c
/openbmc/qemu/hw/scsi.h
/openbmc/qemu/hw/sd.c
/openbmc/qemu/hw/serial.c
/openbmc/qemu/hw/sh_intc.c
/openbmc/qemu/hw/sh_pci.c
/openbmc/qemu/hw/sh_serial.c
/openbmc/qemu/hw/smbios.c
/openbmc/qemu/hw/smbios.h
/openbmc/qemu/hw/soc_dma.h
/openbmc/qemu/hw/spapr_vty.c
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/srp.h
/openbmc/qemu/hw/stellaris.c
/openbmc/qemu/hw/stellaris_enet.c
/openbmc/qemu/hw/strongarm.c
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/syborg_serial.c
/openbmc/qemu/hw/sysbus.c
/openbmc/qemu/hw/sysbus.h
/openbmc/qemu/hw/tosa.c
/openbmc/qemu/hw/tusb6010.c
/openbmc/qemu/hw/unin_pci.c
/openbmc/qemu/hw/usb-bus.c
/openbmc/qemu/hw/usb-ccid.c
/openbmc/qemu/hw/usb-desc.h
/openbmc/qemu/hw/usb-ehci.c
/openbmc/qemu/hw/usb-hub.c
/openbmc/qemu/hw/usb-msd.c
/openbmc/qemu/hw/usb-musb.c
/openbmc/qemu/hw/usb-ohci.c
/openbmc/qemu/hw/usb-serial.c
/openbmc/qemu/hw/usb-uhci.c
/openbmc/qemu/hw/usb.c
/openbmc/qemu/hw/usb.h
/openbmc/qemu/hw/versatile_pci.c
/openbmc/qemu/hw/vga-isa-mm.c
/openbmc/qemu/hw/vga-isa.c
/openbmc/qemu/hw/vga-pci.c
/openbmc/qemu/hw/vga.c
/openbmc/qemu/hw/vga_int.h
/openbmc/qemu/hw/vhost.c
/openbmc/qemu/hw/vhost.h
/openbmc/qemu/hw/vhost_net.c
/openbmc/qemu/hw/virtex_ml507.c
/openbmc/qemu/hw/virtio-balloon.c
/openbmc/qemu/hw/virtio-balloon.h
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/virtio-blk.h
/openbmc/qemu/hw/virtio-console.c
/openbmc/qemu/hw/virtio-net.h
/openbmc/qemu/hw/virtio-serial.h
/openbmc/qemu/hw/virtio.c
/openbmc/qemu/hw/virtio.h
/openbmc/qemu/hw/vmware_vga.c
/openbmc/qemu/hw/vt82c686.c
/openbmc/qemu/hw/watchdog.c
/openbmc/qemu/hw/xen_backend.c
/openbmc/qemu/hw/xen_backend.h
/openbmc/qemu/hw/xen_console.c
/openbmc/qemu/hw/xen_disk.c
/openbmc/qemu/hw/xen_nic.c
/openbmc/qemu/hw/xenfb.c
/openbmc/qemu/hw/xics.c
/openbmc/qemu/hw/xilinx.h
/openbmc/qemu/hw/xilinx_ethlite.c
/openbmc/qemu/hw/xilinx_intc.c
/openbmc/qemu/hw/xilinx_timer.c
/openbmc/qemu/hw/xilinx_uartlite.c
/openbmc/qemu/hw/xtensa_dc232b.c
/openbmc/qemu/hw/xtensa_pic.c
/openbmc/qemu/hw/xtensa_sample.c
/openbmc/qemu/hw/z2.c
/openbmc/qemu/hw/zaurus.c
/openbmc/qemu/i386.ld
/openbmc/qemu/iohandler.c
/openbmc/qemu/kvm-all.c
/openbmc/qemu/libcacard/Makefile
/openbmc/qemu/libcacard/vscclient.c
/openbmc/qemu/linux-aio.c
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/m68k-semi.c
/openbmc/qemu/memory.c
/openbmc/qemu/memory.h
/openbmc/qemu/migration.c
/openbmc/qemu/mips-dis.c
/openbmc/qemu/mips.ld
/openbmc/qemu/monitor.c
/openbmc/qemu/nbd.c
/openbmc/qemu/nbd.h
/openbmc/qemu/net.h
/openbmc/qemu/net/slirp.c
/openbmc/qemu/oslib-posix.c
/openbmc/qemu/posix-aio-compat.c
/openbmc/qemu/ppc.ld
/openbmc/qemu/ppc64.ld
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-char.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-coroutine-lock.c
/openbmc/qemu/qemu-coroutine.h
/openbmc/qemu/qemu-ga.c
/openbmc/qemu/qemu-img-cmds.hx
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-img.texi
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-nbd.c
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-thread-posix.c
/openbmc/qemu/qemu-thread-win32.c
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qerror.c
/openbmc/qemu/qerror.h
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/rules.mak
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/checkpatch.pl
/openbmc/qemu/scripts/simpletrace.py
/openbmc/qemu/scripts/tracetool
/openbmc/qemu/slirp/ip.h
/openbmc/qemu/slirp/libslirp.h
/openbmc/qemu/slirp/slirp.c
/openbmc/qemu/slirp/slirp.h
/openbmc/qemu/slirp/tcp_input.c
/openbmc/qemu/slirp/tcp_subr.c
/openbmc/qemu/sparc.ld
/openbmc/qemu/spice-qemu-char.c
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/op_helper.c
/openbmc/qemu/target-i386/ops_sse.h
/openbmc/qemu/target-i386/svm.h
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-microblaze/cpu.h
/openbmc/qemu/target-microblaze/translate.c
/openbmc/qemu/target-mips/cpu.h
/openbmc/qemu/target-mips/helper.c
/openbmc/qemu/target-mips/helper.h
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-mips/translate_init.c
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/helper.c
/openbmc/qemu/target-ppc/translate.c
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-sparc/cpu.h
/openbmc/qemu/target-sparc/helper.c
/openbmc/qemu/target-sparc/op_helper.c
/openbmc/qemu/target-unicore32/translate.c
/openbmc/qemu/target-xtensa/cpu.h
/openbmc/qemu/target-xtensa/gdb-config-dc232b.c
/openbmc/qemu/target-xtensa/gdb-config-sample-xtensa-core.c
/openbmc/qemu/target-xtensa/helper.c
/openbmc/qemu/target-xtensa/helpers.h
/openbmc/qemu/target-xtensa/machine.c
/openbmc/qemu/target-xtensa/op_helper.c
/openbmc/qemu/target-xtensa/translate.c
/openbmc/qemu/tcg/i386/tcg-target.c
/openbmc/qemu/tcg/ia64/tcg-target.c
/openbmc/qemu/tcg/optimize.c
/openbmc/qemu/tcg/ppc/tcg-target.c
/openbmc/qemu/tcg/ppc/tcg-target.h
/openbmc/qemu/tcg/ppc64/tcg-target.c
/openbmc/qemu/tcg/ppc64/tcg-target.h
/openbmc/qemu/tcg/s390/tcg-target.c
/openbmc/qemu/tcg/sparc/tcg-target.c
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tests/test-i386.c
/openbmc/qemu/tests/test_path.c
/openbmc/qemu/tests/xtensa/Makefile
/openbmc/qemu/tests/xtensa/crt.S
/openbmc/qemu/tests/xtensa/linker.ld
/openbmc/qemu/tests/xtensa/macros.inc
/openbmc/qemu/tests/xtensa/test_b.S
/openbmc/qemu/tests/xtensa/test_bi.S
/openbmc/qemu/tests/xtensa/test_boolean.S
/openbmc/qemu/tests/xtensa/test_bz.S
/openbmc/qemu/tests/xtensa/test_clamps.S
/openbmc/qemu/tests/xtensa/test_fail.S
/openbmc/qemu/tests/xtensa/test_interrupt.S
/openbmc/qemu/tests/xtensa/test_loop.S
/openbmc/qemu/tests/xtensa/test_max.S
/openbmc/qemu/tests/xtensa/test_min.S
/openbmc/qemu/tests/xtensa/test_mmu.S
/openbmc/qemu/tests/xtensa/test_mul16.S
/openbmc/qemu/tests/xtensa/test_mul32.S
/openbmc/qemu/tests/xtensa/test_nsa.S
/openbmc/qemu/tests/xtensa/test_pipeline.S
/openbmc/qemu/tests/xtensa/test_quo.S
/openbmc/qemu/tests/xtensa/test_rem.S
/openbmc/qemu/tests/xtensa/test_rst0.S
/openbmc/qemu/tests/xtensa/test_sar.S
/openbmc/qemu/tests/xtensa/test_sext.S
/openbmc/qemu/tests/xtensa/test_shift.S
/openbmc/qemu/tests/xtensa/test_timer.S
/openbmc/qemu/tests/xtensa/test_windowed.S
/openbmc/qemu/tests/xtensa/vectors.S
/openbmc/qemu/trace-events
/openbmc/qemu/trace/control.c
/openbmc/qemu/trace/control.h
/openbmc/qemu/trace/default.c
/openbmc/qemu/trace/simple.c
/openbmc/qemu/trace/simple.h
/openbmc/qemu/trace/stderr.c
/openbmc/qemu/trace/stderr.h
/openbmc/qemu/ui/keymaps.c
/openbmc/qemu/ui/sdl.c
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/spice-display.c
/openbmc/qemu/ui/spice-display.h
/openbmc/qemu/ui/vnc-tls.c
/openbmc/qemu/usb-linux.c
/openbmc/qemu/usb-redir.c
/openbmc/qemu/vl.c
/openbmc/qemu/x86_64.ld
/openbmc/qemu/xen-all.c
/openbmc/qemu/xen-mapcache.c
/openbmc/qemu/xtensa-semi.c
5f524c1e18-May-2011 Harsh Prateek Bora <harsh@linux.vnet.ibm.com>

use readdir_r instead of readdir for reentrancy

Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>


/openbmc/qemu/HACKING
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/configure
/openbmc/qemu/coroutine-gthread.c
file-op-9p.h
/openbmc/qemu/hw/9pfs/codir.c
/openbmc/qemu/hw/9pfs/cofile.c
/openbmc/qemu/hw/9pfs/cofs.c
/openbmc/qemu/hw/9pfs/coxattr.c
/openbmc/qemu/hw/9pfs/virtio-9p-coth.h
/openbmc/qemu/hw/9pfs/virtio-9p-local.c
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/9pfs/virtio-9p.h
/openbmc/qemu/hw/arm_sysctl.c
/openbmc/qemu/hw/escc.c
/openbmc/qemu/hw/esp.c
/openbmc/qemu/hw/fdc.c
/openbmc/qemu/hw/m48t59.c
/openbmc/qemu/hw/pcnet.h
/openbmc/qemu/hw/pl061.c
/openbmc/qemu/hw/pl110.c
/openbmc/qemu/hw/pl110_template.h
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/slavio_intctl.c
/openbmc/qemu/hw/slavio_misc.c
/openbmc/qemu/hw/slavio_timer.c
/openbmc/qemu/hw/stellaris.c
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4m_iommu.c
/openbmc/qemu/hw/syborg_fb.c
/openbmc/qemu/hw/tcx.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vexpress.c
/openbmc/qemu/libcacard/Makefile
/openbmc/qemu/memory.c
/openbmc/qemu/monitor.c
/openbmc/qemu/os-win32.c
/openbmc/qemu/osdep.h
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-ga.c
/openbmc/qemu/slirp/ip.h
/openbmc/qemu/slirp/tcp.h
/openbmc/qemu/target-s390x/translate.c
/openbmc/qemu/target-unicore32/translate.c
/openbmc/qemu/tcg/arm/tcg-target.h
/openbmc/qemu/tcg/hppa/tcg-target.c
/openbmc/qemu/tcg/hppa/tcg-target.h
/openbmc/qemu/tcg/i386/tcg-target.h
/openbmc/qemu/tcg/ia64/tcg-target.c
/openbmc/qemu/tcg/ia64/tcg-target.h
/openbmc/qemu/tcg/mips/tcg-target.h
/openbmc/qemu/tcg/optimize.c
/openbmc/qemu/tcg/ppc/tcg-target.h
/openbmc/qemu/tcg/ppc64/tcg-target.h
/openbmc/qemu/tcg/s390/tcg-target.h
/openbmc/qemu/tcg/sparc/tcg-target.h
/openbmc/qemu/tcg/tcg-op.h
/openbmc/qemu/tcg/tcg-opc.h
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/trace-events
/openbmc/qemu/ui/cocoa.m
/openbmc/qemu/vl.c
7267c09420-Aug-2011 Anthony Liguori <aliguori@us.ibm.com>

Use glib memory allocation and free functions

qemu_malloc/qemu_free no longer exist after this commit.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>


/openbmc/qemu/.gitignore
/openbmc/qemu/CODING_STYLE
/openbmc/qemu/Changelog
/openbmc/qemu/MAINTAINERS
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.hw
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/VERSION
/openbmc/qemu/acl.c
/openbmc/qemu/aio.c
/openbmc/qemu/alpha-dis.c
/openbmc/qemu/arch_init.c
/openbmc/qemu/arm-semi.c
/openbmc/qemu/async.c
/openbmc/qemu/audio/alsaaudio.c
/openbmc/qemu/audio/audio.c
/openbmc/qemu/audio/audio_template.h
/openbmc/qemu/audio/coreaudio.c
/openbmc/qemu/audio/esdaudio.c
/openbmc/qemu/audio/mixeng.c
/openbmc/qemu/audio/ossaudio.c
/openbmc/qemu/audio/paaudio.c
/openbmc/qemu/audio/wavaudio.c
/openbmc/qemu/audio/wavcapture.c
/openbmc/qemu/audio/winwaveaudio.c
/openbmc/qemu/balloon.c
/openbmc/qemu/balloon.h
/openbmc/qemu/bitmap.h
/openbmc/qemu/block-migration.c
/openbmc/qemu/block.c
/openbmc/qemu/block.h
/openbmc/qemu/block/blkdebug.c
/openbmc/qemu/block/bochs.c
/openbmc/qemu/block/cloop.c
/openbmc/qemu/block/curl.c
/openbmc/qemu/block/dmg.c
/openbmc/qemu/block/nbd.c
/openbmc/qemu/block/parallels.c
/openbmc/qemu/block/qcow.c
/openbmc/qemu/block/qcow2-cache.c
/openbmc/qemu/block/qcow2-cluster.c
/openbmc/qemu/block/qcow2-refcount.c
/openbmc/qemu/block/qcow2-snapshot.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qcow2.h
/openbmc/qemu/block/qed-check.c
/openbmc/qemu/block/qed-cluster.c
/openbmc/qemu/block/qed-gencb.c
/openbmc/qemu/block/qed-l2-cache.c
/openbmc/qemu/block/qed-table.c
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/raw.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/sheepdog.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/block/vpc.c
/openbmc/qemu/block/vvfat.c
/openbmc/qemu/block_int.h
/openbmc/qemu/blockdev.c
/openbmc/qemu/bsd-user/main.c
/openbmc/qemu/bsd-user/mmap.c
/openbmc/qemu/bsd-user/syscall.c
/openbmc/qemu/bswap.h
/openbmc/qemu/bt-host.c
/openbmc/qemu/bt-vhci.c
/openbmc/qemu/buffered_file.c
/openbmc/qemu/check-qdict.c
/openbmc/qemu/check-qfloat.c
/openbmc/qemu/check-qint.c
/openbmc/qemu/check-qlist.c
/openbmc/qemu/check-qstring.c
/openbmc/qemu/cmd.c
/openbmc/qemu/compatfd.c
/openbmc/qemu/compatfd.h
/openbmc/qemu/compiler.h
/openbmc/qemu/configure
/openbmc/qemu/console.c
/openbmc/qemu/console.h
/openbmc/qemu/coroutine-gthread.c
/openbmc/qemu/coroutine-ucontext.c
/openbmc/qemu/coroutine-win32.c
/openbmc/qemu/cpu-all.h
/openbmc/qemu/cpu-common.h
/openbmc/qemu/cpu-exec.c
/openbmc/qemu/cpus.c
/openbmc/qemu/cpus.h
/openbmc/qemu/cris-dis.c
/openbmc/qemu/cursor.c
/openbmc/qemu/cutils.c
/openbmc/qemu/darwin-user/main.c
/openbmc/qemu/darwin-user/signal.c
/openbmc/qemu/default-configs/alpha-softmmu.mak
/openbmc/qemu/device_tree.c
/openbmc/qemu/dis-asm.h
/openbmc/qemu/disas.c
/openbmc/qemu/dma-helpers.c
/openbmc/qemu/dma.h
/openbmc/qemu/docs/ich9-ehci-uhci.cfg
/openbmc/qemu/docs/memory.txt
/openbmc/qemu/docs/qapi-code-gen.txt
/openbmc/qemu/docs/usb2.txt
/openbmc/qemu/dyngen-exec.h
/openbmc/qemu/error.c
/openbmc/qemu/error.h
/openbmc/qemu/exec-all.h
/openbmc/qemu/exec-memory.h
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat-specialize.h
/openbmc/qemu/fpu/softfloat.h
qemu-fsdev.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hppa-dis.c
/openbmc/qemu/hw/9pfs/codir.c
/openbmc/qemu/hw/9pfs/cofile.c
/openbmc/qemu/hw/9pfs/cofs.c
/openbmc/qemu/hw/9pfs/coxattr.c
/openbmc/qemu/hw/9pfs/virtio-9p-coth.c
/openbmc/qemu/hw/9pfs/virtio-9p-coth.h
/openbmc/qemu/hw/9pfs/virtio-9p-device.c
/openbmc/qemu/hw/9pfs/virtio-9p-xattr.c
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/9pfs/virtio-9p.h
/openbmc/qemu/hw/a9mpcore.c
/openbmc/qemu/hw/ac97.c
/openbmc/qemu/hw/acpi.c
/openbmc/qemu/hw/acpi_piix4.c
/openbmc/qemu/hw/adb.c
/openbmc/qemu/hw/adlib.c
/openbmc/qemu/hw/an5206.c
/openbmc/qemu/hw/apb_pci.c
/openbmc/qemu/hw/applesmc.c
/openbmc/qemu/hw/arm-misc.h
/openbmc/qemu/hw/arm11mpcore.c
/openbmc/qemu/hw/arm_boot.c
/openbmc/qemu/hw/arm_gic.c
/openbmc/qemu/hw/arm_pic.c
/openbmc/qemu/hw/arm_sysctl.c
/openbmc/qemu/hw/arm_timer.c
/openbmc/qemu/hw/armv7m.c
/openbmc/qemu/hw/armv7m_nvic.c
/openbmc/qemu/hw/axis_dev88.c
/openbmc/qemu/hw/baum.c
/openbmc/qemu/hw/baum.h
/openbmc/qemu/hw/bitbang_i2c.c
/openbmc/qemu/hw/blizzard.c
/openbmc/qemu/hw/bonito.c
/openbmc/qemu/hw/bt-hci-csr.c
/openbmc/qemu/hw/bt-hci.c
/openbmc/qemu/hw/bt-hid.c
/openbmc/qemu/hw/bt-l2cap.c
/openbmc/qemu/hw/bt-sdp.c
/openbmc/qemu/hw/bt.c
/openbmc/qemu/hw/cbus.c
/openbmc/qemu/hw/ccid-card-emulated.c
/openbmc/qemu/hw/ccid.h
/openbmc/qemu/hw/cirrus_vga.c
/openbmc/qemu/hw/cris_pic_cpu.c
/openbmc/qemu/hw/cuda.c
/openbmc/qemu/hw/dec_pci.c
/openbmc/qemu/hw/dp8393x.c
/openbmc/qemu/hw/ds1225y.c
/openbmc/qemu/hw/ds1338.c
/openbmc/qemu/hw/dummy_m68k.c
/openbmc/qemu/hw/e1000.c
/openbmc/qemu/hw/eepro100.c
/openbmc/qemu/hw/eeprom93xx.c
/openbmc/qemu/hw/elf_ops.h
/openbmc/qemu/hw/es1370.c
/openbmc/qemu/hw/escc.c
/openbmc/qemu/hw/escc.h
/openbmc/qemu/hw/esp.c
/openbmc/qemu/hw/etraxfs.h
/openbmc/qemu/hw/etraxfs_dma.c
/openbmc/qemu/hw/etraxfs_eth.c
/openbmc/qemu/hw/etraxfs_ser.c
/openbmc/qemu/hw/flash.h
/openbmc/qemu/hw/framebuffer.c
/openbmc/qemu/hw/fw_cfg.c
/openbmc/qemu/hw/g364fb.c
/openbmc/qemu/hw/grackle_pci.c
/openbmc/qemu/hw/grlib_gptimer.c
/openbmc/qemu/hw/grlib_irqmp.c
/openbmc/qemu/hw/gt64xxx.c
/openbmc/qemu/hw/gus.c
/openbmc/qemu/hw/heathrow_pic.c
/openbmc/qemu/hw/hid.c
/openbmc/qemu/hw/hid.h
/openbmc/qemu/hw/hpet.c
/openbmc/qemu/hw/hw.h
/openbmc/qemu/hw/i2c.c
/openbmc/qemu/hw/i2c.h
/openbmc/qemu/hw/i8259.c
/openbmc/qemu/hw/ide.h
/openbmc/qemu/hw/ide/ahci.c
/openbmc/qemu/hw/ide/ahci.h
/openbmc/qemu/hw/ide/cmd646.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/ide/ich.c
/openbmc/qemu/hw/ide/internal.h
/openbmc/qemu/hw/ide/macio.c
/openbmc/qemu/hw/ide/microdrive.c
/openbmc/qemu/hw/ide/mmio.c
/openbmc/qemu/hw/ide/pci.c
/openbmc/qemu/hw/ide/pci.h
/openbmc/qemu/hw/ide/piix.c
/openbmc/qemu/hw/ide/qdev.c
/openbmc/qemu/hw/ide/via.c
/openbmc/qemu/hw/integratorcp.c
/openbmc/qemu/hw/intel-hda.c
/openbmc/qemu/hw/ioh3420.c
/openbmc/qemu/hw/irq.c
/openbmc/qemu/hw/isa.h
/openbmc/qemu/hw/isa_mmio.c
/openbmc/qemu/hw/ivshmem.c
/openbmc/qemu/hw/jazz_led.c
/openbmc/qemu/hw/kvmclock.c
/openbmc/qemu/hw/kvmclock.h
/openbmc/qemu/hw/lan9118.c
/openbmc/qemu/hw/lance.c
/openbmc/qemu/hw/leon3.c
/openbmc/qemu/hw/lm32_boards.c
/openbmc/qemu/hw/lm32_hwsetup.h
/openbmc/qemu/hw/lm32_sys.c
/openbmc/qemu/hw/lm32_timer.c
/openbmc/qemu/hw/lm32_uart.c
/openbmc/qemu/hw/lm832x.c
/openbmc/qemu/hw/loader.c
/openbmc/qemu/hw/lsi53c895a.c
/openbmc/qemu/hw/m48t59.c
/openbmc/qemu/hw/mac_dbdma.c
/openbmc/qemu/hw/mac_dbdma.h
/openbmc/qemu/hw/mac_nvram.c
/openbmc/qemu/hw/macio.c
/openbmc/qemu/hw/marvell_88w8618_audio.c
/openbmc/qemu/hw/mc146818rtc.c
/openbmc/qemu/hw/mcf5206.c
/openbmc/qemu/hw/mcf5208.c
/openbmc/qemu/hw/mcf_fec.c
/openbmc/qemu/hw/mcf_intc.c
/openbmc/qemu/hw/mcf_uart.c
/openbmc/qemu/hw/milkymist-ac97.c
/openbmc/qemu/hw/milkymist-memcard.c
/openbmc/qemu/hw/milkymist-minimac2.c
/openbmc/qemu/hw/milkymist-pfpu.c
/openbmc/qemu/hw/milkymist-softusb.c
/openbmc/qemu/hw/milkymist-sysctl.c
/openbmc/qemu/hw/milkymist-tmu2.c
/openbmc/qemu/hw/milkymist.c
/openbmc/qemu/hw/mips.h
/openbmc/qemu/hw/mips_fulong2e.c
/openbmc/qemu/hw/mips_jazz.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/mips_mipssim.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/mipsnet.c
/openbmc/qemu/hw/mpc8544_guts.c
/openbmc/qemu/hw/mpcore.c
/openbmc/qemu/hw/msi.c
/openbmc/qemu/hw/msix.c
/openbmc/qemu/hw/msix.h
/openbmc/qemu/hw/msmouse.c
/openbmc/qemu/hw/msmouse.h
/openbmc/qemu/hw/multiboot.c
/openbmc/qemu/hw/musicpal.c
/openbmc/qemu/hw/nand.c
/openbmc/qemu/hw/ne2000-isa.c
/openbmc/qemu/hw/ne2000.c
/openbmc/qemu/hw/ne2000.h
/openbmc/qemu/hw/nseries.c
/openbmc/qemu/hw/omap.h
/openbmc/qemu/hw/omap1.c
/openbmc/qemu/hw/omap2.c
/openbmc/qemu/hw/omap_clk.c
/openbmc/qemu/hw/omap_dma.c
/openbmc/qemu/hw/omap_dss.c
/openbmc/qemu/hw/omap_gpio.c
/openbmc/qemu/hw/omap_gpmc.c
/openbmc/qemu/hw/omap_gptimer.c
/openbmc/qemu/hw/omap_i2c.c
/openbmc/qemu/hw/omap_intc.c
/openbmc/qemu/hw/omap_l4.c
/openbmc/qemu/hw/omap_lcdc.c
/openbmc/qemu/hw/omap_mmc.c
/openbmc/qemu/hw/omap_sdrc.c
/openbmc/qemu/hw/omap_spi.c
/openbmc/qemu/hw/omap_synctimer.c
/openbmc/qemu/hw/omap_uart.c
/openbmc/qemu/hw/onenand.c
/openbmc/qemu/hw/openpic.c
/openbmc/qemu/hw/openpic.h
/openbmc/qemu/hw/palm.c
/openbmc/qemu/hw/parallel.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pc.h
/openbmc/qemu/hw/pc_piix.c
/openbmc/qemu/hw/pci.c
/openbmc/qemu/hw/pci.h
/openbmc/qemu/hw/pci_host.c
/openbmc/qemu/hw/pci_host.h
/openbmc/qemu/hw/pci_ids.h
/openbmc/qemu/hw/pci_internals.h
/openbmc/qemu/hw/pci_regs.h
/openbmc/qemu/hw/pcie_aer.c
/openbmc/qemu/hw/pcie_host.c
/openbmc/qemu/hw/pcie_port.c
/openbmc/qemu/hw/pckbd.c
/openbmc/qemu/hw/pcnet-pci.c
/openbmc/qemu/hw/pcnet.h
/openbmc/qemu/hw/petalogix_ml605_mmu.c
/openbmc/qemu/hw/petalogix_s3adsp1800_mmu.c
/openbmc/qemu/hw/pflash_cfi01.c
/openbmc/qemu/hw/pflash_cfi02.c
/openbmc/qemu/hw/piix4.c
/openbmc/qemu/hw/piix_pci.c
/openbmc/qemu/hw/pl011.c
/openbmc/qemu/hw/pl022.c
/openbmc/qemu/hw/pl050.c
/openbmc/qemu/hw/pl061.c
/openbmc/qemu/hw/pl080.c
/openbmc/qemu/hw/pl110.c
/openbmc/qemu/hw/pl110_template.h
/openbmc/qemu/hw/pl181.c
/openbmc/qemu/hw/pl190.c
/openbmc/qemu/hw/ppc.c
/openbmc/qemu/hw/ppc405_boards.c
/openbmc/qemu/hw/ppc405_uc.c
/openbmc/qemu/hw/ppc440.c
/openbmc/qemu/hw/ppc440_bamboo.c
/openbmc/qemu/hw/ppc4xx_devs.c
/openbmc/qemu/hw/ppc4xx_pci.c
/openbmc/qemu/hw/ppc_mac.h
/openbmc/qemu/hw/ppc_newworld.c
/openbmc/qemu/hw/ppc_oldworld.c
/openbmc/qemu/hw/ppc_prep.c
/openbmc/qemu/hw/ppce500_mpc8544ds.c
/openbmc/qemu/hw/ppce500_pci.c
/openbmc/qemu/hw/prep_pci.c
/openbmc/qemu/hw/prep_pci.h
/openbmc/qemu/hw/ps2.c
/openbmc/qemu/hw/ptimer.c
/openbmc/qemu/hw/pxa.h
/openbmc/qemu/hw/pxa2xx.c
/openbmc/qemu/hw/pxa2xx_dma.c
/openbmc/qemu/hw/pxa2xx_keypad.c
/openbmc/qemu/hw/pxa2xx_lcd.c
/openbmc/qemu/hw/pxa2xx_mmci.c
/openbmc/qemu/hw/pxa2xx_pcmcia.c
/openbmc/qemu/hw/pxa2xx_pic.c
/openbmc/qemu/hw/pxa2xx_timer.c
/openbmc/qemu/hw/qdev-properties.c
/openbmc/qemu/hw/qdev.c
/openbmc/qemu/hw/qxl-logger.c
/openbmc/qemu/hw/qxl-render.c
/openbmc/qemu/hw/qxl.c
/openbmc/qemu/hw/qxl.h
/openbmc/qemu/hw/r2d.c
/openbmc/qemu/hw/rc4030.c
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/realview_gic.c
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/s390-virtio-bus.c
/openbmc/qemu/hw/s390-virtio-bus.h
/openbmc/qemu/hw/s390-virtio.c
/openbmc/qemu/hw/scsi-bus.c
/openbmc/qemu/hw/scsi-defs.h
/openbmc/qemu/hw/scsi-disk.c
/openbmc/qemu/hw/scsi-generic.c
/openbmc/qemu/hw/scsi.h
/openbmc/qemu/hw/sd.c
/openbmc/qemu/hw/serial.c
/openbmc/qemu/hw/sh7750.c
/openbmc/qemu/hw/sh_intc.c
/openbmc/qemu/hw/sh_pci.c
/openbmc/qemu/hw/sh_serial.c
/openbmc/qemu/hw/sh_timer.c
/openbmc/qemu/hw/slavio_timer.c
/openbmc/qemu/hw/sm501.c
/openbmc/qemu/hw/smbios.c
/openbmc/qemu/hw/smbus.c
/openbmc/qemu/hw/smbus_eeprom.c
/openbmc/qemu/hw/smc91c111.c
/openbmc/qemu/hw/soc_dma.c
/openbmc/qemu/hw/spapr.c
/openbmc/qemu/hw/spapr.h
/openbmc/qemu/hw/spapr_hcall.c
/openbmc/qemu/hw/spapr_vio.c
/openbmc/qemu/hw/spapr_vscsi.c
/openbmc/qemu/hw/spitz.c
/openbmc/qemu/hw/ssd0303.c
/openbmc/qemu/hw/ssd0323.c
/openbmc/qemu/hw/ssi-sd.c
/openbmc/qemu/hw/ssi.c
/openbmc/qemu/hw/stellaris.c
/openbmc/qemu/hw/stellaris_enet.c
/openbmc/qemu/hw/stellaris_input.c
/openbmc/qemu/hw/strongarm.c
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/syborg_interrupt.c
/openbmc/qemu/hw/syborg_keyboard.c
/openbmc/qemu/hw/syborg_pointer.c
/openbmc/qemu/hw/syborg_serial.c
/openbmc/qemu/hw/syborg_virtio.c
/openbmc/qemu/hw/sysbus.c
/openbmc/qemu/hw/sysbus.h
/openbmc/qemu/hw/tc58128.c
/openbmc/qemu/hw/tc6393xb.c
/openbmc/qemu/hw/tsc2005.c
/openbmc/qemu/hw/tsc210x.c
/openbmc/qemu/hw/tusb6010.c
/openbmc/qemu/hw/unin_pci.c
/openbmc/qemu/hw/usb-bt.c
/openbmc/qemu/hw/usb-bus.c
/openbmc/qemu/hw/usb-ccid.c
/openbmc/qemu/hw/usb-desc.c
/openbmc/qemu/hw/usb-ehci.c
/openbmc/qemu/hw/usb-hid.c
/openbmc/qemu/hw/usb-hub.c
/openbmc/qemu/hw/usb-libhw.c
/openbmc/qemu/hw/usb-msd.c
/openbmc/qemu/hw/usb-musb.c
/openbmc/qemu/hw/usb-net.c
/openbmc/qemu/hw/usb-ohci.c
/openbmc/qemu/hw/usb-serial.c
/openbmc/qemu/hw/usb-uhci.c
/openbmc/qemu/hw/usb-wacom.c
/openbmc/qemu/hw/usb.c
/openbmc/qemu/hw/usb.h
/openbmc/qemu/hw/versatile_pci.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/hw/vga-isa-mm.c
/openbmc/qemu/hw/vga-isa.c
/openbmc/qemu/hw/vga-pci.c
/openbmc/qemu/hw/vga.c
/openbmc/qemu/hw/vga_int.h
/openbmc/qemu/hw/vhost.c
/openbmc/qemu/hw/vhost_net.c
/openbmc/qemu/hw/virtex_ml507.c
/openbmc/qemu/hw/virtio-balloon.c
/openbmc/qemu/hw/virtio-blk.c
/openbmc/qemu/hw/virtio-blk.h
/openbmc/qemu/hw/virtio-console.c
/openbmc/qemu/hw/virtio-net.c
/openbmc/qemu/hw/virtio-pci.c
/openbmc/qemu/hw/virtio-pci.h
/openbmc/qemu/hw/virtio-serial-bus.c
/openbmc/qemu/hw/virtio.c
/openbmc/qemu/hw/virtio.h
/openbmc/qemu/hw/vmware_vga.c
/openbmc/qemu/hw/vt82c686.c
/openbmc/qemu/hw/wdt_i6300esb.c
/openbmc/qemu/hw/wm8750.c
/openbmc/qemu/hw/xen.h
/openbmc/qemu/hw/xen_backend.c
/openbmc/qemu/hw/xen_common.h
/openbmc/qemu/hw/xen_console.c
/openbmc/qemu/hw/xen_devconfig.c
/openbmc/qemu/hw/xen_disk.c
/openbmc/qemu/hw/xen_nic.c
/openbmc/qemu/hw/xen_platform.c
/openbmc/qemu/hw/xenfb.c
/openbmc/qemu/hw/xics.c
/openbmc/qemu/hw/xilinx_axienet.c
/openbmc/qemu/hw/xilinx_timer.c
/openbmc/qemu/hw/xio3130_downstream.c
/openbmc/qemu/hw/xio3130_upstream.c
/openbmc/qemu/hw/z2.c
/openbmc/qemu/input.c
/openbmc/qemu/iohandler.c
/openbmc/qemu/ioport.c
/openbmc/qemu/ioport.h
/openbmc/qemu/iov.c
/openbmc/qemu/iov.h
/openbmc/qemu/kvm-all.c
/openbmc/qemu/kvm-stub.c
/openbmc/qemu/kvm.h
/openbmc/qemu/libcacard/Makefile
/openbmc/qemu/libcacard/cac.c
/openbmc/qemu/libcacard/card_7816.c
/openbmc/qemu/libcacard/event.c
/openbmc/qemu/libcacard/libcacard.pc.in
/openbmc/qemu/libcacard/vcard.c
/openbmc/qemu/libcacard/vcard_emul_nss.c
/openbmc/qemu/libcacard/vreader.c
/openbmc/qemu/libcacard/vscclient.c
/openbmc/qemu/libfdt_env.h
/openbmc/qemu/linux-aio.c
/openbmc/qemu/linux-headers/COPYING
/openbmc/qemu/linux-headers/README
/openbmc/qemu/linux-headers/asm-powerpc/kvm.h
/openbmc/qemu/linux-headers/asm-powerpc/kvm_para.h
/openbmc/qemu/linux-headers/asm-s390/kvm.h
/openbmc/qemu/linux-headers/asm-s390/kvm_para.h
/openbmc/qemu/linux-headers/asm-x86/hyperv.h
/openbmc/qemu/linux-headers/asm-x86/kvm.h
/openbmc/qemu/linux-headers/asm-x86/kvm_para.h
/openbmc/qemu/linux-headers/linux/kvm.h
/openbmc/qemu/linux-headers/linux/kvm_para.h
/openbmc/qemu/linux-headers/linux/vhost.h
/openbmc/qemu/linux-headers/linux/virtio_config.h
/openbmc/qemu/linux-headers/linux/virtio_ring.h
/openbmc/qemu/linux-user/alpha/syscall_nr.h
/openbmc/qemu/linux-user/arm/syscall_nr.h
/openbmc/qemu/linux-user/cris/syscall_nr.h
/openbmc/qemu/linux-user/elfload.c
/openbmc/qemu/linux-user/flatload.c
/openbmc/qemu/linux-user/i386/syscall_nr.h
/openbmc/qemu/linux-user/ioctls.h
/openbmc/qemu/linux-user/linuxload.c
/openbmc/qemu/linux-user/m68k/syscall_nr.h
/openbmc/qemu/linux-user/main.c
/openbmc/qemu/linux-user/microblaze/syscall_nr.h
/openbmc/qemu/linux-user/mips/syscall_nr.h
/openbmc/qemu/linux-user/mips64/syscall_nr.h
/openbmc/qemu/linux-user/mipsn32/syscall_nr.h
/openbmc/qemu/linux-user/ppc/syscall_nr.h
/openbmc/qemu/linux-user/qemu.h
/openbmc/qemu/linux-user/s390x/syscall_nr.h
/openbmc/qemu/linux-user/sh4/syscall_nr.h
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/linux-user/sparc/syscall_nr.h
/openbmc/qemu/linux-user/sparc64/syscall_nr.h
/openbmc/qemu/linux-user/syscall.c
/openbmc/qemu/linux-user/syscall_defs.h
/openbmc/qemu/linux-user/syscall_types.h
/openbmc/qemu/linux-user/x86_64/syscall_nr.h
/openbmc/qemu/m68k-semi.c
/openbmc/qemu/memory.c
/openbmc/qemu/memory.h
/openbmc/qemu/migration-exec.c
/openbmc/qemu/migration-fd.c
/openbmc/qemu/migration-tcp.c
/openbmc/qemu/migration-unix.c
/openbmc/qemu/migration.c
/openbmc/qemu/module.c
/openbmc/qemu/module.h
/openbmc/qemu/monitor.c
/openbmc/qemu/nbd.c
/openbmc/qemu/net.c
/openbmc/qemu/net.h
/openbmc/qemu/net/queue.c
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/socket.c
/openbmc/qemu/net/tap-bsd.c
/openbmc/qemu/notify.c
/openbmc/qemu/notify.h
/openbmc/qemu/os-posix.c
/openbmc/qemu/os-win32.c
/openbmc/qemu/osdep.h
/openbmc/qemu/oslib-posix.c
/openbmc/qemu/pc-bios/README
/openbmc/qemu/pc-bios/bios.bin
/openbmc/qemu/pc-bios/mpc8544ds.dtb
/openbmc/qemu/pc-bios/mpc8544ds.dts
/openbmc/qemu/pc-bios/openbios-ppc
/openbmc/qemu/pc-bios/openbios-sparc32
/openbmc/qemu/pc-bios/openbios-sparc64
/openbmc/qemu/pflib.c
/openbmc/qemu/poison.h
/openbmc/qemu/posix-aio-compat.c
/openbmc/qemu/qapi-schema-guest.json
/openbmc/qemu/qapi-schema-test.json
/openbmc/qemu/qapi/qapi-dealloc-visitor.c
/openbmc/qemu/qapi/qapi-dealloc-visitor.h
/openbmc/qemu/qapi/qapi-types-core.h
/openbmc/qemu/qapi/qapi-visit-core.c
/openbmc/qemu/qapi/qapi-visit-core.h
/openbmc/qemu/qapi/qmp-core.h
/openbmc/qemu/qapi/qmp-dispatch.c
/openbmc/qemu/qapi/qmp-input-visitor.c
/openbmc/qemu/qapi/qmp-input-visitor.h
/openbmc/qemu/qapi/qmp-output-visitor.c
/openbmc/qemu/qapi/qmp-output-visitor.h
/openbmc/qemu/qapi/qmp-registry.c
/openbmc/qemu/qbool.c
/openbmc/qemu/qdict.c
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-char.h
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-coroutine-int.h
/openbmc/qemu/qemu-coroutine-lock.c
/openbmc/qemu/qemu-coroutine.c
/openbmc/qemu/qemu-coroutine.h
/openbmc/qemu/qemu-doc.texi
/openbmc/qemu/qemu-error.c
/openbmc/qemu/qemu-ga.c
/openbmc/qemu/qemu-img-cmds.hx
/openbmc/qemu/qemu-img.c
/openbmc/qemu/qemu-img.texi
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-nbd.c
/openbmc/qemu/qemu-option.c
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-sockets.c
/openbmc/qemu/qemu-thread-win32.c
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qemu-timer.h
/openbmc/qemu/qemu-tool.c
/openbmc/qemu/qerror.c
/openbmc/qemu/qerror.h
/openbmc/qemu/qfloat.c
/openbmc/qemu/qga/guest-agent-command-state.c
/openbmc/qemu/qga/guest-agent-commands.c
/openbmc/qemu/qga/guest-agent-core.h
/openbmc/qemu/qint.c
/openbmc/qemu/qlist.c
/openbmc/qemu/qlist.h
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/qstring.c
/openbmc/qemu/readline.c
/openbmc/qemu/roms/seabios
/openbmc/qemu/rules.mak
/openbmc/qemu/savevm.c
/openbmc/qemu/scripts/checkpatch.pl
/openbmc/qemu/scripts/get_maintainer.pl
/openbmc/qemu/scripts/ordereddict.py
/openbmc/qemu/scripts/qapi-commands.py
/openbmc/qemu/scripts/qapi-types.py
/openbmc/qemu/scripts/qapi-visit.py
/openbmc/qemu/scripts/qapi.py
/openbmc/qemu/scripts/update-linux-headers.sh
/openbmc/qemu/simpletrace.c
/openbmc/qemu/slirp/arp_table.c
/openbmc/qemu/slirp/bootp.c
/openbmc/qemu/slirp/if.c
/openbmc/qemu/slirp/ip_icmp.c
/openbmc/qemu/slirp/ip_icmp.h
/openbmc/qemu/slirp/ip_input.c
/openbmc/qemu/slirp/ip_output.c
/openbmc/qemu/slirp/main.h
/openbmc/qemu/slirp/mbuf.c
/openbmc/qemu/slirp/mbuf.h
/openbmc/qemu/slirp/misc.c
/openbmc/qemu/slirp/slirp.c
/openbmc/qemu/slirp/slirp.h
/openbmc/qemu/slirp/socket.c
/openbmc/qemu/slirp/tcp_input.c
/openbmc/qemu/slirp/tcp_subr.c
/openbmc/qemu/slirp/tftp.c
/openbmc/qemu/slirp/udp.c
/openbmc/qemu/softmmu-semi.h
/openbmc/qemu/spice-qemu-char.c
/openbmc/qemu/sysemu.h
/openbmc/qemu/target-alpha/cpu.h
/openbmc/qemu/target-alpha/helper.c
/openbmc/qemu/target-alpha/helper.h
/openbmc/qemu/target-alpha/machine.c
/openbmc/qemu/target-alpha/op_helper.c
/openbmc/qemu/target-alpha/translate.c
/openbmc/qemu/target-arm/cpu.h
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-arm/helper.h
/openbmc/qemu/target-arm/iwmmxt_helper.c
/openbmc/qemu/target-arm/machine.c
/openbmc/qemu/target-arm/neon_helper.c
/openbmc/qemu/target-arm/op_addsub.h
/openbmc/qemu/target-arm/op_helper.c
/openbmc/qemu/target-arm/translate.c
/openbmc/qemu/target-cris/cpu.h
/openbmc/qemu/target-cris/helper.c
/openbmc/qemu/target-cris/mmu.c
/openbmc/qemu/target-cris/op_helper.c
/openbmc/qemu/target-cris/opcode-cris.h
/openbmc/qemu/target-cris/translate.c
/openbmc/qemu/target-cris/translate_v10.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/cpuid.c
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/kvm.c
/openbmc/qemu/target-i386/machine.c
/openbmc/qemu/target-i386/op_helper.c
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-lm32/cpu.h
/openbmc/qemu/target-lm32/helper.c
/openbmc/qemu/target-lm32/op_helper.c
/openbmc/qemu/target-lm32/translate.c
/openbmc/qemu/target-m68k/cpu.h
/openbmc/qemu/target-m68k/helper.c
/openbmc/qemu/target-m68k/op_helper.c
/openbmc/qemu/target-m68k/translate.c
/openbmc/qemu/target-microblaze/cpu.h
/openbmc/qemu/target-microblaze/helper.c
/openbmc/qemu/target-microblaze/mmu.c
/openbmc/qemu/target-microblaze/op_helper.c
/openbmc/qemu/target-microblaze/translate.c
/openbmc/qemu/target-mips/cpu.h
/openbmc/qemu/target-mips/helper.c
/openbmc/qemu/target-mips/machine.c
/openbmc/qemu/target-mips/op_helper.c
/openbmc/qemu/target-mips/translate.c
/openbmc/qemu/target-mips/translate_init.c
/openbmc/qemu/target-ppc/cpu.h
/openbmc/qemu/target-ppc/helper.c
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/kvm_ppc.c
/openbmc/qemu/target-ppc/machine.c
/openbmc/qemu/target-ppc/op_helper.c
/openbmc/qemu/target-ppc/translate.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/cpu.h
/openbmc/qemu/target-s390x/helper.c
/openbmc/qemu/target-s390x/op_helper.c
/openbmc/qemu/target-s390x/translate.c
/openbmc/qemu/target-sh4/cpu.h
/openbmc/qemu/target-sh4/helper.c
/openbmc/qemu/target-sh4/op_helper.c
/openbmc/qemu/target-sh4/translate.c
/openbmc/qemu/target-sparc/cpu.h
/openbmc/qemu/target-sparc/helper.c
/openbmc/qemu/target-sparc/helper.h
/openbmc/qemu/target-sparc/machine.c
/openbmc/qemu/target-sparc/op_helper.c
/openbmc/qemu/target-sparc/translate.c
/openbmc/qemu/target-unicore32/cpu.h
/openbmc/qemu/target-unicore32/helper.c
/openbmc/qemu/target-unicore32/op_helper.c
/openbmc/qemu/target-unicore32/translate.c
/openbmc/qemu/tcg/README
/openbmc/qemu/tcg/arm/tcg-target.c
/openbmc/qemu/tcg/hppa/tcg-target.c
/openbmc/qemu/tcg/hppa/tcg-target.h
/openbmc/qemu/tcg/i386/tcg-target.c
/openbmc/qemu/tcg/ia64/tcg-target.c
/openbmc/qemu/tcg/mips/tcg-target.c
/openbmc/qemu/tcg/optimize.c
/openbmc/qemu/tcg/ppc/tcg-target.c
/openbmc/qemu/tcg/ppc64/tcg-target.c
/openbmc/qemu/tcg/s390/tcg-target.c
/openbmc/qemu/tcg/sparc/tcg-target.c
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/test-coroutine.c
/openbmc/qemu/test-qmp-commands.c
/openbmc/qemu/test-visitor.c
/openbmc/qemu/tests/qruncom.c
/openbmc/qemu/trace-events
/openbmc/qemu/translate-all.c
/openbmc/qemu/ui/cocoa.m
/openbmc/qemu/ui/curses.c
/openbmc/qemu/ui/keymaps.c
/openbmc/qemu/ui/qemu-spice.h
/openbmc/qemu/ui/sdl.c
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/ui/spice-display.c
/openbmc/qemu/ui/spice-display.h
/openbmc/qemu/ui/spice-input.c
/openbmc/qemu/ui/vnc-auth-sasl.c
/openbmc/qemu/ui/vnc-auth-vencrypt.c
/openbmc/qemu/ui/vnc-enc-hextile.c
/openbmc/qemu/ui/vnc-enc-tight.c
/openbmc/qemu/ui/vnc-enc-zlib.c
/openbmc/qemu/ui/vnc-jobs-async.c
/openbmc/qemu/ui/vnc-palette.c
/openbmc/qemu/ui/vnc-tls.c
/openbmc/qemu/ui/vnc.c
/openbmc/qemu/ui/vnc.h
/openbmc/qemu/usb-bsd.c
/openbmc/qemu/usb-linux.c
/openbmc/qemu/usb-redir.c
/openbmc/qemu/user-exec.c
/openbmc/qemu/vl.c
/openbmc/qemu/xen-all.c
/openbmc/qemu/xen-mapcache.c
/openbmc/qemu/xen-mapcache.h
/openbmc/qemu/xen-stub.c
1c532d9210-Jun-2011 Edgar E. Iglesias <edgar.iglesias@gmail.com>

fsdev: Fix archs that dont use fsdev

Fix provided by: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>


/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.objs
/openbmc/qemu/Makefile.target
/openbmc/qemu/QMP/qmp.py
/openbmc/qemu/audio/audio_pt_int.c
/openbmc/qemu/audio/sdlaudio.c
/openbmc/qemu/block.c
/openbmc/qemu/block/qcow2-cluster.c
/openbmc/qemu/block/qcow2-refcount.c
/openbmc/qemu/block/qcow2.c
/openbmc/qemu/block/qcow2.h
/openbmc/qemu/block/qed.c
/openbmc/qemu/block/raw-posix.c
/openbmc/qemu/block/raw-win32.c
/openbmc/qemu/block/rbd.c
/openbmc/qemu/block/vdi.c
/openbmc/qemu/block/vmdk.c
/openbmc/qemu/blockdev.c
/openbmc/qemu/bsd-user/syscall.c
/openbmc/qemu/configure
/openbmc/qemu/console.c
/openbmc/qemu/cpu-all.h
/openbmc/qemu/cpu-common.h
/openbmc/qemu/darwin-user/signal.c
/openbmc/qemu/docs/qdev-device-use.txt
/openbmc/qemu/error.c
/openbmc/qemu/error.h
/openbmc/qemu/error_int.h
/openbmc/qemu/exec.c
/openbmc/qemu/fpu/softfloat-specialize.h
/openbmc/qemu/fpu/softfloat.c
/openbmc/qemu/fpu/softfloat.h
qemu-fsdev-dummy.c
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hmp-commands.hx
/openbmc/qemu/hw/9pfs/virtio-9p.c
/openbmc/qemu/hw/ide/core.c
/openbmc/qemu/hw/multiboot.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/ppce500_mpc8544ds.c
/openbmc/qemu/hw/qxl.c
/openbmc/qemu/hw/scsi-bus.c
/openbmc/qemu/hw/sga.c
/openbmc/qemu/hw/vga-isa.c
/openbmc/qemu/json-lexer.c
/openbmc/qemu/json-lexer.h
/openbmc/qemu/json-parser.c
/openbmc/qemu/json-parser.h
/openbmc/qemu/json-streamer.c
/openbmc/qemu/json-streamer.h
/openbmc/qemu/linux-user/signal.c
/openbmc/qemu/monitor.c
/openbmc/qemu/net/slirp.c
/openbmc/qemu/net/tap.c
/openbmc/qemu/pc-bios/s390-zipl.rom
/openbmc/qemu/posix-aio-compat.c
/openbmc/qemu/qemu-char.c
/openbmc/qemu/qemu-common.h
/openbmc/qemu/qemu-config.c
/openbmc/qemu/qemu-io.c
/openbmc/qemu/qemu-nbd.c
/openbmc/qemu/qemu-options.hx
/openbmc/qemu/qemu-progress.c
/openbmc/qemu/qemu-timer.c
/openbmc/qemu/qerror.c
/openbmc/qemu/qerror.h
/openbmc/qemu/qmp-commands.hx
/openbmc/qemu/savevm.c
/openbmc/qemu/spice-qemu-char.c
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-arm/translate.c
/openbmc/qemu/target-i386/cpu.h
/openbmc/qemu/target-i386/exec.h
/openbmc/qemu/target-i386/helper.c
/openbmc/qemu/target-i386/machine.c
/openbmc/qemu/target-i386/op_helper.c
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-m68k/translate.c
/openbmc/qemu/target-ppc/helper.c
/openbmc/qemu/target-ppc/helper.h
/openbmc/qemu/target-ppc/kvm.c
/openbmc/qemu/target-ppc/op_helper.c
/openbmc/qemu/target-ppc/translate.c
/openbmc/qemu/target-ppc/translate_init.c
/openbmc/qemu/target-s390x/helper.c
/openbmc/qemu/target-s390x/op_helper.c
/openbmc/qemu/target-s390x/translate.c
/openbmc/qemu/target-sparc/helper.c
/openbmc/qemu/tcg/mips/tcg-target.h
/openbmc/qemu/tcg/tcg-op.h
/openbmc/qemu/tcg/tcg.c
/openbmc/qemu/tcg/tcg.h
/openbmc/qemu/trace-events
/openbmc/qemu/ui/curses.c
/openbmc/qemu/ui/sdl.c
/openbmc/qemu/ui/spice-core.c
/openbmc/qemu/usb-bsd.c
/openbmc/qemu/usb-linux.c
/openbmc/qemu/vl.c

1234567