aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-10raw-posix: Factor block size detection out of raw_probe_alignment()Ekaterina Tumanova1-16/+35
2015-03-10block: add bdrv functions for geometry and blocksizeEkaterina Tumanova3-0/+62
2015-03-10blkdebug: fix "once" ruleJohn Snow2-22/+8
2015-03-10iotests: Add test for different refcount widthsMax Reitz3-0/+272
2015-03-10qcow2: Allow creation with refcount order != 4Max Reitz5-80/+126
2015-03-10iotests: Prepare for refcount_bits optionMax Reitz13-37/+41
2015-03-10qcow2: Use symbolic macros in qcow2_amend_optionsMax Reitz1-15/+16
2015-03-10qcow2: refcount_order parameter for qcow2_create2Max Reitz1-11/+36
2015-03-10qcow2: Open images with refcount order != 4Max Reitz1-4/+4
2015-03-10qcow2: More helpers for refcount modificationMax Reitz1-2/+119
2015-03-10qcow2: Helper function for refcount modificationMax Reitz2-53/+81
2015-03-10qcow2: Helper for refcount array reallocationMax Reitz1-49/+81
2015-03-10qcow2: Use 64 bits for refcount valuesMax Reitz3-25/+23
2015-03-10qcow2: Use unsigned addend for update_refcount()Max Reitz3-24/+52
2015-03-10qcow2: Only return status from qcow2_get_refcountMax Reitz3-44/+53
2015-03-10qcow2: Do not return new value after refcount updateMax Reitz1-10/+15
2015-03-10qcow2: Add refcount_bits to format-specific infoMax Reitz7-10/+37
2015-03-10qcow2: Add two new fields to BDRVQcowStateMax Reitz3-2/+7
2015-03-10libqos: Add virtio MMIO supportMarc Marí4-8/+323
2015-03-10libqos: Add malloc genericMarc Marí2-0/+60
2015-03-10libqos: Remove PCI assumptions in constants of virtio driverMarc Marí3-32/+33
2015-03-10tests: Prepare virtio-blk-test for multi-arch implementationMarc Marí1-65/+89
2015-03-10libqos: Change use of pointers to uint64_t in virtioMarc Marí4-28/+37
2015-03-10virtio-blk: Check return value of blk_aio_ioctlFam Zheng1-2/+8
2015-03-10Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-0...Peter Maydell59-281/+162
2015-03-10Fix crash when connecting to VNC through websocketJorge Acereda Maciá1-2/+1
2015-03-10vnc: -readconfig fixGerd Hoffmann1-2/+5
2015-03-10vnc: set id at parse time not init timeGerd Hoffmann3-12/+12
2015-03-10x86: fix SS selector in SYSRETBill Paul1-2/+2
2015-03-10scsi: Convert remaining PCI HBAs to realize()Markus Armbruster3-41/+17
2015-03-10scsi: Improve error reporting for invalid drive propertyMarkus Armbruster1-4/+1
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster8-27/+32
2015-03-10scsi: Clean up duplicated error in legacy if=scsi codeMarkus Armbruster4-2/+6
2015-03-10cpus: initialize cpu->memory_dispatchPaolo Bonzini1-0/+1
2015-03-10rcu: handle forks safelyPaolo Bonzini1-1/+32
2015-03-10qemu-thread: do not use PTHREAD_MUTEX_ERRORCHECKPaolo Bonzini1-5/+1
2015-03-10kvm_stat: add kvm_stat.1 man pageStefan Hajnoczi2-0/+64
2015-03-10kvm_stat: add column headers to text UIStefan Hajnoczi1-1/+4
2015-03-10iscsi: Fix check for usernameStefan Weil1-1/+1
2015-03-10sun4u: switch m48t59 NVRAM to MMIO accessMark Cave-Ayland5-2/+8
2015-03-10MAINTAINERS: add myself as SPARC maintainerMark Cave-Ayland1-0/+3
2015-03-10doc: minor updates to SPARC32 and SPARC64 documentationMark Cave-Ayland1-3/+4
2015-03-10m48t59: add m48t59 sysbus deviceMark Cave-Ayland1-0/+4
2015-03-10m48t59: introduce new base-year qdev propertyMark Cave-Ayland6-18/+22
2015-03-10m48t59: let init functions return a Nvram objectHervé Poussineau6-231/+177
2015-03-10m48t59: add a Nvram interfaceHervé Poussineau2-0/+83
2015-03-10m48t59: register a QOM type for each nvram type we supportHervé Poussineau1-77/+169
2015-03-10m48t59: move ISA ports/memory regions registration to QOM constructorHervé Poussineau1-12/+13
2015-03-109pfs: remove useless returnMichael Tokarev1-1/+0
2015-03-10gdbstub: avoid possible NULL pointer dereferencePaolo Bonzini1-3/+5