summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-09-08qemu: virtio-9p: Implement TMKDIRM. Mohan Kumar3-5/+91
2010-09-08qemu: virtio-9p: Implement TMKNODM. Mohan Kumar3-7/+107
2010-09-08[virtio-9p] This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)3-7/+119
2010-09-08[virtio-9p] Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)3-6/+97
2010-09-08[virtio-9p] Implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)3-0/+49
2010-09-08virtio-9p: Implement server side of setattr for 9P2000.L protocol.Sripathi Kodi3-1/+182
2010-09-08[virtio-9p] Make v9fs_do_utimensat accept timespec structures instead of v9stat.Sripathi Kodi1-19/+18
2010-09-08virtio-9p: Do not reset atimeM. Mohan Kumar3-13/+25
2010-09-08virtio-9p: getattr server implementation for 9P2000.L protocol.Sripathi Kodi3-0/+177
2010-09-08virtio-9p: Compute iounit based on host filesystem block sizeM. Mohan Kumar2-19/+86
2010-09-08[V4] virtio-9p: readdir implementation for 9p2000.LSripathi Kodi3-0/+137
2010-09-08virtio-9p: Return correct error from v9fs_removeSripathi Kodi1-5/+6
2010-09-08qemu: virtio-9p: Implement statfs support in serverM. Mohan Kumar4-0/+94
2010-09-08qemu: virtio-9p: Recognize 9P2000.L protocolM. Mohan Kumar2-1/+11
2010-09-08scsi-disk: add some optional scsi commandsBernhard Kohl1-1/+35
2010-09-08Improve ATA IDENTIFY word 64 contents.Jonathan A. Kollasch1-2/+2
2010-09-08scsi: fix and improve debug printsBernhard Kohl3-10/+20
2010-09-08scsi-disk: fix the check of the DBD bit in the MODE SENSE commandBernhard Kohl1-1/+1
2010-09-08scsi-disk: return CHECK CONDITION for unknown page codes in the MODE SENSE co...Bernhard Kohl1-0/+2
2010-09-08scsi-disk: fix the block descriptor returned by the MODE SENSE commandBernhard Kohl1-2/+1
2010-09-08scsi-disk: respect the page control (PC) field in the MODE SENSE commandBernhard Kohl1-10/+35
2010-09-08scsi-disk: fix the mode data header returned by the MODE SENSE(10) commandBernhard Kohl1-6/+32
2010-09-08scsi-disk: fix the mode data length field returned by the MODE SENSE commandBernhard Kohl1-1/+1
2010-09-07virtio-net: Introduce a new bottom half packet TXAlex Williamson5-8/+81
2010-09-07virtio-net: Rename tx_timer_active to tx_waitingAlex Williamson1-9/+9
2010-09-07virtio-net: Limit number of packets sent per TX flushAlex Williamson5-6/+29
2010-09-07virtio-net: Make tx_timer timeout configurableAlex Williamson7-7/+27
2010-09-07vhost_net: mergeable buffers supportMichael S. Tsirkin1-1/+23
2010-09-06qemu: e1000 fix TOR mathMichael S. Tsirkin1-3/+8
2010-09-05PPC: Make e500 pci byte swap config dataAlexander Graf1-1/+1
2010-09-05PPC: Qdev'ify e500 pciAlexander Graf1-33/+73
2010-09-05KVM: PPC: Add level based interrupt logicAlexander Graf1-0/+11
2010-09-04Fix ivshmem build on 32-bit hostsAvi Kivity1-3/+4
2010-09-04hw/ivshmem.c don't check for negative values on unsigned data typesJes Sorensen1-2/+2
2010-09-04load_multiboot(): get_image_size() returns intJes Sorensen1-1/+1
2010-08-30acpi: fix file size check with -acpitable.Isaku Yamahata1-9/+19
2010-08-30virtio-blk: Fix migration of queued requestsKevin Wolf1-0/+5
2010-08-30virtio: Factor virtqueue_map_sg outKevin Wolf2-14/+27
2010-08-28isapc: fix segfault.Isaku Yamahata1-0/+1
2010-08-26etraxfs_eth: correct use of ! and &Blue Swirl1-1/+1
2010-08-26ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addressesHollis Blanchard1-21/+18
2010-08-26ppc4xx: don't unregister RAM at resetHollis Blanchard1-1/+0
2010-08-26ppc4xx: correct SDRAM controller warning message conditionHollis Blanchard1-1/+1
2010-08-26PPC: Add PV hypercall transport through fw_cfgAlexander Graf3-0/+17
2010-08-24Rearrange block headersBlue Swirl45-5/+42
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann6-6/+6
2010-08-22VGA: Don't register deprecated VBE rangeAlex Williamson1-7/+0
2010-08-22virtio-serial: Cleanup on device hot-unplugAmit Shah3-1/+27
2010-08-22pckbd: support for commands 0xf0-0xff: Pulse output bitBernhard Kohl1-3/+20
2010-08-20Replace qemu_malloc + memset with qemu_malloczBlue Swirl2-4/+2