summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-09-04qdict: Add qdict_put_null() helper, and put it to useMarc-André Lureau1-2/+2
2017-08-31Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell3-22/+22
2017-08-31i386: introduce ELF_NOTE_SIZE macroMarc-André Lureau1-10/+10
2017-08-31i386/dump: use DIV_ROUND_UPMarc-André Lureau1-12/+12
2017-08-31ppc: use DIV_ROUND_UPMarc-André Lureau2-2/+2
2017-08-31i386: use ROUND_UP macroMarc-André Lureau1-8/+8
2017-08-30target/s390x: cleanup cpu.hDavid Hildenbrand1-69/+68
2017-08-30s390x/kvm: move KVM declarations and stubs to separate filesDavid Hildenbrand10-119/+167
2017-08-30s390x: avoid calling kvm_ functions outside of target/s390x/David Hildenbrand2-0/+8
2017-08-30target/s390x: move a couple of functions to cpu.cDavid Hildenbrand2-79/+89
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand20-343/+409
2017-08-30target/s390x: move get_per_in_range() to misc_helper.cDavid Hildenbrand2-11/+11
2017-08-30target/s390x: move s390_do_cpu_reset() to diag.cDavid Hildenbrand2-7/+7
2017-08-30target/s390x: move psw_key_valid() to mem_helper.cDavid Hildenbrand2-11/+11
2017-08-30target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand2-14/+14
2017-08-30target/s390x: move cc_name() to helper.cDavid Hildenbrand2-47/+49
2017-08-30target/s390x: move gtod_*() declarations to s390-virtio.hDavid Hildenbrand1-3/+0
2017-08-30s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand1-1/+0
2017-08-30s390x/cpumodel: factor out determination of default model nameDavid Hildenbrand2-0/+9
2017-08-30s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit()David Hildenbrand2-10/+9
2017-08-30s390x/kvm: drop KVMState parameter from s390_get_memslot_count()David Hildenbrand2-6/+6
2017-08-30s390x/pci: fence off instructions for non-pciCornelia Huck1-13/+41
2017-08-30s390x/pci: do not advertise pci on non-pci buildsCornelia Huck1-1/+3
2017-08-30s390x: chsc nt2 events are pci-onlyCornelia Huck1-0/+16
2017-08-30s390x: wire up diag288 in tcgCornelia Huck1-0/+4
2017-08-30s390x/tcg: specification exception for unknown diagCornelia Huck1-1/+1
2017-08-22ppc: fix ppc_set_compat() with KVM PRGreg Kurz1-4/+5
2017-08-22target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaroundDaniel Henrique Barboza3-0/+61
2017-08-15target/arm: Require alignment for load exclusiveAlistair Francis1-5/+6
2017-08-15target/arm: Correct load exclusive pair atomicityRichard Henderson1-23/+37
2017-08-15target/arm: Correct exclusive store cmpxchg memop maskAlistair Francis1-1/+1
2017-08-14unicore32: abort when entering "x 0" on the monitorEduardo Otubo1-4/+4
2017-08-09target/ppc: Add stub implementation of the PSSCRDavid Gibson2-0/+6
2017-08-09target/ppc: Implement TIDRDavid Gibson2-0/+6
2017-08-09ppc: fix double-free in cpu_post_load()Greg Kurz1-1/+0
2017-08-09booke206: fix MAS update on tlb missKONRAD Frederic1-1/+1
2017-08-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2017-08-08target/i386: set rip_offset for some SSE4.1 instructionsJoseph Myers1-0/+1
2017-08-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170803' into stagingPeter Maydell1-0/+1
2017-08-03target/s390x: Fix CSST for 16-byte storeRichard Henderson1-0/+1
2017-08-02target/mips: Fix RDHWR CC with icountJames Hogan1-0/+11
2017-08-02target/mips: Drop redundant gen_io_start/stop()James Hogan1-8/+0
2017-08-02target/mips: Use BS_EXCP where interrupts are expectedJames Hogan1-13/+34
2017-08-02target-mips: apply CP0.PageMask before writing into TLB entryLeon Alrae1-2/+3
2017-08-02mips: Add KVM T&E segment support for TCGJames Hogan2-4/+4
2017-08-02mips: Improve segment defs for KVM T&E guestsJames Hogan1-12/+11
2017-08-02target-mips: Don't stop on [d]mtc0 DESAVE/KScratchJames Hogan1-4/+0
2017-08-01target-i386: kvm_get/put_vcpu_events don't handle sipi_vectorPeng Hao1-15/+20
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy3-21/+21
2017-07-31target/arm: Migrate MPU_RNR register state for M profile coresPeter Maydell1-0/+28