aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-03qcow2: Remove abort on free_clusters failureKevin Wolf
2010-05-03qemu-img: Add 'resize' command to grow/shrink disk imagesStefan Hajnoczi
2010-05-03block: Cache total_sectors to reduce bdrv_getlength callsStefan Hajnoczi
2010-05-03raw-posix: Use pread/pwrite instead of lseek+read/writeStefan Hajnoczi
2010-05-03qcow2: Avoid shadowing variable in alloc_clusters_noref()Stefan Hajnoczi
2010-05-03block: Set backing_hd to NULL after deleting itStefan Hajnoczi
2010-05-03vmdk: Convert to bdrv_openKevin Wolf
2010-05-03vmdk: Clean up backing file handlingKevin Wolf
2010-05-03vmdk: Fix COWKevin Wolf
2010-05-03block: bdrv_has_zero_initKevin Wolf
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-05-03block: Avoid forward declaration of bdrv_open_commonKevin Wolf
2010-05-03block: Split bdrv_openKevin Wolf
2010-05-03block: separate raw images from the file protocolChristoph Hellwig
2010-05-02Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl
2010-05-01fix old typos in help headerThomas Monjalon
2010-05-01Clean up definition of MAX_OPC_PARAMStuart Brady
2010-05-01cmd646: fix abort due to changed opaque pointer for ioport readIgor V. Kovalenko
2010-05-01cmd646: pass pci_dev as it needs itIgor V. Kovalenko
2010-04-28kvm: port qemu-kvm's bitmap scanningMarcelo Tosatti
2010-04-28introduce leul_to_cpuMarcelo Tosatti
2010-04-28vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti
2010-04-28virtio-serial: Implement flow control for individual portsAmit Shah
2010-04-28virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah
2010-04-28virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah
2010-04-28virtio-serial: Handle scatter/gather input from the guestAmit Shah
2010-04-28virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah
2010-04-28iov: Add iov_to_buf and iov_size helpersAmit Shah
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah
2010-04-28virtio-serial: Send out guest data to ports only if port is openedAmit Shah
2010-04-28virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah
2010-04-28virtio-serial: Update copyright year to 2010Amit Shah
2010-04-28virtio-serial: Remove redundant check for 0-sized write requestAmit Shah
2010-04-28virtio-serial: whitespace: match surrounding codeAmit Shah
2010-04-28virtio-serial: Use control messages to notify guest of new portsAmit Shah
2010-04-28virtio-serial: save/load: Send target host connection status if differentAmit Shah
2010-04-28virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah
2010-04-28virtio-serial: save/load: Ensure nr_ports on src and dest are same.Amit Shah
2010-04-28virtio-serial: save/load: Ensure target has enough portsAmit Shah
2010-04-27microblaze: fix custom fprintfThomas Monjalon
2010-04-27Implement cpu_get_real_ticks for Alpha.Richard Henderson
2010-04-27target-alpha: Implement RPCC.Richard Henderson
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson
2010-04-27target-alpha: Indicate NORETURN status when raising exception.Richard Henderson
2010-04-27target-alpha: Enable NPTL.Richard Henderson
2010-04-27target-alpha: Update commentary for opcode 0x1A.Richard Henderson
2010-04-27target-alpha: Emit goto_tb opcodes.Richard Henderson
2010-04-27target-alpha: Implement cvtlq inline.Richard Henderson
2010-04-27target-alpha: Implement rs/rc properly.Richard Henderson
2010-04-27target-alpha: Implement cpys{, n, e} inline.Richard Henderson