aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell54-701/+1497
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell6-26/+26
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell29-853/+863
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell116-767/+1161
2020-03-17Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+1
2020-03-17gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdbChangbin Du1-1/+1
2020-03-17gdbstub: do not split gdb_monitor_write payloadDamien Hedde1-20/+3
2020-03-17gdbstub: change GDBState.last_packet to GByteArrayDamien Hedde1-18/+21
2020-03-17tests/tcg/aarch64: add test-sve-ioctl guest-debug testAlex Bennée2-2/+94
2020-03-17tests/tcg/aarch64: add SVE iotcl testAlex Bennée2-0/+74
2020-03-17tests/tcg/aarch64: add a gdbstub testcase for SVE registersAlex Bennée3-0/+100
2020-03-17tests/guest-debug: add a simple test runnerAlex Bennée1-0/+57
2020-03-17configure: allow user to specify what gdb to useAlex Bennée1-0/+9
2020-03-17tests/tcg/aarch64: userspace system register testAlex Bennée2-0/+178
2020-03-17target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée1-5/+15
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée3-5/+261
2020-03-17target/arm: default SVE length to 64 bytes for linux-userAlex Bennée1-3/+4
2020-03-17target/arm: explicitly encode regnum in our XMLAlex Bennée3-8/+13
2020-03-17target/arm: prepare for multiple dynamic XMLsAlex Bennée3-24/+30
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée41-149/+179
2020-03-17target/i386: use gdb_get_reg helpersAlex Bennée1-16/+11
2020-03-17target/m68k: use gdb_get_reg helpersAlex Bennée1-18/+11
2020-03-17target/arm: use gdb_get_reg helpersAlex Bennée1-11/+7
2020-03-17gdbstub: add helper for 128 bit registersAlex Bennée1-0/+13
2020-03-17gdbstub: move mem_buf to GDBState and use GByteArrayAlex Bennée1-21/+35
2020-03-17gdbstub: move str_buf to GDBState and use GStringAlex Bennée1-105/+90
2020-03-17gdbstub: stop passing GDBState * around and use globalAlex Bennée1-283/+278
2020-03-17gdbstub: make GDBState static and have common init functionAlex Bennée1-87/+81
2020-03-17travis.yml: Set G_MESSAGES_DEBUG do report GLib errorsPhilippe Mathieu-Daudé1-0/+1
2020-03-17tests/docker: Update VirGL to v0.8.0Philippe Mathieu-Daudé1-1/+1
2020-03-17tests/docker: Remove obsolete VirGL --with-glx configure optionPhilippe Mathieu-Daudé1-1/+1
2020-03-17tests/docker: Update VirGL git repository URLPhilippe Mathieu-Daudé1-1/+1
2020-03-17tests/docker: Install tools to cross-debug and build Linux kernelsPhilippe Mathieu-Daudé2-0/+6
2020-03-17hw/sd/ssi-sd: fix error handling in ssi_sd_realizeVladimir Sementsov-Ogievskiy1-2/+14
2020-03-17xen-block: Use one Error * variable instead of twoMarkus Armbruster1-6/+4
2020-03-17Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-mar-17-2020' ...Peter Maydell2-11/+15
2020-03-17hw/misc/ivshmem: Use one Error * variable instead of twoMarkus Armbruster1-4/+3
2020-03-17Use &error_abort instead of separate assert()Markus Armbruster3-14/+5
2020-03-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200317'...Peter Maydell15-36/+444
2020-03-17hw/arm: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé10-39/+40
2020-03-17hw/arm: Remove unnecessary memory_region_set_readonly() on ROM aliasPhilippe Mathieu-Daudé3-3/+0
2020-03-17hw/ppc/ppc405: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-4/+2
2020-03-17hw/arm/stm32: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2-6/+2
2020-03-17hw/char: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé1-3/+4
2020-03-17hw/riscv: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2-4/+4
2020-03-17hw/dma: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2-3/+3
2020-03-17hw/display: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé2-3/+4
2020-03-17hw/core: Let devices own the MemoryRegion they createPhilippe Mathieu-Daudé1-1/+2
2020-03-17scripts/cocci: Patch to let devices own their MemoryRegionsPhilippe Mathieu-Daudé1-0/+56
2020-03-17scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()Philippe Mathieu-Daudé1-0/+15