aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-01-08ppc/spapr: Don't call KVM_SVM_OFF ioctl on TCGBharata B Rao1-2/+5
2020-01-08ppc/spapr: Support reboot of secure pseries guestBharata B Rao2-0/+21
2020-01-08target/ppc: Handle AIL=0 in ppc_excp_vector_offsetFabiano Rosas1-0/+2
2020-01-08target/ppc: Remove unused PPC_INPUT_INT definesFabiano Rosas1-6/+0
2020-01-07target/m68k: only change valid bits in CACRLaurent Vivier3-9/+36
2020-01-06target/xtensa: use MPU background map from core configurationMax Filippov2-2/+17
2020-01-06target/xtensa: import xtensa/config/core-isa.hMax Filippov1-2/+2
2020-01-06target/xtensa: fix ps.ring use in MPU configsMax Filippov2-4/+9
2020-01-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-1/+7
2020-01-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191220'...Peter Maydell4-17/+98
2019-12-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191219' into stagingPeter Maydell7-61/+34
2019-12-20arm/arm-powerctl: rebuild hflags after setting CP15 bits in arm_set_cpu_on()Niek Linnenbank1-0/+3
2019-12-20target/arm: Display helpful message when hflags mismatchPhilippe Mathieu-Daudé1-3/+15
2019-12-20target/arm: Prepare generic timer for per-platform CNTFRQAndrew Jeffery2-11/+59
2019-12-20target/arm: Abstract the generic timer frequencyAndrew Jeffery3-3/+20
2019-12-20target/arm: Remove redundant scaling of nexttickAndrew Jeffery1-2/+3
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell7-18/+13
2019-12-20Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-88/+0
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell12-212/+85
2019-12-19i386: Resolve CPU models to v1 by defaultEduardo Habkost1-1/+7
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley7-18/+13
2019-12-18s390x: Properly fetch and test the short psw on diag308 subc 0/1Janosch Frank2-2/+11
2019-12-18target/s390x: Implement LOAD/STORE TO REAL ADDRESS inlineRichard Henderson4-47/+8
2019-12-18target/s390x: Split out helper_per_store_realRichard Henderson4-16/+19
2019-12-18target/sparc: Remove old TODO fileThomas Huth1-88/+0
2019-12-18ppc: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy2-3/+3
2019-12-18Revert "ppc: well form kvmppc_hint_smt_possible error hint helper"Markus Armbruster2-5/+5
2019-12-18Fix some comment spelling errors.Cameron Esfahani1-4/+4
2019-12-18target/i386: remove unused pci-assign codesEiichi Tsukata2-160/+0
2019-12-18WHPX: refactor load librarySunil Muthuswamy2-27/+62
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini2-2/+2
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini1-2/+1
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+0
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini5-9/+9
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini1-1/+1
2019-12-17qom: add object_new_with_classPaolo Bonzini2-6/+6
2019-12-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20191217' into...Peter Maydell10-28/+335
2019-12-17Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2-28/+76
2019-12-17target/ppc: Add SPR TBU40Suraj Jitindar Singh4-0/+26
2019-12-17target/ppc: Add SPR ASDRSuraj Jitindar Singh2-0/+7
2019-12-17target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh4-8/+22
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh4-4/+29
2019-12-17target/ppc: Add POWER10 DD1.0 model informationCédric Le Goater5-6/+237
2019-12-17ppc: Make PPCVirtualHypervisor an incomplete typeGreg Kurz1-4/+0
2019-12-17ppc: Ignore the CPU_INTERRUPT_EXITTB interrupt with KVMGreg Kurz1-0/+5
2019-12-17ppc: Don't use CPUPPCState::irq_input_state with modern Book3s CPU modelsGreg Kurz1-1/+3
2019-12-17ppc: Deassert the external interrupt pin in KVM on resetGreg Kurz1-0/+1
2019-12-17ppc: well form kvmppc_hint_smt_possible error hint helperVladimir Sementsov-Ogievskiy2-5/+5
2019-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191216-...Peter Maydell11-16/+294
2019-12-16target/arm: ensure we use current exception state after SCR updateAlex Bennée4-4/+25