messages from 2020-03-16 18:04:37 to 2020-03-16 21:49:04 UTC [more...]
[PULL 00/61] Misc patches for soft freeze
2020-03-16 21:27 UTC (34+ messages)
` [PULL 01/61] scsi/qemu-pr-helper: Fix out-of-bounds access to trnptid_list[]
` [PULL 02/61] optionrom/pvh: scan entire RSDP Area
` [PULL 03/61] misc: Replace zero-length arrays with flexible array member (automatic)
` [PULL 04/61] misc: Replace zero-length arrays with flexible array member (manual)
` [PULL 05/61] configure: add configure option avx512f_opt
` [PULL 06/61] util: add util function buffer_zero_avx512()
` [PULL 07/61] WHPX: TSC get and set should be dependent on VM state
` [PULL 08/61] WHPX: Use QEMU values for trapped CPUID
` [PULL 09/61] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
` [PULL 10/61] hw/i386/intel_iommu: Fix out-of-bounds access on guest IRT
` [PULL 11/61] oslib-posix: initialize mutex and condition variable
` [PULL 12/61] build-sys: do not make qemu-ga link with pixman
` [PULL 13/61] modules: load modules from versioned /var/run dir
` [PULL 14/61] configure: Fix building with SASL on Windows
` [PULL 15/61] tests/docker: Install SASL library to extend code coverage on amd64
` [PULL 16/61] memory: Fix start offset for bitmap log_clear hook
` [PULL 17/61] qom/object: enable setter for uint types
` [PULL 18/61] ich9: fix getter type for sci_int property
` [PULL 19/61] ich9: Simplify ich9_lpc_initfn
` [PULL 20/61] qom/object: Use common get/set uint helpers
` [PULL 21/61] i386: Fix GCC warning with snprintf when HAX is enabled
` [PULL 23/61] Makefile: Align 'help' target output
` [PULL 24/61] Makefile: Let the 'help' target list the tools targets
` [PULL 25/61] hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bss
` [PULL 26/61] hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB
` [PULL 27/61] hw/usb/quirks: Use smaller types to reduce .rodata by 10KiB
` [PULL 31/61] softmmu/vl.c: Handle '-cpu help' and '-device help' before 'no default machine'
` [PULL 33/61] exec/rom_reset: Free rom data during inmigrate skip
` [PULL 34/61] cpus: avoid pause_all_vcpus getting stuck due to race
` [PULL 36/61] lockable: add QemuRecMutex support
` [PULL 38/61] memory: Simplify memory_region_init_rom_nomigrate() to ease review
` [PULL 42/61] hw/display: Use memory_region_init_rom() with read-only regions
` [PULL 45/61] hw/pci-host: "
[PATCH v1 00/28 for 5.0] testing and gdbstub
2020-03-16 21:26 UTC (22+ messages)
` [PATCH v1 02/28] tests/docker: Update VirGL git repository URL
` [PATCH v1 05/28] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
` [PATCH v1 07/28] gdbstub: stop passing GDBState * around and use global
` [PATCH v1 08/28] gdbstub: move str_buf to GDBState and use GString
` [PATCH v1 09/28] gdbstub: move mem_buf to GDBState and use GByteArray
` [PATCH v1 11/28] target/arm: use gdb_get_reg helpers
` [PATCH v1 12/28] target/m68k: "
` [PATCH v1 13/28] target/i386: "
` [PATCH v1 14/28] gdbstub: extend GByteArray to read register helpers
` [PATCH v1 15/28] target/arm: prepare for multiple dynamic XMLs
` [PATCH v1 16/28] target/arm: explicitly encode regnum in our XML
` [PATCH v1 17/28] target/arm: default SVE length to 64 bytes for linux-user
` [PATCH v1 18/28] target/arm: generate xml description of our SVE registers
` [PATCH v1 21/28] configure: allow user to specify what gdb to use
` [PATCH v1 22/28] tests/guest-debug: add a simple test runner
` [PATCH v1 23/28] tests/tcg/aarch64: add a gdbstub testcase for SVE registers
` [PATCH v1 24/28] tests/tcg/aarch64: add SVE iotcl test
` [PATCH v1 26/28] gdbstub: change GDBState.last_packet to GByteArray
` [PATCH v1 27/28] gdbstub: do not split gdb_monitor_write payload
[PATCH] scsi/qemu-pr-helper: Fix out-of-bounds access to trnptid_list[]
2020-03-16 21:06 UTC (2+ messages)
[PATCH] Enable strace for TARGET_NR_llseek
2020-03-16 20:52 UTC
[PATCH v3 0/4] linux-user: generate syscall_nr.h from linux unistd.h
2020-03-16 20:20 UTC (6+ messages)
` [PATCH v3 1/4] scripts: add a script to generate syscall_nr.h
[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
2020-03-16 20:17 UTC (36+ messages)
` [PATCH v3 01/19] target/arm: Rename KVM set_feature() as kvm_set_feature()
` [PATCH v3 03/19] target/arm: Restrict DC-CVAP instruction to TCG accel
` [PATCH v3 04/19] target/arm: Restric the Address Translate operations "
` [PATCH v3 05/19] target/arm: Restrict Virtualization Host Extensions instructions to TCG
` [PATCH v3 07/19] target/arm: Make cpu_register() available for other files
` [PATCH v3 08/19] target/arm: Add semihosting stub to allow building without TCG
` [PATCH v3 09/19] target/arm: Move ARM_V7M Kconfig from hw/ to target/
` [PATCH v3 10/19] target/arm: Restrict ARMv4 cpus to TCG accel
` [PATCH v3 11/19] target/arm: Restrict ARMv5 "
` [PATCH v3 12/19] target/arm: Restrict ARMv6 "
` [PATCH v3 13/19] target/arm: Restrict ARMv7 R-profile "
` [PATCH v3 14/19] target/arm: Restrict ARMv7 M-profile "
` [PATCH v3 15/19] target/arm: Make m_helper.c optional via CONFIG_ARM_V7M
` [PATCH v3 17/19] hw/arm: Automatically select the 'virt' machine on KVM
` [PATCH v3 18/19] hw/arm: Do not build to 'virt' machine on Xen
[PATCH 0/3] iotests: Fix intermittent 030 hang
2020-03-16 19:58 UTC (7+ messages)
` [PATCH 1/3] iotests.py: Enable faulthandler
` [PATCH 2/3] python/qemu: Kill QEMU process if 'quit' doesn't work
` [PATCH 3/3] iotests: Increase pause_wait() timeout
[PATCH v3 00/25] hw: Sanitize various MemoryRegion calls
2020-03-16 19:50 UTC (28+ messages)
` [PATCH v3 01/25] memory: Correctly return alias region type
` [PATCH v3 02/25] memory: Simplify memory_region_init_rom_nomigrate() to ease review
` [PATCH v3 03/25] scripts/cocci: Rename memory-region-{init-ram -> housekeeping}
` [PATCH v3 04/25] scripts/cocci: Patch to replace memory_region_init_{ram, readonly -> rom}
` [PATCH v3 05/25] hw/arm: Use memory_region_init_rom() with read-only regions
` [PATCH v3 06/25] hw/display: "
` [PATCH v3 07/25] hw/m68k: "
` [PATCH v3 08/25] hw/net: "
` [PATCH v3 09/25] hw/pci-host: "
` [PATCH v3 10/25] hw/ppc: "
` [PATCH v3 11/25] hw/riscv: "
` [PATCH v3 12/25] hw/sh4: "
` [PATCH v3 13/25] hw/sparc: "
` [PATCH v3 14/25] scripts/cocci: Patch to detect potential use of memory_region_init_rom
` [PATCH v3 15/25] scripts/cocci: Patch to remove unnecessary memory_region_set_readonly()
` [PATCH v3 16/25] scripts/cocci: Patch to let devices own their MemoryRegions
` [PATCH v3 17/25] hw/core: Let devices own the MemoryRegion they create
` [PATCH v3 18/25] hw/display: "
` [PATCH v3 19/25] hw/dma: "
` [PATCH v3 20/25] hw/riscv: "
` [PATCH v3 21/25] hw/char: "
` [PATCH v3 22/25] hw/arm/stm32: Use memory_region_init_rom() with read-only regions
` [PATCH v3 23/25] hw/ppc/ppc405: "
` [PATCH v3 24/25] hw/arm: Remove unnecessary memory_region_set_readonly() on ROM alias
` [PATCH v3 25/25] hw/arm: Let devices own the MemoryRegion they create
[PATCH v9 02/15] s390x: protvirt: Support unpack facility
2020-03-16 19:42 UTC (10+ messages)
` [PATCH v9] fixup! Fix subcode/pbt
[PATCH v6 00/42] nvme: support NVMe v1.3d, SGLs and multiple namespaces
2020-03-16 19:30 UTC (2+ messages)
[PATCH v13 Kernel 0/7] KABIs to support migration for VFIO devices
2020-03-16 19:25 UTC (5+ messages)
` [PATCH v13 Kernel 4/7] vfio iommu: Implementation of ioctl to for dirty pages tracking
[PATCH v2 0/2] Fix MAP_SYNC support when host has older glibc version
2020-03-16 19:20 UTC (9+ messages)
` [PATCH v2 2/2] mmap-alloc: Include osdep.h before checking CONFIG_LINUX
[PULL 00/38] Linux user for 5.0 patches
2020-03-16 19:17 UTC (12+ messages)
` [PULL 05/38] linux-user: Flush out implementation of gettimeofday
` [PULL 12/38] linux-user: Support futex_time64
` [PULL 18/38] linux-user, xtensa: add syscall table generation support
` [PULL 19/38] linux-user, sh4: "
` [PULL 22/38] linux-user, ppc: "
` [PULL 24/38] linux-user, s390x: "
` [PULL 27/38] linux-user, i386: "
` [PULL 30/38] linux-user, mips64: "
` [PULL 34/38] linux-user,mips: update syscall-args-o32.c.inc
` [PULL 37/38] linux-user, nios2: sync syscall numbers with kernel v5.5
[PATCH] hw/arm/fsl-imx7: Instantiate apbh_dma and ocotp as unimplemented devices
2020-03-16 19:21 UTC (3+ messages)
[PATCH v2 00/12] user-mode: Prune build dependencies (part 1)
2020-03-16 18:57 UTC (3+ messages)
` [PATCH v2 01/12] Makefile: Only build virtiofsd if system-mode is enabled
[PATCH 00/11] accel: Allow targets to use Kconfig, disable semihosting by default
2020-03-16 18:37 UTC (19+ messages)
` [PATCH 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH 02/11] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH 05/11] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH 06/11] accel/Kconfig: Extract accel selectors into their own config
` [PATCH 07/11] accel/Kconfig: Add the TCG selector
` [PATCH 08/11] target/Kconfig: Allow targets to use Kconfig
` [PATCH 09/11] target/mips: Always enable CONFIG_SEMIHOSTING
` [PATCH 10/11] target/arm: "
` [PATCH 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it
[PATCH] qemu-deprecated: Remove text about Python 2
2020-03-16 18:16 UTC (8+ messages)
[PATCH v3 00/34] Configurable policy for handling deprecated interfaces
2020-03-16 18:34 UTC (38+ messages)
` [PATCH v3 01/34] qemu-doc: Belatedly document QMP command arg & result deprecation
` [PATCH v3 05/34] tests/test-qmp-cmds: Factor out qmp_dispatch() test helpers
` [PATCH v3 06/34] tests/test-qmp-cmds: Check responses more thoroughly
` [PATCH v3 11/34] qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
` [PATCH v3 12/34] qapi: Add feature flags to remaining definitions
` [PATCH v3 13/34] qapi: Consistently put @features parameter right after @ifcond
` [PATCH v3 15/34] qapi/introspect: Factor out _make_tree()
` [PATCH v3 17/34] qapi/schema: Reorder classes so related ones are together
` [PATCH v3 18/34] qapi/schema: Rename QAPISchemaObjectType{Variant, Variants}
` [PATCH v3 19/34] qapi/schema: Call QAPIDoc.connect_member() in just one place
` [PATCH v3 20/34] qapi: Add feature flags to struct members
` [PATCH v3 21/34] qapi: Inline do_qmp_dispatch() into qmp_dispatch()
` [PATCH v3 22/34] qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP
` [PATCH v3 23/34] qapi: Simplify how qmp_dispatch() gets the request ID
` [PATCH v3 24/34] qapi: Replace qmp_dispatch()'s TODO comment by an explanation
` [PATCH v3 27/34] qemu-options: New -compat to set policy for deprecated interfaces
` [PATCH v3 28/34] qapi: Implement deprecated-output=hide for QMP command results
[PATCH 0/2] gcc 9.2 strncpy(3) warnings fixes
2020-03-16 18:15 UTC (7+ messages)
` [PATCH 1/2] migration: avoid suspicious strncpy() use
` [PATCH 2/2] hw/rdma: "
[PATCH v3 0/2] net: tulip: add checks to avoid OOB access
2020-03-16 18:01 UTC (4+ messages)
` [PATCH v3 2/2] net: tulip: add .can_recieve routine
[PATCH 0/2] zero pointer after bdrv_unref_child
2020-03-16 17:48 UTC (6+ messages)
` [PATCH 1/2] block: bdrv_set_backing_bs: fix use-after-free
` [PATCH 2/2] block/qcow2: zero data_file child after free
[PATCH v2 0/8] FWNMI fixes / changes
2020-03-16 18:15 UTC (20+ messages)
` [PATCH v2 2/8] ppc/spapr: Change FWNMI names
` [PATCH v2 3/8] ppc/spapr: Add FWNMI System Reset state
` [PATCH v2 4/8] ppc/spapr: Fix FWNMI machine check interrupt delivery
` [PATCH v2 5/8] ppc/spapr: Allow FWNMI on TCG
` [PATCH v2 6/8] target/ppc: allow ppc_cpu_do_system_reset to take an alternate vector
` [PATCH v2 7/8] ppc/spapr: Implement FWNMI System Reset delivery
[PATCH v2 0/9] user-mode: Prune build dependencies (part 3)
2020-03-16 18:56 UTC (5+ messages)
` [PATCH v2 2/9] hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()
` [PATCH v2 8/9] hw/core: Add qdev stub for user-mode
[PULL 0/1] Vga 20200316 patches
2020-03-16 18:16 UTC (2+ messages)
[PATCH v2 0/4] usb-serial: xHCI and timeout fixes
2020-03-16 17:46 UTC (5+ messages)
` [PATCH v2 1/4] usb-serial: Move USB_TOKEN_IN into a helper function
` [PATCH v2 2/4] usb-serial: chunk data to wMaxPacketSize
` [PATCH v2 3/4] usb-serial: Increase receive buffer to 496
` [PATCH v2 4/4] usb-serial: Fix timeout closing the device
[PATCH v5 00/60] target/riscv: support vector extension v0.7.1
2020-03-16 17:42 UTC (5+ messages)
` [PATCH v5 57/60] target/riscv: vector slide instructions
[PATCH V2] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
2020-03-16 18:14 UTC (14+ messages)
[PATCH v6/v7 RESEND] qmp: constify QmpCommand and list
2020-03-16 17:18 UTC
[PATCH v4] python/qemu/qmp.py: QMP debug with VM label
2020-03-16 17:11 UTC (2+ messages)
[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
2020-03-16 18:06 UTC (2+ messages)
` [Bug 1866870] "
[PATCH v2] MAINTAINERS: Add an entry for the HVF accelerator
2020-03-16 17:18 UTC
[PULL 00/31] Block patches
2020-03-16 16:42 UTC (3+ messages)
` [PULL 04/31] util/async: make bh_aio_poll() O(1)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).