summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-13target-mips: pass 0 instead of -1 as rs in microMIPS LUI instructionLeon Alrae1-1/+1
2015-02-13target-mips: fix broken snapshottingLeon Alrae1-2/+4
2015-02-13target-mips: use CP0EnLo_XI instead of magic numberLeon Alrae1-2/+2
2015-02-13target-mips: ll and lld cause AdEL exception for unaligned addressLeon Alrae1-3/+7
2015-02-13target-mips: fix detection of the end of the page during translationLeon Alrae1-1/+4
2015-02-13target-mips: Make CP0.Status.CU1 read-only for the 5Kc and 5KEc processorsMaciej W. Rozycki1-2/+2
2015-02-13isa: remove isa_mem_base variableHervé Poussineau5-7/+3
2015-02-13gt64xxx: remove isa_mem_base usageHervé Poussineau1-27/+68
2015-02-13piix4: use PCI address space instead of system memoryHervé Poussineau1-1/+1
2015-02-13mips: remove isa_mem_base usageHervé Poussineau1-9/+10
2015-02-13jazz: remove usage of isa_mem_baseHervé Poussineau1-11/+14
2015-02-13jazz: do not explode QEMUMachineInitArgs structureHervé Poussineau1-13/+8
2015-02-13isa: add memory space parameter to isa_bus_newHervé Poussineau12-14/+26
2015-02-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into stagingPeter Maydell27-2813/+2727
2015-02-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150213'...Peter Maydell27-49/+678
2015-02-13target-arm: A64: Avoid signed shifts in disas_ldst_pair()Peter Maydell1-1/+1
2015-02-13target-arm: A64: Avoid left shifting negative integers in disas_pc_rel_addrPeter Maydell1-2/+3
2015-02-13target-arm: A64: Fix handling of rotate in logic_imm_decode_wmaskPeter Maydell1-1/+4
2015-02-13target-arm: A64: Fix shifts into sign bitPeter Maydell1-3/+3
2015-02-13target-arm: Add AArch32 guest support to KVM64Greg Bellows1-3/+33
2015-02-13target-arm: Add 32/64-bit register syncGreg Bellows4-8/+216
2015-02-13target-arm: Add feature parsing to virtGreg Bellows1-3/+17
2015-02-13target-arm: Add CPU property to disable AArch64Greg Bellows2-1/+43
2015-02-13pci: Move PCI VGA to pci.makAlexander Graf12-22/+2
2015-02-13arm: Add PCIe host bridge in virt machineAlexander Graf3-5/+144
2015-02-13pci: Add generic PCIe host bridgeAlexander Graf3-0/+211
2015-02-13pci: Allocate PCIe host bridge PCI IDAlexander Graf1-0/+1
2015-02-12tcg: Remove unused opcodesRichard Henderson3-27/+2
2015-02-12tcg: Implement insert_op_beforeRichard Henderson3-44/+35
2015-02-12tcg: Remove opcodes instead of noping them outRichard Henderson3-11/+32
2015-02-12tcg: Put opcodes in a linked listRichard Henderson5-501/+431
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson19-113/+79
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson19-18/+14
2015-02-12tcg: Reduce ifdefs in tcg-op.cRichard Henderson1-242/+207
2015-02-12tcg: Move some opcode generation functions out of lineRichard Henderson5-2245/+2315
2015-02-11Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' i...Peter Maydell6-44/+106
2015-02-10vfio: Fix debug message compile errorAlexey Kardashevskiy1-1/+1
2015-02-10vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson1-2/+6
2015-02-10vfio: unmap and free BAR data in instance_finalizePaolo Bonzini1-8/+57
2015-02-10vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini2-11/+18
2015-02-10vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini3-23/+19
2015-02-10memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini3-1/+7
2015-02-10Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-02-1...Peter Maydell38-217/+223
2015-02-10virtio: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-02-10vga: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-02-10stubs: Fix warning caused by missing include statementStefan Weil1-1/+1
2015-02-10spice: Add missing 'static' attributeStefan Weil1-1/+1
2015-02-10serial: Fix warnings caused by missing 'static' attributeStefan Weil1-7/+7
2015-02-10moxie: Fix warning caused by missing include statementStefan Weil1-0/+1
2015-02-10migration: Fix warnings caused by missing 'static' attributeStefan Weil1-4/+4