aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-10vvfat: correctly create base short names for non-ASCII filenamesHervé Poussineau1-28/+76
2017-07-10vvfat: correctly create long names for non-ASCII filenamesHervé Poussineau1-20/+18
2017-07-10vvfat: always create . and .. entries at first and in that orderHervé Poussineau1-2/+11
2017-07-10vvfat: fix field names in FAT12/FAT16 and FAT32 boot sectorsHervé Poussineau1-7/+14
2017-07-10vvfat: introduce offset_to_bootsector, offset_to_fat and offset_to_root_dirHervé Poussineau1-27/+43
2017-07-10vvfat: rename useless enumeration valuesHervé Poussineau1-5/+8
2017-07-10vvfat: fix typosHervé Poussineau1-4/+4
2017-07-10vvfat: replace tabs by 8 spacesHervé Poussineau1-1027/+1027
2017-07-10vvfat: fix qemu-img map and qemu-img convertHervé Poussineau1-2/+1
2017-07-10blkdebug: Support .bdrv_co_get_block_statusEric Blake2-1/+15
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake5-7/+7
2017-07-10block: Guarantee that *file is set on bdrv_get_block_status()Eric Blake3-2/+8
2017-07-10qemu-io: Don't die on second openEric Blake4-5/+14
2017-07-10Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170707-tag' into...Peter Maydell5-69/+30
2017-07-07xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman1-1/+1
2017-07-07xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall1-0/+11
2017-07-07xenfb: remove xen_init_display "temporary" hackStefano Stabellini3-68/+18
2017-07-06Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...Peter Maydell13-253/+456
2017-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell60-779/+1009
2017-07-05hw/s390x/ipl: Fix endianness problem with netboot_start_addrThomas Huth1-1/+1
2017-07-05virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao2-2/+6
2017-07-05s390x: return unavailable features via query-cpu-definitionsViktor Mihajlovski1-5/+57
2017-07-05s390x/MAINTAINERS: Update my email addressCornelia Huck1-4/+4
2017-07-05s390x: fix realize inheritance for kvm-flicHalil Pasic2-2/+19
2017-07-05s390x: fix error propagation in kvm-flic's realizeHalil Pasic1-2/+10
2017-07-05s390x/3270: fix instruction interception handlerDong Jia Shi1-0/+1
2017-07-05s390x: vmstatify config migration for virtio-ccwHalil Pasic7-237/+358
2017-07-05target/i386: add the CONFIG_TCG into MakefilesYang Zhong1-5/+5
2017-07-05target/i386: add the tcg_enabled() in target/i386/Yang Zhong4-8/+16
2017-07-05target/i386: move TLB refill function out of helper.cPaolo Bonzini2-343/+344
2017-07-05target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inlineYang Zhong3-13/+24
2017-07-05target/i386: make cpu_get_fp80()/cpu_set_fp80() staticYang Zhong3-20/+18
2017-07-05target/i386: move cpu_sync_bndcs_hflags() functionYang Zhong2-30/+30
2017-07-05tcg: add the CONFIG_TCG into MakefilesYang Zhong2-3/+3
2017-07-05tcg: add CONFIG_TCG guards in headersYang Zhong2-1/+6
2017-07-04exec: elide calls to tb_lock and tb_unlockPaolo Bonzini1-0/+3
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini3-5/+4
2017-07-04tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong2-0/+23
2017-07-04vapic: use tcg_enabledPaolo Bonzini1-2/+3
2017-07-04monitor: disable "info jit" and "info opcount" if !TCGPaolo Bonzini3-0/+11
2017-07-04tcg: make tcg_allowed globalYang Zhong4-7/+9
2017-07-04cpu: move interrupt handling out of translate-common.cPaolo Bonzini5-65/+46
2017-07-04tcg: move page_size_init() functionYang Zhong3-21/+20
2017-07-04vl: add tcg_enabled() for tcg related codeYang Zhong1-1/+7
2017-07-04vl: convert -tb-size to qemu_strtoulPaolo Bonzini3-5/+5
2017-07-04configure: add --disable-tcg configure optionPaolo Bonzini1-5/+21
2017-07-04configure: early test for supported targetsPaolo Bonzini1-22/+48
2017-07-04configure: factor out list of supported Xen/KVM/HAX targetsPaolo Bonzini1-35/+55
2017-07-04qemu-doc: do not refer to years-old version numbersPaolo Bonzini1-5/+3
2017-07-04qemu-thread: Assert locks are initialized before usingFam Zheng4-1/+69