messages from 2020-03-16 16:57:41 to 2020-03-16 18:59:59 UTC [more...]
[PATCH v3 00/25] hw: Sanitize various MemoryRegion calls
2020-03-16 18:50 UTC (4+ messages)
` [PATCH v3 05/25] hw/arm: Use memory_region_init_rom() with read-only regions
` [PATCH v3 09/25] hw/pci-host: "
` [PATCH v3 20/25] hw/riscv: Let devices own the MemoryRegion they create
[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
[PATCH 00/11] accel: Allow targets to use Kconfig, disable semihosting by default
2020-03-16 18:34 UTC (9+ messages)
` [PATCH 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH 02/11] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH 07/11] accel/Kconfig: Add the TCG selector
` [PATCH 09/11] target/mips: Always enable CONFIG_SEMIHOSTING
[PATCH v2 0/8] FWNMI fixes / changes
2020-03-16 18:15 UTC (21+ messages)
` [PATCH v2 1/8] ppc/spapr: Fix FWNMI machine check failure handling
` [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
[PULL 0/1] Vga 20200316 patches
2020-03-16 18:16 UTC (2+ messages)
[PATCH v2 0/2] Fix MAP_SYNC support when host has older glibc version
2020-03-16 18:40 UTC (7+ messages)
` [PATCH v2 2/2] mmap-alloc: Include osdep.h before checking CONFIG_LINUX
[PATCH 0/2] gcc 9.2 strncpy(3) warnings fixes
2020-03-16 17:28 UTC (5+ messages)
` [PATCH 1/2] migration: avoid suspicious strncpy() use
` [PATCH 2/2] hw/rdma: "
[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 v3 00/34] Configurable policy for handling deprecated interfaces
2020-03-16 17:57 UTC (49+ messages)
` [PATCH v3 02/34] qapi: Belatedly update doc comment for @wait deprecation
` [PATCH v3 03/34] docs/devel/qapi-code-gen: Clarify allow-oob introspection
` [PATCH v3 04/34] docs/devel/qapi-code-gen: Document 'features' introspection
` [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 08/34] tests/test-qmp-event: Simplify test data setup
` [PATCH v3 09/34] tests/test-qmp-event: Use qobject_is_equal()
` [PATCH v3 10/34] tests/test-qmp-event: Check event is actually emitted
` [PATCH v3 11/34] qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
` [PATCH v3 13/34] qapi: Consistently put @features parameter right after @ifcond
` [PATCH v3 14/34] qapi/introspect: Rename *qlit* to reduce confusion
` [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 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 v1 00/28 for 5.0] testing and gdbstub
2020-03-16 18:27 UTC (30+ messages)
` [PATCH v1 01/28] tests/docker: Install tools to cross-debug and build Linux kernels
` [PATCH v1 02/28] tests/docker: Update VirGL git repository URL
` [PATCH v1 03/28] tests/docker: Remove obsolete VirGL --with-glx configure option
` [PATCH v1 04/28] tests/docker: Update VirGL to v0.8.0
` [PATCH v1 05/28] travis.yml: Set G_MESSAGES_DEBUG do report GLib errors
` [PATCH v1 06/28] gdbstub: make GDBState static and have common init function
` [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 10/28] gdbstub: add helper for 128 bit registers
` [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 19/28] target/arm: don't bother with id_aa64pfr0_read for USER_ONLY
` [PATCH v1 20/28] tests/tcg/aarch64: userspace system register test
` [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 25/28] tests/tcg/aarch64: add test-sve-ioctl guest-debug 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 v1 28/28] gdbstub: Fix single-step issue by confirming 'vContSupported+' feature to gdb
[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 (3+ messages)
` [Bug 1866870] "
[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
2020-03-16 17:11 UTC (21+ messages)
` [PATCH v3 01/19] target/arm: Rename KVM set_feature() as kvm_set_feature()
` [PATCH v3 02/19] target/arm: Make set_feature() available for other files
` [PATCH v3 04/19] target/arm: Restric the Address Translate operations to TCG accel
` [PATCH v3 05/19] target/arm: Restrict Virtualization Host Extensions instructions to TCG
` [PATCH v3 06/19] target/arm: Move Makefile variable restricted to CONFIG_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 16/19] target/arm: Do not build TCG objects when TCG is off
` [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 v3 19/19] .travis.yml: Add a KVM-only Aarch64 job
[PATCH v3 0/4] linux-user: generate syscall_nr.h from linux unistd.h
2020-03-16 16:45 UTC (4+ messages)
` [PATCH v3 1/4] scripts: add a script to generate syscall_nr.h
[PATCH v2] MAINTAINERS: Add an entry for the HVF accelerator
2020-03-16 17:18 UTC
[PULL 00/38] Linux user for 5.0 patches
2020-03-16 16:15 UTC (39+ messages)
` [PULL 01/38] target/i386: Renumber EXCP_SYSCALL
` [PULL 02/38] linux-user/i386: Split out gen_signal
` [PULL 03/38] linux-user/i386: Emulate x86_64 vsyscalls
` [PULL 04/38] linux-user: Add x86_64 vsyscall page to /proc/self/maps
` [PULL 05/38] linux-user: Flush out implementation of gettimeofday
` [PULL 06/38] linux-user: Add AT_EXECFN auxval
` [PULL 07/38] linux-user: do prlimit selectively
` [PULL 08/38] linux-user: fix socket() strace
` [PULL 09/38] linux-user: Update TASK_UNMAPPED_BASE for aarch64
` [PULL 10/38] linux-user: Protect more syscalls
` [PULL 11/38] linux-user/syscall: Add support for clock_gettime64/clock_settime64
` [PULL 12/38] linux-user: Support futex_time64
` [PULL 13/38] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel
` [PULL 14/38] linux-user: introduce parameters to generate syscall_nr.h
` [PULL 15/38] linux-user, alpha: add syscall table generation support
` [PULL 16/38] linux-user, hppa: "
` [PULL 17/38] linux-user, m68k: "
` [PULL 18/38] linux-user, xtensa: "
` [PULL 19/38] linux-user, sh4: "
` [PULL 20/38] linux-user, microblaze: "
` [PULL 21/38] linux-user, arm: "
` [PULL 22/38] linux-user, ppc: "
` [PULL 23/38] linux-user, s390x: remove syscall definitions for !TARGET_S390X
` [PULL 24/38] linux-user, s390x: add syscall table generation support
` [PULL 25/38] linux-user, sparc, sparc64: "
` [PULL 26/38] linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctl
` [PULL 27/38] linux-user, i386: add syscall table generation support
` [PULL 28/38] linux-user, x86_64: "
` [PULL 29/38] linux-user, mips: "
` [PULL 30/38] linux-user, mips64: "
` [PULL 31/38] linux-user, scripts: add a script to update syscall.tbl
` [PULL 32/38] linux-user: update syscall.tbl from linux 0bf999f9c5e7
` [PULL 33/38] linux-user,mips: move content of mips_syscall_args
` [PULL 34/38] linux-user,mips: update syscall-args-o32.c.inc
` [PULL 35/38] scripts: add a script to generate syscall_nr.h
` [PULL 36/38] linux-user, aarch64: sync syscall numbers with kernel v5.5
` [PULL 37/38] linux-user, nios2: "
` [PULL 38/38] linux-user, openrisc: "
[PATCH 0/2] zero pointer after bdrv_unref_child
2020-03-16 17:37 UTC (4+ messages)
` [PATCH 1/2] block: bdrv_set_backing_bs: fix use-after-free
[PULL 00/31] Block patches
2020-03-16 16:42 UTC (3+ messages)
` [PULL 04/31] util/async: make bh_aio_poll() O(1)
[PATCH RESEND v2] block/nvme: introduce PMR support from NVMe 1.4 spec
2020-03-16 17:10 UTC (8+ messages)
[PATCH v9 00/15] s390x: Protected Virtualization support
2020-03-16 16:33 UTC (7+ messages)
` [PATCH v9 03/15] s390x: protvirt: Add migration blocker
` [PATCH v9] s390x: protvirt: Fence huge pages
[PATCH qemu] spapr/rtas: Reserve space for RTAS blob and log
2020-03-16 16:10 UTC (2+ messages)
[PATCH] hw/arm/fsl-imx7: Instantiate apbh_dma and ocotp as unimplemented devices
2020-03-16 15:39 UTC (2+ messages)
[PATCH 0/5] QEMU Gating CI
2020-03-16 15:38 UTC (11+ messages)
[PATCH] hw/arm/pxa2xx: Do not wire up OHCI for PXA255
2020-03-16 16:01 UTC (3+ messages)
[PATCH 0/3] MAINTAINERS: Adjust MIPS items
2020-03-16 16:52 UTC (3+ messages)
` [PATCH 1/3] MAINTAINERS: Adjust maintainer's status for some "
[PATCH v2 1/4] m25p80: Convert to support tracing
2020-03-16 15:29 UTC (6+ messages)
[PATCH v6 0/4] qcow2: Implement zstd cluster compression method
2020-03-16 15:57 UTC (4+ messages)
` [PATCH v6 3/4] qcow2: add zstd cluster compression
[PATCH v7 00/11] error: auto propagated local_err part I
2020-03-16 14:40 UTC (4+ messages)
[PATCH v6 00/42] nvme: support NVMe v1.3d, SGLs and multiple namespaces
2020-03-16 14:29 UTC (21+ messages)
` [PATCH v6 11/42] nvme: add temperature threshold feature
` [PATCH v6 17/42] nvme: add log specific field to trace events
` [PATCH v6 21/42] nvme: bump supported version to v1.3
` [PATCH v6 22/42] nvme: memset preallocated requests structures
` [PATCH v6 24/42] nvme: remove redundant has_sg member
` [PATCH v6 25/42] nvme: refactor dma read/write
` [PATCH v6 27/42] nvme: add request mapping helper
` [PATCH v6 29/42] nvme: refactor request bounds checking
` [PATCH v6 30/42] nvme: add check for mdts
` [PATCH v6 31/42] nvme: add check for prinfo
` [PATCH v6 33/42] nvme: use preallocated qsg/iov in nvme_dma_prp
` [PATCH v6 34/42] pci: pass along the return value of dma_memory_rw
` [PATCH v6 35/42] nvme: handle dma errors
` [PATCH v6 36/42] nvme: add support for scatter gather lists
` [PATCH v6 37/42] nvme: refactor identify active namespace id list
` [PATCH v6 38/42] nvme: support multiple namespaces
` [PATCH v6 39/42] pci: allocate pci id for nvme
` [PATCH v6 40/42] nvme: change controller pci id
` [PATCH v6 41/42] nvme: remove redundant NvmeCmd pointer parameter
` [PATCH v6 42/42] nvme: make lba data size configurable
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).