summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-19error: error_setg_errno(): errno gets preservedSascha Silbe1-0/+3
2017-01-19Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170117' into stagingPeter Maydell1-25/+20
2017-01-18target-sparc: fix up niagara machineArtyom Tarasenko6-39/+199
2017-01-18target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko5-345/+389
2017-01-18target-sparc: implement sun4v RTCArtyom Tarasenko4-0/+111
2017-01-18target-sparc: add ST_BLKINIT_ ASIs for UA2005+ CPUsArtyom Tarasenko1-0/+11
2017-01-18target-sparc: store the UA2005 entries in sun4u formatArtyom Tarasenko2-8/+47
2017-01-18target-sparc: implement UA2005 ASI_MMU (0x21)Artyom Tarasenko1-0/+31
2017-01-18target-sparc: add more registers to dump_mmuArtyom Tarasenko1-0/+2
2017-01-18target-sparc: implement auto-demapping for UA2005 CPUsArtyom Tarasenko1-0/+22
2017-01-18target-sparc: allow 256M sized pagesArtyom Tarasenko1-17/+1
2017-01-18target-sparc: simplify ultrasparc_tsb_pointerArtyom Tarasenko1-36/+15
2017-01-18target-sparc: implement UA2005 TSB PointersArtyom Tarasenko2-22/+104
2017-01-18target-sparc: use SparcV9MMU type for sparc64 I/D-MMUsArtyom Tarasenko4-37/+25
2017-01-18target-sparc: replace the last tlb entry when no free entries leftArtyom Tarasenko1-2/+4
2017-01-18target-sparc: ignore writes to UA2005 CPU mondo queue registerArtyom Tarasenko1-0/+1
2017-01-18target-sparc: allow priveleged ASIs in hyperprivileged modeArtyom Tarasenko1-14/+18
2017-01-18target-sparc: use direct address translation in hyperprivileged modeArtyom Tarasenko2-5/+4
2017-01-18target-sparc: fix immediate UA2005 trapsArtyom Tarasenko1-1/+1
2017-01-18target-sparc: implement UA2005 rdhpstate and wrhpstate instructionsArtyom Tarasenko1-2/+5
2017-01-18target-sparc: implement UA2005 GL registerArtyom Tarasenko6-7/+58
2017-01-18target-sparc: implement UA2005 hypervisor trapsArtyom Tarasenko3-5/+39
2017-01-18target-sparc: hypervisor mode takes over nucleus modeArtyom Tarasenko2-3/+7
2017-01-18target-sparc: implement UltraSPARC-T1 Strand status ASRArtyom Tarasenko1-0/+11
2017-01-18target-sparc: implement UA2005 scratchpad registersArtyom Tarasenko3-0/+26
2017-01-18target-sparc: simplify replace_tlb_entry by using TTE_PGSIZEArtyom Tarasenko1-3/+2
2017-01-18target-sparc: on UA2005 don't deliver Interrupt_level_n IRQs in hypervisor modeArtyom Tarasenko1-1/+2
2017-01-18target-sparc: add UltraSPARC T1 TLB #definesArtyom Tarasenko1-0/+4
2017-01-18target-sparc: add UA2005 TTE bit #definesArtyom Tarasenko1-0/+17
2017-01-18target-sparc: use explicit mmu register pointersArtyom Tarasenko2-12/+58
2017-01-18target-sparc: store cpu super- and hypervisor flags in TBArtyom Tarasenko2-5/+36
2017-01-18target-sparc: ignore MMU-faults if MMU is disabled in hypervisor modeArtyom Tarasenko2-2/+15
2017-01-18vhost: drop VHOST_F_DEVICE_IOTLBMichael S. Tsirkin1-2/+0
2017-01-18update-linux-headers.sh: support __bitwiseMichael S. Tsirkin1-1/+1
2017-01-18virtio_crypto: header updateMichael S. Tsirkin1-230/+251
2017-01-18pci_regs: update to latest linuxMichael S. Tsirkin1-1/+0
2017-01-18virtio-mmio: switch to linux headersMichael S. Tsirkin1-58/+37
2017-01-18virtio_mmio: add standard header fileMichael S. Tsirkin1-0/+141
2017-01-18virtio: drop an obsolete commentMichael S. Tsirkin1-1/+0
2017-01-18fw-cfg: bump "x-file-slots" to 0x20 for 2.9+ machine typesLaszlo Ersek3-5/+15
2017-01-18pc: Add 2.9 machine-typesEduardo Habkost3-5/+25
2017-01-18fw-cfg: turn FW_CFG_FILE_SLOTS into a device propertyLaszlo Ersek3-11/+65
2017-01-18fw-cfg: support writeable blobsMichael S. Tsirkin8-30/+75
2017-01-18vhost_net: device IOTLB supportJason Wang6-22/+262
2017-01-18virtio: disable notifications again after poll succeededStefan Hajnoczi1-0/+3
2017-01-18Revert "virtio: turn vq->notification into a nested counter"Stefan Hajnoczi1-12/+6
2017-01-18virtio-net: enable ioeventfd even if vhost=offPaolo Bonzini1-1/+1
2017-01-17tcg/i386: Always use TZCNT when availableRichard Henderson1-3/+7
2017-01-17Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR"Richard Henderson1-22/+13
2017-01-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell5-2/+46