aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-09trace: Replace error with warning if event is not definedAlexey Kardashevskiy
2014-06-09simpletrace: add support for trace record pid fieldStefan Hajnoczi
2014-06-09trace: add pid field to simpletrace recordStefan Hajnoczi
2014-06-09slirp/arp: do not special-case bogus IP addressesSamuel Thibault
2014-06-09target-cris/translate.c: Remove _t_gen_mov_TN_env and _t_gen_mov_env_TNPeter Maydell
2014-06-09target-cris/translate.c: Remove t_gen_mov_TN_reg and t_gen_mov_reg_TNPeter Maydell
2014-06-09intc: xilinx_uartlite: Convert SBD::init -> instance_initPeter Crosthwaite
2014-06-09char: xilinx_uartlite: Convert to realize()Peter Crosthwaite
2014-06-09char: xilinx_uartlite: Don't reset from initPeter Crosthwaite
2014-06-09net: xilinx_ethlite: Convert to realize()Peter Crosthwaite
2014-06-09net: xilinx_ethlite: Don't reset from initPeter Crosthwaite
2014-06-09timer: xilinx_timer: Convert to realize()Peter Crosthwaite
2014-06-05Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell
2014-06-05Merge remote-tracking branch 'remotes/mdroth/qga-pull-2014-06-05' into stagingPeter Maydell
2014-06-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell
2014-06-05apb: implement IOMMU translation for PCI host bridgeMark Cave-Ayland
2014-06-05apb: handle reading/writing of IOMMU control registersMark Cave-Ayland
2014-06-05apb: fix IOMMU register sizesMark Cave-Ayland
2014-06-05apb: Move IOMMU registers into a separate IOMMUState structMark Cave-Ayland
2014-06-05tcx: move initialisation from realizefn to initfnMark Cave-Ayland
2014-06-05tcx: move initialisation from SysBusDevice class to TCX class realizefnMark Cave-Ayland
2014-06-05cg3: add extra check to prevent CG3 register array overflowMark Cave-Ayland
2014-06-05cg3: move initialisation from realizefn to initfnMark Cave-Ayland
2014-06-05Merge remote-tracking branch 'remotes/rth/tcg-next' into stagingPeter Maydell
2014-06-05Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell
2014-06-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-10' into stagingPeter Maydell
2014-06-05qdev: Add test of qdev_prop_check_globalDon Slutz
2014-06-05qdev: Display warning about unused -globalDon Slutz
2014-06-05target-i386: cleanup x86_cpu_get_phys_page_debugPaolo Bonzini
2014-06-05target-i386: fix protection bits in the TLB for SMEPPaolo Bonzini
2014-06-05target-i386: support long addresses for 4MB pages (PSE-36)Paolo Bonzini
2014-06-05target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini
2014-06-05target-i386: unify reserved bits and NX bit checkPaolo Bonzini
2014-06-05target-i386: simplify pte/vaddr calculationPaolo Bonzini
2014-06-05target-i386: raise page fault for reserved physical address bitsPaolo Bonzini
2014-06-05target-i386: test reserved PS bit on PML4EsPaolo Bonzini
2014-06-05target-i386: set correct error code for reserved bit accessPaolo Bonzini
2014-06-05target-i386: introduce support for 1 GB pagesPaolo Bonzini
2014-06-05target-i386: introduce do_check_protect labelPaolo Bonzini
2014-06-05target-i386: tweak handling of PG_NX_MASKPaolo Bonzini
2014-06-05target-i386: commonize checks for PAE and non-PAEPaolo Bonzini
2014-06-05target-i386: commonize checks for 4MB and 4KB pagesPaolo Bonzini
2014-06-05target-i386: commonize checks for 2MB and 4KB pagesPaolo Bonzini
2014-06-05target-i386: fix coding standards in x86_cpu_handle_mmu_faultPaolo Bonzini
2014-06-05target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini
2014-06-05target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini
2014-06-05target-i386: move check_io helpers to seg_helper.cPaolo Bonzini
2014-06-05target-i386: rename KSMAP to KNOSMAPPaolo Bonzini
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini