qemu.git
2017-09-22 Peter Xuchardev: use per-dev context for io_add_watch_poll
2017-09-22 Peter Xuchardev: add Chardev.gcontext field
2017-09-22 Peter Xuchardev: new qemu_chr_be_update_read_handlers()
2017-09-22 Paolo Bonziniscsi: add persistent reservation manager using qemu...
2017-09-22 Paolo Bonziniscsi: add multipath support to qemu-pr-helper
2017-09-22 Paolo Bonziniscsi: build qemu-pr-helper
2017-09-21 Paolo Bonziniscsi, file-posix: add support for persistent reservatio...
2017-09-21 Alexey Kardashevskiymemory: Share special empty FlatView
2017-09-21 Paolo Bonzinimemory: seek FlatView sharing candidates among children...
2017-09-21 Paolo Bonzinimemory: trace FlatView creation and destruction
2017-09-21 Alexey Kardashevskiymemory: Create FlatView directly
2017-09-21 Alexey Kardashevskiymemory: Get rid of address_space_init_shareable
2017-09-21 Alexey Kardashevskiymemory: Rework "info mtree" to print flat views and...
2017-09-21 Alexey Kardashevskiymemory: Do not allocate FlatView in address_space_init
2017-09-21 Alexey Kardashevskiymemory: Share FlatView's and dispatch trees between...
2017-09-21 Alexey Kardashevskiymemory: Move address_space_update_ioeventfds
2017-09-21 Alexey Kardashevskiymemory: Alloc dispatch tree where topology is generared
2017-09-21 Alexey Kardashevskiymemory: Store physical root MR in FlatView
2017-09-21 Alexey Kardashevskiymemory: Rename mem_begin/mem_commit/mem_add helpers
2017-09-21 Alexey Kardashevskiymemory: Cleanup after switching to FlatView
2017-09-21 Alexey Kardashevskiymemory: Switch memory from using AddressSpace to FlatView
2017-09-21 Alexey Kardashevskiymemory: Remove AddressSpace pointer from AddressSpaceDi...
2017-09-21 Alexey Kardashevskiymemory: Move AddressSpaceDispatch from AddressSpace...
2017-09-21 Alexey Kardashevskiymemory: Move FlatView allocation to a helper
2017-09-21 Alexey Kardashevskiymemory: Open code FlatView rendering
2017-09-21 Alexey Kardashevskiyexec: Explicitly export target AS from address_space_tr...
2017-09-21 Paolo Bonzinimemory: avoid "resurrection" of dead FlatViews
2017-09-21 Paolo Bonziniatomic: update documentation
2017-09-21 KONRAD Fredericmemory: avoid a name clash with access macro
2017-09-21 David Hildenbrandkvm: drop wrong assertion creating problems with pflash
2017-09-21 Pavel Butsykinvirtio-serial: add enable_backend callback
2017-09-20 Peter MaydellMerge remote-tracking branch 'remotes/gkurz/tags/for...
2017-09-20 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2017-09-20 Jan Dakinevich9pfs: check the size of transport buffer before marshaling
2017-09-20 Jan Dakinevich9pfs: fix name_to_path assertion in v9fs_complete_rename()
2017-09-20 Jan Dakinevich9pfs: fix readdir() for 9p2000.u
2017-09-19 Eduardo HabkostMAINTAINERS: Update git URLs for my trees
2017-09-19 Eduardo Habkosthw/acpi-build: Fix SRAT memory building in case of...
2017-09-19 Dou LiyangNUMA: Replace MAX_NODES with nb_numa_nodes in for loop
2017-09-19 Igor Mammedovnuma: cpu: calculate/set default node-ids after all...
2017-09-19 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2017-09-19 Christian BorntraegerMAINTAINERS/s390x: add terminal3270.c
2017-09-19 Farhan Alivirtio-ccw: Create a virtio gpu device for the ccw bus
2017-09-19 Farhan Alivirtio-gpu: Handle endian conversion
2017-09-19 Cornelia Hucks390x/ccw: create s390 phb for compat reasons as well
2017-09-19 Thomas Huthconfigure: Allow --enable-seccomp on s390x, too
2017-09-19 Halil Pasicvirtio-ccw: remove stale comments on endianness
2017-09-19 David Hildenbrands390x: allow CPU hotplug in random core-id order
2017-09-19 David Hildenbrands390x: generate sclp cpu information from possible_cpus
2017-09-19 David Hildenbrands390x: get rid of cpu_s390x_create()
2017-09-19 David Hildenbrands390x: get rid of cpu_states and use possible_cpus...
2017-09-19 David Hildenbrands390x: implement query-hotpluggable-cpus
2017-09-19 David Hildenbrands390x: CPU hot unplug via device_del cannot work for now
2017-09-19 David Hildenbrands390x: allow cpu hotplug via device_add
2017-09-19 David Hildenbrands390x: print CPU definitions in sorted order
2017-09-19 David Hildenbrandtarget/s390x: rename next_cpu_id to next_core_id
2017-09-19 David Hildenbrandtarget/s390x: use "core-id" for cpu number/address...
2017-09-19 David Hildenbrandtarget/s390x: set cpu->id for linux user when realizing
2017-09-19 David Hildenbrands390x: allow only 1 CPU with TCG
2017-09-19 David Hildenbrandtarget/s390x: use program_interrupt() in per_check_exce...
2017-09-19 David Hildenbrandtarget/s390x: use trigger_pgm_exception() in s390_cpu_h...
2017-09-19 David Hildenbrands390x: move sclp_service_call() to sclp.h
2017-09-19 David Hildenbrandtarget/s390x: move some s390x typedefs to cpu-qom.h
2017-09-19 David Hildenbrands390x: move subsystem_reset() to s390-virtio-ccw.h
2017-09-19 David Hildenbrands390x: move s390_virtio_hypercall() to s390-virtio...
2017-09-19 David Hildenbrands390x: rename s390-virtio.h to s390-virtio-hcall.h
2017-09-19 David Hildenbrands390x: get rid of s390-virtio.c
2017-09-19 David Hildenbrandcpu: drop old comments describing members
2017-09-19 David Hildenbrandexec,dump,i386,ppc,s390x: don't include exec/cpu-all...
2017-09-19 Viktor Mihajlovskis390: set DHCP client architecure id for netboot
2017-09-19 Halil Pasics390x/css: remove unused error handling branch
2017-09-19 Halil Pasics390x/css: fix NULL handling for CCW addresses
2017-09-19 Halil Pasics390x/css: drop data-check in interpretation
2017-09-19 Thomas Huthhw/misc/ivshmem: Fix ivshmem_recv_msg() to also work...
2017-09-19 Yi Min Zhaos390x/pci: add iommu replay callback
2017-09-19 Yi Min Zhaos390x/pci: fixup ind_offset of msix routing entry
2017-09-19 Yi Min Zhaos390x/pci: remove idx from msix msg data
2017-09-19 Thomas Huthtests: Enable the drive_del test also on s390x
2017-09-19 Halil Pasics390x/css: fix cc handling for XSCH
2017-09-19 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2017-09-19 Paolo Bonzinidocker: fix creation of archives
2017-09-19 Thomas Huthdefault-configs: Replace $(and ...) with $(call land...
2017-09-19 Eric Blakeosdep.h: Prohibit disabling assert() in supported builds
2017-09-19 Greg Kurzcheckpatch: add hwaddr to @typeList
2017-09-19 Philippe Mathieu... accel/hax: move hax-stub.c to accel/stubs/
2017-09-19 Paolo Bonzinitarget/i386: fix "info mem" for LA57 mode
2017-09-19 Daniel P. Berrangescripts: let checkpatch.pl process an entire GIT branch
2017-09-19 Roman Kaganupdate-linux-headers: prepare for hyperv.h removal
2017-09-19 Roman Kaganhyperv: add header with protocol definitions
2017-09-19 Gongleii386/cpu/hyperv: support over 64 vcpus for windows...
2017-09-19 Alistair FrancisConvert remaining single line fprintf() to warn_report()
2017-09-19 Paolo BonziniMakefile: Remove libqemustub.a
2017-09-19 Paolo Bonziniptimer-test: do not link to libqemustub.a/libqemuutil.a
2017-09-19 Alistair Francistarget/mips: Convert VM clock update prints to warn_report
2017-09-19 Alistair FrancisGeneral warn report fixups
2017-09-19 Alistair FrancisConvert multi-line fprintf() to warn_report()
2017-09-19 Alistair FrancisConvert single line fprintf(.../n) to warn_report()
2017-09-19 Alistair FrancisConvert remaining error_report() to warn_report()
2017-09-19 Alistair Francishw/i386: Improve some of the warning messages
2017-09-19 Philippe Mathieu... test-qga: add missing qemu-ga tool dependency
next