aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-07tap: add APIs for vnet header lengthMichael S. Tsirkin8-0/+92
2010-09-07tap: generalize code for different vnet header lenMichael S. Tsirkin2-14/+20
2010-09-07PPC: Change PPC maintainerAlexander Graf1-4/+4
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 Graf3-2/+59
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-30savevm: Generate a name when run without oneMiguel Di Ciurcio Filho1-9/+20
2010-08-30monitor: make 'info snapshots' show only fully available snapshotsMiguel Di Ciurcio Filho1-16/+43
2010-08-30posix-aio-compat: Fix async_conmtext for ioctlAndrew de Quincey1-0/+1
2010-08-30nbd: Introduce NBD named exports.Laurent Vivier5-33/+169
2010-08-30vvfat: fat_chksum(): fix access above array boundsLoïc Minier1-1/+1
2010-08-30qemu-img rebase: Open new backing file read-onlyKevin Wolf1-1/+1
2010-08-30sheepdog: remove unnecessary includesIzumi Tsutsui1-10/+0
2010-08-30block: Fix image re-open in bdrv_commitKevin Wolf1-4/+9
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-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