Age | Commit message (Expand) | Author |
2017-09-01 | ppc: replace cpu_ppc_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | unicore32: replace uc32_cpu_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | openrisc: replace cpu_openrisc_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | moxie: replace cpu_moxie_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | lm32: replace cpu_lm32_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | x86: replace cpu_x86_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | cris: replace cpu_cris_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | arm: replace cpu_arm_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | sh4: replace cpu_sh4_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | tricore: replace cpu_tricore_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | xtensa: replace cpu_xtensa_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | tilegx: replace cpu_tilegx_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | nios2: replace cpu_nios2_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | microblaze: replace cpu_mb_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | m68k: replace cpu_m68k_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | hppa: replace cpu_hppa_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | alpha: replace cpu_alpha_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | s390x: replace cpu_s390x_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | sparc: replace cpu_sparc_init() with cpu_generic_init() | Igor Mammedov |
2017-09-01 | sparc: make cpu feature parsing property based | Igor Mammedov |
2017-09-01 | sparc: move adhoc CPUSPARCState initialization to realize time | Igor Mammedov |
2017-09-01 | sparc: convert cpu features to qdev properties | Igor Mammedov |
2017-09-01 | sparc: embed sparc_def_t into CPUSPARCState | Igor Mammedov |
2017-09-01 | sparc: convert cpu models to SPARC cpu subclasses | Igor Mammedov |
2017-09-01 | target-i386/cpu: Add new EPYC CPU model | Brijesh Singh |
2017-09-01 | hmp: allow apic-id for "info lapic" | Yi Wang |
2017-08-31 | Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st... | Peter Maydell |
2017-08-31 | i386: introduce ELF_NOTE_SIZE macro | Marc-André Lureau |
2017-08-31 | i386/dump: use DIV_ROUND_UP | Marc-André Lureau |
2017-08-31 | ppc: use DIV_ROUND_UP | Marc-André Lureau |
2017-08-31 | i386: use ROUND_UP macro | Marc-André Lureau |
2017-08-30 | target/s390x: cleanup cpu.h | David Hildenbrand |
2017-08-30 | s390x/kvm: move KVM declarations and stubs to separate files | David Hildenbrand |
2017-08-30 | s390x: avoid calling kvm_ functions outside of target/s390x/ | David Hildenbrand |
2017-08-30 | target/s390x: move a couple of functions to cpu.c | David Hildenbrand |
2017-08-30 | target/s390x: introduce internal.h | David Hildenbrand |
2017-08-30 | target/s390x: move get_per_in_range() to misc_helper.c | David Hildenbrand |
2017-08-30 | target/s390x: move s390_do_cpu_reset() to diag.c | David Hildenbrand |
2017-08-30 | target/s390x: move psw_key_valid() to mem_helper.c | David Hildenbrand |
2017-08-30 | target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.c | David Hildenbrand |
2017-08-30 | target/s390x: move cc_name() to helper.c | David Hildenbrand |
2017-08-30 | target/s390x: move gtod_*() declarations to s390-virtio.h | David Hildenbrand |
2017-08-30 | s390x: drop inclusion of sysemu/kvm.h from some files | David Hildenbrand |
2017-08-30 | s390x/cpumodel: factor out determination of default model name | David Hildenbrand |
2017-08-30 | s390x/kvm: drop KVMState parameter from kvm_s390_set_mem_limit() | David Hildenbrand |
2017-08-30 | s390x/kvm: drop KVMState parameter from s390_get_memslot_count() | David Hildenbrand |
2017-08-30 | s390x/pci: fence off instructions for non-pci | Cornelia Huck |
2017-08-30 | s390x/pci: do not advertise pci on non-pci builds | Cornelia Huck |
2017-08-30 | s390x: chsc nt2 events are pci-only | Cornelia Huck |
2017-08-30 | s390x: wire up diag288 in tcg | Cornelia Huck |