OSDN Git Service

qmiga/qemu.git
2020-03-18 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2020-03-18 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2020-03-18 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2020-03-18 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2020-03-17 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2020-03-17 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2020-03-17 Changbin Dugdbstub: Fix single-step issue by confirming 'vContSupp...
2020-03-17 Damien Heddegdbstub: do not split gdb_monitor_write payload
2020-03-17 Damien Heddegdbstub: change GDBState.last_packet to GByteArray
2020-03-17 Alex Bennéetests/tcg/aarch64: add test-sve-ioctl guest-debug test
2020-03-17 Alex Bennéetests/tcg/aarch64: add SVE iotcl test
2020-03-17 Alex Bennéetests/tcg/aarch64: add a gdbstub testcase for SVE registers
2020-03-17 Alex Bennéetests/guest-debug: add a simple test runner
2020-03-17 Alex Bennéeconfigure: allow user to specify what gdb to use
2020-03-17 Alex Bennéetests/tcg/aarch64: userspace system register test
2020-03-17 Alex Bennéetarget/arm: don't bother with id_aa64pfr0_read for...
2020-03-17 Alex Bennéetarget/arm: generate xml description of our SVE registers
2020-03-17 Alex Bennéetarget/arm: default SVE length to 64 bytes for linux...
2020-03-17 Alex Bennéetarget/arm: explicitly encode regnum in our XML
2020-03-17 Alex Bennéetarget/arm: prepare for multiple dynamic XMLs
2020-03-17 Alex Bennéegdbstub: extend GByteArray to read register helpers
2020-03-17 Alex Bennéetarget/i386: use gdb_get_reg helpers
2020-03-17 Alex Bennéetarget/m68k: use gdb_get_reg helpers
2020-03-17 Alex Bennéetarget/arm: use gdb_get_reg helpers
2020-03-17 Alex Bennéegdbstub: add helper for 128 bit registers
2020-03-17 Alex Bennéegdbstub: move mem_buf to GDBState and use GByteArray
2020-03-17 Alex Bennéegdbstub: move str_buf to GDBState and use GString
2020-03-17 Alex Bennéegdbstub: stop passing GDBState * around and use global
2020-03-17 Alex Bennéegdbstub: make GDBState static and have common init...
2020-03-17 Philippe Mathieu... travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
2020-03-17 Philippe Mathieu... tests/docker: Update VirGL to v0.8.0
2020-03-17 Philippe Mathieu... tests/docker: Remove obsolete VirGL --with-glx configur...
2020-03-17 Philippe Mathieu... tests/docker: Update VirGL git repository URL
2020-03-17 Philippe Mathieu... tests/docker: Install tools to cross-debug and build...
2020-03-17 Vladimir Sementsov... hw/sd/ssi-sd: fix error handling in ssi_sd_realize
2020-03-17 Markus Armbrusterxen-block: Use one Error * variable instead of two
2020-03-17 Peter MaydellMerge remote-tracking branch 'remotes/amarkovic/tags...
2020-03-17 Richard Hendersontcg: Remove tcg-runtime-gvec.c DO_CMP0
2020-03-17 Richard Hendersontcg: Tidy tcg-runtime-gvec.c DUP*
2020-03-17 Richard Hendersontcg: Tidy tcg-runtime-gvec.c types
2020-03-17 Richard Hendersontcg: Remove CONFIG_VECTOR16
2020-03-17 Richard Hendersontcg/i386: Bound shift count expanding sari_vec
2020-03-17 Markus Armbrusterhw/misc/ivshmem: Use one Error * variable instead of two
2020-03-17 Markus ArmbrusterUse &error_abort instead of separate assert()
2020-03-17 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2020-03-17 Philippe Mathieu... hw/arm: Let devices own the MemoryRegion they create
2020-03-17 Philippe Mathieu... hw/arm: Remove unnecessary memory_region_set_readonly...
2020-03-17 Philippe Mathieu... hw/ppc/ppc405: Use memory_region_init_rom() with read...
2020-03-17 Philippe Mathieu... hw/arm/stm32: Use memory_region_init_rom() with read...
2020-03-17 Philippe Mathieu... hw/char: Let devices own the MemoryRegion they create
2020-03-17 Philippe Mathieu... hw/riscv: Let devices own the MemoryRegion they create
2020-03-17 Philippe Mathieu... hw/dma: Let devices own the MemoryRegion they create
2020-03-17 Philippe Mathieu... hw/display: Let devices own the MemoryRegion they create
2020-03-17 Philippe Mathieu... hw/core: Let devices own the MemoryRegion they create
2020-03-17 Philippe Mathieu... scripts/cocci: Patch to let devices own their MemoryRegions
2020-03-17 Philippe Mathieu... scripts/cocci: Patch to remove unnecessary memory_regio...
2020-03-17 Philippe Mathieu... scripts/cocci: Patch to detect potential use of memory_...
2020-03-17 Philippe Mathieu... hw/sparc: Use memory_region_init_rom() with read-only...
2020-03-17 Philippe Mathieu... hw/sh4: Use memory_region_init_rom() with read-only...
2020-03-17 Philippe Mathieu... hw/riscv: Use memory_region_init_rom() with read-only...
2020-03-17 Philippe Mathieu... hw/ppc: Use memory_region_init_rom() with read-only...
2020-03-17 Philippe Mathieu... hw/pci-host: Use memory_region_init_rom() with read...
2020-03-17 Philippe Mathieu... hw/net: Use memory_region_init_rom() with read-only...
2020-03-17 Philippe Mathieu... hw/m68k: Use memory_region_init_rom() with read-only...
2020-03-17 Philippe Mathieu... hw/display: Use memory_region_init_rom() with read...
2020-03-17 Philippe Mathieu... hw/arm: Use memory_region_init_rom() with read-only...
2020-03-17 Philippe Mathieu... scripts/cocci: Patch to replace memory_region_init_...
2020-03-17 Philippe Mathieu... scripts/cocci: Rename memory-region-{init-ram -> housek...
2020-03-17 Philippe Mathieu... memory: Simplify memory_region_init_rom_nomigrate(...
2020-03-17 Philippe Mathieu... memory: Correctly return alias region type
2020-03-17 Stefan Hajnoczilockable: add QemuRecMutex support
2020-03-17 Stefan Hajnoczilockable: add lock guards
2020-03-17 Paolo Bonzinilockable: add QEMU_MAKE_LOCKABLE_NONNULL
2020-03-17 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2020-03-17 Aleksandar... MAINTAINERS: Add a file to the main MIPS section
2020-03-17 Aleksandar... MAINTAINERS: Adjust maintainer's email
2020-03-17 Aleksandar... MAINTAINERS: Adjust maintainer's status for some MIPS...
2020-03-17 Guenter Roeckhw/arm/pxa2xx: Do not wire up OHCI for PXA255
2020-03-17 Guenter Roeckaspeed/smc: Fix number of dummy cycles for FAST_READ_4...
2020-03-17 Guenter Roeckm25p80: Improve command handling for unsupported commands
2020-03-17 Guenter Roeckm25p80: Improve command handling for Jedec commands
2020-03-17 Guenter Roeckm25p80: Convert to support tracing
2020-03-17 Chen Qunhw/net/imx_fec: write TGSR and TCSR3 in imx_enet_write()
2020-03-17 Guenter Roeckhw/arm/fsl-imx6: Wire up USB controllers
2020-03-17 Guenter Roeckhw/arm/fsl-imx6ul: Wire up USB controllers
2020-03-17 Guenter Roeckhw/arm/fsl-imx6ul: Instantiate unimplemented pwm and...
2020-03-17 Guenter Roeckhw/arm/fsl-imx6ul: Fix USB interrupt numbers
2020-03-17 Guenter Roeckhw/usb: Add basic i.MX USB Phy support
2020-03-17 Peter MaydellMerge remote-tracking branch 'remotes/palmer/tags/riscv...
2020-03-17 Jason Andryukusb-serial: Fix timeout closing the device
2020-03-17 Jason Andryukusb-serial: Increase receive buffer to 496
2020-03-17 Jason Andryukusb-serial: chunk data to wMaxPacketSize
2020-03-17 Jason Andryukusb-serial: Move USB_TOKEN_IN into a helper function
2020-03-17 Alexey Kardashevskiypseries: Update SLOF firmware image
2020-03-17 Nicholas Pigginppc/spapr: Ignore common "ibm,nmi-interlock" Linux bug
2020-03-17 Nicholas Pigginppc/spapr: Implement FWNMI System Reset delivery
2020-03-17 Nicholas Piggintarget/ppc: allow ppc_cpu_do_system_reset to take an...
2020-03-17 Nicholas Pigginppc/spapr: Allow FWNMI on TCG
2020-03-17 Nicholas Pigginppc/spapr: Fix FWNMI machine check interrupt delivery
2020-03-17 Nicholas Pigginppc/spapr: Add FWNMI System Reset state
next