aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-12gdbstub: Implement thread_alive (T pkt) with new infraJon Doron
2019-06-12gdbstub: Implement deatch (D pkt) with new infraJon Doron
2019-06-12gdbstub: Add infrastructure to parse cmd packetsJon Doron
2019-06-12cputlb: cast size_t to target_ulong before using for address masksAlex Bennée
2019-06-12MAINTAINERS: put myself forward for gdbstubAlex Bennée
2019-06-12tests/tcg/x86_64: add a PVH crt.o for x86_64 system testsAlex Bennée
2019-06-12tests/tcg: clean-up VPATH/TESTS for i386Alex Bennée
2019-06-12tests/tcg: better detect truncated readsAlex Bennée
2019-06-12cputlb: use uint64_t for interim values for unaligned loadAlex Bennée
2019-06-12semihosting: split console_out into string and char versionsAlex Bennée
2019-06-12tests/vm: python3 fixesGerd Hoffmann
2019-06-12scripts: use git archive in archive-sourceGerd Hoffmann
2019-06-12tests/vm: Add missing variables on helpWainer dos Santos Moschetta
2019-06-12tests/vm: Fix build-centos docker-based tests runWainer dos Santos Moschetta
2019-06-12tests/vm: Port basevm to Python 3Wainer dos Santos Moschetta
2019-06-12tests/vm: Use python configured on buildWainer dos Santos Moschetta
2019-06-12.travis.yml: add clang ubsan jobAlex Bennée
2019-06-12.travis.yml: bump gcc sanitiser job to gcc-9Alex Bennée
2019-06-12tests/docker: Update the Ubuntu image to 19.04Alex Bennée
2019-06-12tests/docker: Update the Fedora cross compile images to 30Alex Bennée
2019-06-12tests/docker: Update the Fedora image to Fedora 30Philippe Mathieu-Daudé
2019-06-12qemu-io-cmds: use clock_gettime for benchmarkingAlex Bennée
2019-06-12editorconfig: add setting for shell scriptsAlex Bennée
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell
2019-06-12Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-06-11-v3' in...Peter Maydell
2019-06-12MAINTAINERS: Polish headline decorationsMarkus Armbruster
2019-06-12MAINTAINERS: Improve section headlinesMarkus Armbruster
2019-06-12MAINTAINERS: Remove duplicate entries of qemu-devel@nongnu.orgPhilippe Mathieu-Daudé
2019-06-12Clean up a header guard symbols (again)Markus Armbruster
2019-06-12Supply missing header guardsMarkus Armbruster
2019-06-12Clean up a few header guard symbolsMarkus Armbruster
2019-06-12scripts/clean-header-guards: Fix handling of trailing commentsMarkus Armbruster
2019-06-12Normalize position of header guardMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-12Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell
2019-06-12ppc/xive: Make XIVE generate the proper interrupt typesBenjamin Herrenschmidt
2019-06-12ppc/pnv: activate the "dumpdtb" option on the powernv machineCédric Le Goater
2019-06-12target/ppc: Use tcg_gen_gvec_bitselRichard Henderson
2019-06-12spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridgesDavid Gibson
2019-06-12spapr: Direct all PCI hotplug to host bridge, rather than P2P bridgeDavid Gibson
2019-06-12spapr: Don't use bus number for building DRC idsDavid Gibson
2019-06-12spapr: Clean up DRC index constructionDavid Gibson
2019-06-12spapr: Clean up spapr_drc_populate_dt()David Gibson
2019-06-12spapr: Clean up dt creation for PCI busesDavid Gibson
2019-06-12spapr: Clean up device tree construction for PCI devicesDavid Gibson
2019-06-12spapr: Clean up device node name generation for PCI devicesDavid Gibson
2019-06-12target/ppc: Fix lxvw4x, lxvh8x and lxvb16xAnton Blanchard
2019-06-12spapr_pci: Improve error messageGreg Kurz
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster