aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-09-14Remove wrong semicolon in macro definitionStefan Weil1-2/+2
2010-09-13serial: Wrap debug prints around a DPRINTF macroMichal Novotny1-12/+13
2010-09-11ESP: fix ESP DMA access when DMA is not enabledBlue Swirl5-18/+88
2010-09-10vmware_vga: Replace the few tab-indents with spaces (clean-up).Andrzej Zaborowski1-9/+9
2010-09-10vmware_vga: Add checks to deal with non-atomic fifo writes.Andrzej Zaborowski1-8/+56
2010-09-10hw/omap: Fix default setup for OMAP UART devicesStefan Weil4-8/+19
2010-09-09trace: Trace virtqueue operationsStefan Hajnoczi1-0/+8
2010-09-09trace: Trace virtio-blk, multiwrite, and paio_submitStefan Hajnoczi1-0/+7
2010-09-09elf: Calculate symbol size if neededStefan Weil1-0/+5
2010-09-08Revert "PPC: Qdev'ify e500 pci"Anthony Liguori1-73/+33
2010-09-08Revert "PPC: Make e500 pci byte swap config data"Anthony Liguori1-1/+1
2010-09-08Merge remote branch 'agraf/ppc-next' into stagingAnthony Liguori2-33/+84
2010-09-08Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori7-44/+158
2010-09-08Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori9-32/+175
2010-09-08virtio-9p: Change handling of flags in open() path for 9P2000.LSripathi Kodi1-13/+1
2010-09-08[virtio-9p] This patch implements TLERROR/RLERROR on the qemu 9P server.Arun R Bharadwaj2-6/+15
2010-09-08[virtio-9p] Remove all instances of unnecessary dotu variable.Arun R Bharadwaj3-82/+62
2010-09-08virtio-9p: Add support for removing xattrAneesh Kumar K.V3-5/+38
2010-09-08virtio-9p: Fix the memset usageAneesh Kumar K.V1-2/+1
2010-09-08virtio-9p: Use lchown which won't follow symlinkAneesh Kumar K.V1-1/+1
2010-09-08virtio-9p: Add SM_NONE security modelAneesh Kumar K.V3-15/+52
2010-09-08virtio-9p: Hide user.virtfs xattr in case of mapped security.Aneesh Kumar K.V1-1/+70
2010-09-08virtio-9p: Implement TXATTRCREATEAneesh Kumar K.V5-7/+152
2010-09-08virtio-9p: Implement TXATTRWALKAneesh Kumar K.V5-2/+231
2010-09-08virtio-9p: Add fidtype so that we can do type specific operationAneesh Kumar K.V2-56/+78
2010-09-08[virtio-9p] qemu: virtio-9p: Implement LOPENM. Mohan Kumar2-5/+31
2010-09-08rename - change name of file or directoryM. Mohan Kumar2-44/+123
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