Age | Commit message (Expand) | Author | Files | Lines |
2017-09-27 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'... | Peter Maydell | 5 | -6/+17 |
2017-09-27 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170927' int... | Peter Maydell | 6 | -324/+72 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 5 | -6/+17 |
2017-09-27 | s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1 | Christian Borntraeger | 1 | -1/+0 |
2017-09-27 | spapr: fix the value of SDR1 in kvmppc_put_books_sregs() | Greg Kurz | 3 | -31/+8 |
2017-09-27 | ppc: remove all unused CPU definitions | John Snow | 1 | -225/+0 |
2017-09-27 | ppc: remove unused CPU definitions | John Snow | 1 | -32/+0 |
2017-09-27 | ppc/kvm: generalize the use of kvmppc_get_htab_fd() | Greg Kurz | 2 | -20/+11 |
2017-09-27 | ppc/kvm: change kvmppc_get_htab_fd() to return -errno on error | Greg Kurz | 1 | -2/+8 |
2017-09-27 | ppc: Add 460EX embedded CPU | BALATON Zoltan | 3 | -0/+42 |
2017-09-27 | ppc/kvm: drop kvmppc_has_cap_htab_fd() | Greg Kurz | 2 | -11/+0 |
2017-09-27 | ppc/kvm: check some capabilities with kvm_vm_check_extension() | Greg Kurz | 1 | -3/+3 |
2017-09-26 | target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macro | Alistair Francis | 1 | -2/+2 |
2017-09-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -10/+11 |
2017-09-22 | s390x/ais: for 2.10 stable: disable ais facility | Christian Borntraeger | 1 | -2/+7 |
2017-09-22 | memory: Get rid of address_space_init_shareable | Alexey Kardashevskiy | 2 | -10/+11 |
2017-09-21 | target/arm: Remove out of date ARM ARM section references in A64 decoder | Peter Maydell | 1 | -113/+114 |
2017-09-21 | nvic: Support banked exceptions in acknowledge and complete | Peter Maydell | 2 | -5/+18 |
2017-09-21 | target/arm: Handle banking in negative-execution-priority check in cpu_mmu_in... | Peter Maydell | 1 | -5/+16 |
2017-09-21 | nvic: Make set_pending and clear_pending take a secure parameter | Peter Maydell | 2 | -11/+27 |
2017-09-21 | nvic: Implement AIRCR changes for v8M | Peter Maydell | 2 | -0/+19 |
2017-09-21 | target/arm: Implement MSR/MRS access to NS banked registers | Peter Maydell | 1 | -0/+110 |
2017-09-21 | mips: Improve macro parenthesization | Eric Blake | 1 | -28/+28 |
2017-09-21 | mips: replace cpu_mips_init() with cpu_generic_init() | Igor Mammedov | 2 | -19/+1 |
2017-09-21 | mips: MIPSCPU model subclasses | Igor Mammedov | 5 | -64/+117 |
2017-09-21 | mips: call cpu_mips_realize_env() from mips_cpu_realizefn() | Philippe Mathieu-Daudé | 2 | -1/+3 |
2017-09-21 | mips: split cpu_mips_realize_env() out of cpu_mips_init() | Philippe Mathieu-Daudé | 2 | -7/+13 |
2017-09-21 | mips: introduce internal.h and cleanup cpu.h | Philippe Mathieu-Daudé | 11 | -353/+372 |
2017-09-21 | mips: move hw/mips/cputimer.c to target/mips/ | Philippe Mathieu-Daudé | 2 | -1/+165 |
2017-09-20 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 4 | -4/+13 |
2017-09-19 | s390x/ccw: create s390 phb for compat reasons as well | Cornelia Huck | 1 | -0/+3 |
2017-09-19 | s390x: allow CPU hotplug in random core-id order | David Hildenbrand | 1 | -7/+1 |
2017-09-19 | s390x: get rid of cpu_s390x_create() | David Hildenbrand | 3 | -45/+3 |
2017-09-19 | s390x: allow cpu hotplug via device_add | David Hildenbrand | 1 | -0/+1 |
2017-09-19 | s390x: print CPU definitions in sorted order | David Hildenbrand | 1 | -15/+41 |
2017-09-19 | target/s390x: rename next_cpu_id to next_core_id | David Hildenbrand | 2 | -7/+6 |
2017-09-19 | target/s390x: use "core-id" for cpu number/address/id handling | David Hildenbrand | 7 | -65/+29 |
2017-09-19 | target/s390x: set cpu->id for linux user when realizing | David Hildenbrand | 1 | -7/+4 |
2017-09-19 | target/s390x: use program_interrupt() in per_check_exception() | David Hildenbrand | 1 | -6/+9 |
2017-09-19 | target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault() | David Hildenbrand | 1 | -2/+1 |
2017-09-19 | s390x: move sclp_service_call() to sclp.h | David Hildenbrand | 2 | -1/+1 |
2017-09-19 | target/s390x: move some s390x typedefs to cpu-qom.h | David Hildenbrand | 3 | -7/+11 |
2017-09-19 | s390x: move subsystem_reset() to s390-virtio-ccw.h | David Hildenbrand | 2 | -1/+1 |
2017-09-19 | s390x: move s390_virtio_hypercall() to s390-virtio-hcall.h | David Hildenbrand | 3 | -1/+2 |
2017-09-19 | exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly | David Hildenbrand | 5 | -5/+0 |
2017-09-19 | s390x/pci: fixup ind_offset of msix routing entry | Yi Min Zhao | 1 | -3/+1 |
2017-09-19 | s390x/pci: remove idx from msix msg data | Yi Min Zhao | 1 | -3/+7 |
2017-09-19 | target/i386: fix "info mem" for LA57 mode | Paolo Bonzini | 1 | -4/+4 |
2017-09-19 | hyperv: add header with protocol definitions | Roman Kagan | 6 | -51/+306 |
2017-09-19 | i386/cpu/hyperv: support over 64 vcpus for windows guests | Gonglei | 3 | -1/+18 |