aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-04vnc: use bswapNN() rather than bswap_NN()Izumi Tsutsui1-4/+4
2010-09-04vnc: tight: remove unused variableSerge Ziryukin1-2/+0
2010-09-04Fix ivshmem build on 32-bit hostsAvi Kivity1-3/+4
2010-09-04virtio-9p: Make sure -virtfs option works correctlyAneesh Kumar K.V1-2/+2
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-09-04Change DPRINTF() to do{}while(0) to avoid compiler warningJes Sorensen1-1/+1
2010-09-04size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen1-4/+4
2010-09-04Fix repeated typo: was "end if list" instead of "end of list"Jes Sorensen1-6/+6
2010-09-04Respect return value from nbd_client()Jes Sorensen1-1/+4
2010-09-04Remove unused argument for nbd_client()Jes Sorensen3-4/+4
2010-08-31Fix OpenBSD linker warningBlue Swirl1-8/+10
2010-08-30acpi: fix file size check with -acpitable.Isaku Yamahata1-9/+19
2010-08-28isapc: fix segfault.Isaku Yamahata1-0/+1
2010-08-28Fix segfault in mmio subpage handling code.Gleb Natapov1-0/+2
2010-08-26etraxfs_eth: correct use of ! and &Blue Swirl1-1/+1
2010-08-26Sparc: update OpenBIOS images to r859Blue Swirl3-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-26Fix "make install" with a cross toolchainHollis Blanchard2-2/+7
2010-08-26PPC: Update openbios binary to r859Alexander Graf1-0/+0
2010-08-26PPC: Add PV hypercall transport through fw_cfgAlexander Graf5-0/+50
2010-08-24Rearrange block headersBlue Swirl47-13/+51
2010-08-23Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-12/+7
2010-08-22compile -fsdev and -virtfs cmd line options unconditionally.Gerd Hoffmann2-8/+13
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann13-66/+59
2010-08-22QemuOpts: allow new option groups be registered at runtime.Gerd Hoffmann2-1/+18
2010-08-22VGA: Don't register deprecated VBE rangeAlex Williamson1-7/+0
2010-08-22QMP: Update README fileLuiz Capitulino1-23/+48
2010-08-22QMP doc: Add 'Stability Considerations' sectionLuiz Capitulino1-2/+24
2010-08-22QMP/monitor: update do_info_version() to output broken down version stringMiguel Di Ciurcio Filho1-4/+19
2010-08-22QMP: update 'query-version' documentationMiguel Di Ciurcio Filho1-2/+14
2010-08-22vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura1-1/+1