index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-09-21
memory: Rename mem_begin/mem_commit/mem_add helpers
Alexey Kardashevskiy
2017-09-21
memory: Cleanup after switching to FlatView
Alexey Kardashevskiy
2017-09-21
memory: Switch memory from using AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
memory: Remove AddressSpace pointer from AddressSpaceDispatch
Alexey Kardashevskiy
2017-09-21
memory: Move AddressSpaceDispatch from AddressSpace to FlatView
Alexey Kardashevskiy
2017-09-21
memory: Move FlatView allocation to a helper
Alexey Kardashevskiy
2017-09-21
memory: Open code FlatView rendering
Alexey Kardashevskiy
2017-09-21
exec: Explicitly export target AS from address_space_translate_internal
Alexey Kardashevskiy
2017-09-21
memory: avoid "resurrection" of dead FlatViews
Paolo Bonzini
2017-09-21
atomic: update documentation
Paolo Bonzini
2017-09-21
memory: avoid a name clash with access macro
KONRAD Frederic
2017-09-21
kvm: drop wrong assertion creating problems with pflash
David Hildenbrand
2017-09-21
virtio-serial: add enable_backend callback
Pavel Butsykin
2017-09-20
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2017-09-20
9pfs: check the size of transport buffer before marshaling
Jan Dakinevich
2017-09-20
9pfs: fix name_to_path assertion in v9fs_complete_rename()
Jan Dakinevich
2017-09-20
9pfs: fix readdir() for 9p2000.u
Jan Dakinevich
2017-09-19
MAINTAINERS: Update git URLs for my trees
Eduardo Habkost
2017-09-19
hw/acpi-build: Fix SRAT memory building in case of node 0 without RAM
Eduardo Habkost
2017-09-19
NUMA: Replace MAX_NODES with nb_numa_nodes in for loop
Dou Liyang
2017-09-19
numa: cpu: calculate/set default node-ids after all -numa CLI options are parsed
Igor Mammedov
2017-09-19
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170919-v2' into sta...
Peter Maydell
2017-09-19
MAINTAINERS/s390x: add terminal3270.c
Christian Borntraeger
2017-09-19
virtio-ccw: Create a virtio gpu device for the ccw bus
Farhan Ali
2017-09-19
virtio-gpu: Handle endian conversion
Farhan Ali
2017-09-19
s390x/ccw: create s390 phb for compat reasons as well
Cornelia Huck
2017-09-19
configure: Allow --enable-seccomp on s390x, too
Thomas Huth
2017-09-19
virtio-ccw: remove stale comments on endianness
Halil Pasic
2017-09-19
s390x: allow CPU hotplug in random core-id order
David Hildenbrand
2017-09-19
s390x: generate sclp cpu information from possible_cpus
David Hildenbrand
2017-09-19
s390x: get rid of cpu_s390x_create()
David Hildenbrand
2017-09-19
s390x: get rid of cpu_states and use possible_cpus instead
David Hildenbrand
2017-09-19
s390x: implement query-hotpluggable-cpus
David Hildenbrand
2017-09-19
s390x: CPU hot unplug via device_del cannot work for now
David Hildenbrand
2017-09-19
s390x: allow cpu hotplug via device_add
David Hildenbrand
2017-09-19
s390x: print CPU definitions in sorted order
David Hildenbrand
2017-09-19
target/s390x: rename next_cpu_id to next_core_id
David Hildenbrand
2017-09-19
target/s390x: use "core-id" for cpu number/address/id handling
David Hildenbrand
2017-09-19
target/s390x: set cpu->id for linux user when realizing
David Hildenbrand
2017-09-19
s390x: allow only 1 CPU with TCG
David Hildenbrand
2017-09-19
target/s390x: use program_interrupt() in per_check_exception()
David Hildenbrand
2017-09-19
target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()
David Hildenbrand
2017-09-19
s390x: move sclp_service_call() to sclp.h
David Hildenbrand
2017-09-19
target/s390x: move some s390x typedefs to cpu-qom.h
David Hildenbrand
2017-09-19
s390x: move subsystem_reset() to s390-virtio-ccw.h
David Hildenbrand
2017-09-19
s390x: move s390_virtio_hypercall() to s390-virtio-hcall.h
David Hildenbrand
2017-09-19
s390x: rename s390-virtio.h to s390-virtio-hcall.h
David Hildenbrand
2017-09-19
s390x: get rid of s390-virtio.c
David Hildenbrand
2017-09-19
cpu: drop old comments describing members
David Hildenbrand
[next]