aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-05qemu-nbd: Switch to qemu_set_fd_handlerFam Zheng1-4/+17
2015-06-05ppc: add helpful message when KVM fails to start VCPULaurent Vivier1-0/+8
2015-06-05Move parallel_hds_isa_init to hw/isa/isa-bus.cMiroslav Rezanina2-25/+26
2015-06-05Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' in...Peter Maydell13-168/+597
2015-06-05target-s390x: Only access allocated storage keysAlexander Graf1-1/+1
2015-06-05target-s390x: fix MVC instruction when areas overlapAurelien Jarno1-3/+4
2015-06-05target-s390x: use softmmu functions for mvcp/mvcsAurelien Jarno1-33/+20
2015-06-05target-s390x: support non current ASC in s390_cpu_handle_mmu_faultAurelien Jarno1-1/+1
2015-06-05target-s390x: add a cpu_mmu_idx_to_asc functionAurelien Jarno1-3/+22
2015-06-05target-s390x: implement high-word facilityAurelien Jarno2-0/+98
2015-06-05target-s390x: implement load-and-trap facilityAurelien Jarno2-9/+81
2015-06-05target-s390x: implement miscellaneous-instruction-extensions facilityAurelien Jarno2-0/+4
2015-06-05target-s390x: implement LPDFR and LNDFR instructionsAurelien Jarno1-0/+2
2015-06-05target-s390x: implement TRANSLATE EXTENDED instructionAurelien Jarno4-0/+51
2015-06-05target-s390x: implement TRANSLATE AND TEST instructionAurelien Jarno4-0/+37
2015-06-05target-s390x: implement LOAD FP INTEGER instructionsAurelien Jarno4-0/+63
2015-06-05target-s390x: move SET DFP ROUNDING MODE to the correct facilityAurelien Jarno1-1/+1
2015-06-05target-s390x: move STORE CLOCK FAST to the correct facilityAurelien Jarno1-1/+1
2015-06-05target-s390x: change CHRL and CGHRL format to RIL-bAurelien Jarno1-2/+2
2015-06-05target-s390x: fix CLGIT instructionAurelien Jarno1-1/+1
2015-06-05target-s390x: fix exception for invalid operation codeAurelien Jarno1-1/+1
2015-06-05target-s390x: implement LAY and LAEY instructionsAurelien Jarno2-0/+38
2015-06-05target-s390x: move a few instructions to the correct facilityAurelien Jarno1-4/+4
2015-06-05target-s390x: detect tininess before rounding for FP operationsAurelien Jarno1-0/+8
2015-06-05target-s390x: silence NaNs for LOAD LENGTHENED and LOAD ROUNDEDAurelien Jarno1-6/+6
2015-06-05target-s390x: define default NaN valuesAurelien Jarno1-2/+6
2015-06-05target-s390x: fix MMU index computationAurelien Jarno1-4/+11
2015-06-05target-s390x: fix PSW value on dynamical exception from helpersAurelien Jarno1-1/+1
2015-06-05target-s390x: fix LOAD MULTIPLE instruction on page boundaryAurelien Jarno1-29/+99
2015-06-05target-s390x: implement STPT helperAurelien Jarno1-3/+4
2015-06-05target-s390x: implement STCKC helperAurelien Jarno1-2/+3
2015-06-05target-s390x: streamline STCK helperAurelien Jarno1-7/+2
2015-06-05target-s390x: simplify SCKC helperAurelien Jarno1-3/+4
2015-06-05target-s390x: add a tod2time functionAurelien Jarno2-2/+7
2015-06-05target-s390x: remove unused helpersAurelien Jarno2-22/+0
2015-06-05target-s390x: optimize (negative-) abs computationAurelien Jarno3-26/+14
2015-06-05target-s390x: fix CC computation for LOAD POSITIVE instructionsAurelien Jarno1-2/+2
2015-06-05target-s390x: fix CC computation for EX instructionAurelien Jarno1-2/+1
2015-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell32-108/+920
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell37-222/+2703
2015-06-04Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell34-86/+71
2015-06-04vhost: logs sharingJason Wang2-19/+66
2015-06-04Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell7-13/+139
2015-06-04hw/acpi: piix4_pm_init(): take fw_cfg object no moreLaszlo Ersek4-15/+12
2015-06-04hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to coreLaszlo Ersek2-8/+12
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek5-5/+8
2015-06-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150602'...Peter Maydell18-60/+722
2015-06-04pc-dimm: don't assert if pc-dimm alignment != hotpluggable mem range sizeIgor Mammedov1-1/+0
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini2-8/+131
2015-06-03tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini9-0/+10