summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-09trace: Replace error with warning if event is not definedAlexey Kardashevskiy1-7/+7
2014-06-09simpletrace: add support for trace record pid fieldStefan Hajnoczi1-11/+15
2014-06-09trace: add pid field to simpletrace recordStefan Hajnoczi1-2/+6
2014-06-09slirp/arp: do not special-case bogus IP addressesSamuel Thibault2-9/+6
2014-06-09target-cris/translate.c: Remove _t_gen_mov_TN_env and _t_gen_mov_env_TNPeter Maydell1-17/+2
2014-06-09target-cris/translate.c: Remove t_gen_mov_TN_reg and t_gen_mov_reg_TNPeter Maydell2-19/+4
2014-06-09intc: xilinx_uartlite: Convert SBD::init -> instance_initPeter Crosthwaite1-10/+7
2014-06-09char: xilinx_uartlite: Convert to realize()Peter Crosthwaite1-10/+14
2014-06-09char: xilinx_uartlite: Don't reset from initPeter Crosthwaite1-1/+7
2014-06-09net: xilinx_ethlite: Convert to realize()Peter Crosthwaite1-11/+14
2014-06-09net: xilinx_ethlite: Don't reset from initPeter Crosthwaite1-1/+8
2014-06-09timer: xilinx_timer: Convert to realize()Peter Crosthwaite1-8/+12
2014-06-05Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell4-53/+336
2014-06-05Merge remote-tracking branch 'remotes/mdroth/qga-pull-2014-06-05' into stagingPeter Maydell1-2/+4
2014-06-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell18-76/+273
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell85-1332/+1138
2014-06-05apb: implement IOMMU translation for PCI host bridgeMark Cave-Ayland1-0/+165
2014-06-05apb: handle reading/writing of IOMMU control registersMark Cave-Ayland1-3/+100
2014-06-05apb: fix IOMMU register sizesMark Cave-Ayland1-8/+3
2014-06-05apb: Move IOMMU registers into a separate IOMMUState structMark Cave-Ayland1-3/+14
2014-06-05tcx: move initialisation from realizefn to initfnMark Cave-Ayland2-23/+33
2014-06-05tcx: move initialisation from SysBusDevice class to TCX class realizefnMark Cave-Ayland1-14/+12
2014-06-05cg3: add extra check to prevent CG3 register array overflowMark Cave-Ayland1-2/+2
2014-06-05cg3: move initialisation from realizefn to initfnMark Cave-Ayland1-8/+15
2014-06-05Merge remote-tracking branch 'remotes/rth/tcg-next' into stagingPeter Maydell17-428/+237
2014-06-05Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell14-77/+175
2014-06-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-10' into stagingPeter Maydell6-68/+176
2014-06-05qdev: Add test of qdev_prop_check_globalDon Slutz1-0/+4
2014-06-05qdev: Display warning about unused -globalDon Slutz5-0/+45
2014-06-05target-i386: cleanup x86_cpu_get_phys_page_debugPaolo Bonzini1-18/+17
2014-06-05target-i386: fix protection bits in the TLB for SMEPPaolo Bonzini1-1/+3
2014-06-05target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini2-5/+10
2014-06-05target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini2-0/+3
2014-06-05target-i386: unify reserved bits and NX bit checkPaolo Bonzini1-12/+4
2014-06-05target-i386: simplify pte/vaddr calculationPaolo Bonzini1-8/+7
2014-06-05target-i386: raise page fault for reserved physical address bitsPaolo Bonzini2-12/+32
2014-06-05target-i386: test reserved PS bit on PML4EsPaolo Bonzini1-0/+3
2014-06-05target-i386: set correct error code for reserved bit accessPaolo Bonzini1-17/+9
2014-06-05target-i386: introduce support for 1 GB pagesPaolo Bonzini2-3/+8
2014-06-05target-i386: introduce do_check_protect labelPaolo Bonzini1-36/+38
2014-06-05target-i386: tweak handling of PG_NX_MASKPaolo Bonzini1-4/+4
2014-06-05target-i386: commonize checks for PAE and non-PAEPaolo Bonzini1-79/+41
2014-06-05target-i386: commonize checks for 4MB and 4KB pagesPaolo Bonzini1-77/+41
2014-06-05target-i386: commonize checks for 2MB and 4KB pagesPaolo Bonzini1-83/+44
2014-06-05target-i386: fix coding standards in x86_cpu_handle_mmu_faultPaolo Bonzini1-5/+9
2014-06-05target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini2-9/+5
2014-06-05target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini3-8/+33
2014-06-05target-i386: move check_io helpers to seg_helper.cPaolo Bonzini2-42/+42
2014-06-05target-i386: rename KSMAP to KNOSMAPPaolo Bonzini2-7/+7
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini6-376/+368