qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-28 03:43:12 to 2021-10-28 17:58:52 UTC [more...]

[PATCH 00/24] bsd-user: arm (32-bit) support
 2021-10-28 17:57 UTC  (51+ messages)
` [PATCH 01/24] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
` [PATCH 02/24] bsd-user/arm/target_syscall.h: Add copyright and update name
` [PATCH 03/24] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
` [PATCH 04/24] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
` [PATCH 05/24] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
` [PATCH 06/24] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
` [PATCH 07/24] bsd-user/arm/target_arch_cpu.h: Implment trivial EXCP exceptions
` [PATCH 08/24] bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
` [PATCH 09/24] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
` [PATCH 10/24] bsd-user/arm/target_arch_reg.h: Implement core dump register copying
` [PATCH 11/24] bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
` [PATCH 12/24] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
` [PATCH 13/24] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PATCH 14/24] bsd-user/arm/target_arch_elf.h: arm defines for ELF
` [PATCH 15/24] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PATCH 16/24] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
` [PATCH 17/24] bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
` [PATCH 18/24] bsd-user/arm/target_arch_signal.h: arm machine context for signals
` [PATCH 19/24] bsd-user/arm/target_arch_signal.h: arm user context and trapframe "
` [PATCH 20/24] bsd-user/arm/target_arch_signal.h: arm set_sigtramp_args
` [PATCH 21/24] bsd-user/arm/target_arch_signal.h: arm get_mcontext
` [PATCH 22/24] bsd-user/arm/target_arch_signal.h: arm set_mcontext

[PATCH] tests/qtest/virtio-net: fix hotplug test case
 2021-10-28 17:30 UTC 

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-10-28 17:27 UTC  (21+ messages)
` [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms
  ` Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)

[PATCH v3 00/19] monitor: explicitly permit QMP commands to be added for all use cases
 2021-10-28 17:13 UTC  (10+ messages)
` [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP
` [PATCH v3 04/19] docs/devel: add example of command returning unstructured text
` [PATCH v3 05/19] docs/devel: document expectations for HMP commands in the future

[PATCH v1 00/28] testing, plugins and gdbstub for 6.2
 2021-10-28 17:09 UTC  (6+ messages)
` [PATCH v1 25/28] plugins: add helper functions for coverage plugins

[PATCH v4 00/22] monitor: explicitly permit QMP commands to be added for all use cases
 2021-10-28 17:09 UTC  (34+ messages)
` [PATCH v4 01/22] monitor: remove 'info ioapic' HMP command
` [PATCH v4 02/22] monitor: make hmp_handle_error return a boolean
` [PATCH v4 03/22] docs/devel: rename file for writing monitor commands
` [PATCH v4 04/22] docs/devel: tweak headings in monitor command docs
` [PATCH v4 05/22] docs/devel: update error handling guidance for HMP commands
` [PATCH v4 06/22] monitor: introduce HumanReadableText and HMP support
` [PATCH v4 07/22] docs/devel: document expectations for QAPI data modelling for QMP
` [PATCH v4 08/22] docs/devel: add example of command returning unstructured text
` [PATCH v4 09/22] docs/devel: document expectations for HMP commands in the future
` [PATCH v4 10/22] qapi: introduce x-query-roms QMP command
` [PATCH v4 11/22] qapi: introduce x-query-profile "
` [PATCH v4 12/22] qapi: introduce x-query-numa "
` [PATCH v4 13/22] qapi: introduce x-query-usb "
` [PATCH v4 14/22] qapi: introduce x-query-rdma "
` [PATCH v4 15/22] qapi: introduce x-query-ramblock "
` [PATCH v4 16/22] qapi: introduce x-query-skeys "
` [PATCH v4 17/22] qapi: introduce x-query-cmma "
` [PATCH v4 18/22] hmp: synchronize cpu state for lapic info
` [PATCH v4 19/22] qapi: introduce x-query-lapic QMP command
` [PATCH v4 20/22] qapi: introduce x-query-irq "
` [PATCH v4 21/22] qapi: introduce x-query-jit "
` [PATCH v4 22/22] qapi: introduce x-query-opcount "

[PULL 00/18] riscv-to-apply queue
 2021-10-28 16:54 UTC  (23+ messages)
` [PULL 01/18] hw/riscv: virt: Don't use a macro for the PLIC configuration
` [PULL 02/18] hw/riscv: boot: Add a PLIC config string function
` [PULL 03/18] hw/riscv: sifive_u: Use the PLIC config helper function
` [PULL 04/18] hw/riscv: microchip_pfsoc: "
` [PULL 05/18] hw/riscv: virt: "
` [PULL 06/18] hw/riscv: opentitan: Fixup the PLIC context addresses
` [PULL 07/18] target/riscv: Add J-extension into RISC-V
` [PULL 08/18] target/riscv: Add CSR defines for RISC-V PM extension
` [PULL 09/18] target/riscv: Support CSRs required for RISC-V PM extension except for the h-mode
` [PULL 10/18] target/riscv: Add J extension state description
` [PULL 11/18] target/riscv: Print new PM CSRs in QEMU logs
` [PULL 12/18] target/riscv: Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PULL 13/18] target/riscv: Implement address masking functions required for RISC-V Pointer Masking extension
` [PULL 14/18] target/riscv: Allow experimental J-ext to be turned on
` [PULL 15/18] softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
` [PULL 16/18] target/riscv: change the api for RVF/RVD fmin/fmax
` [PULL 17/18] target/riscv: fix VS interrupts forwarding to HS
` [PULL 18/18] target/riscv: remove force HS exception

[PULL 0/4] Monitor patches patches for 2021-10-28
 2021-10-28 16:44 UTC  (6+ messages)
` [PULL 1/4] monitor/hmp: add support for flag argument with value
` [PULL 2/4] qapi/monitor: refactor set/expire_password with enums
` [PULL 3/4] qapi/monitor: allow VNC display id in set/expire_password
` [PULL 4/4] qapi/monitor: only allow 'keep' SetPasswordAction for VNC and deprecate

[PATCH v2 00/15] python/iotests: Run iotest linters during Python CI
 2021-10-28 16:27 UTC  (11+ messages)
` [PATCH v2 11/15] iotests: split linters.py out from 297
` [PATCH v2 12/15] iotests/linters: Add entry point for linting via Python CI

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-28 16:25 UTC  (24+ messages)

[PATCH v2 0/5] pci/iommu: Fail early if vfio-pci detected before vIOMMU
 2021-10-28 16:11 UTC  (13+ messages)
` [PATCH v2 1/5] pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fn
` [PATCH v2 2/5] pci: Export pci_for_each_device_under_bus*()
` [PATCH v2 3/5] qom: object_child_foreach_recursive_type()
` [PATCH v2 4/5] pci: Add pci_for_each_root_bus()
` [PATCH v2 5/5] pc/q35: Add pre-plug hook for x86-iommu

[PATCH 0/2] Replace custom test harness with "meson test"
 2021-10-28 16:05 UTC  (4+ messages)
` [PATCH 1/2] meson: bump submodule to 0.59.3
` [PATCH 2/2] build: use "meson test" as the test harness

[PATCH v6 00/12] target/hexagon: introduce idef-parser
 2021-10-28 15:56 UTC  (13+ messages)
` [PATCH v6 07/12] target/hexagon: prepare input for the idef-parser
` [PATCH v6 08/12] target/hexagon: import lexer for idef-parser
` [PATCH v6 09/12] target/hexagon: import parser "

[PATCH v4 00/25] block layer: split block APIs in global state and I/O
 2021-10-28 15:49 UTC  (6+ messages)
` [PATCH v4 14/25] include/systemu/blockdev.h: global state API

[PATCH v5 0/8] Switch iotests to using Async QMP
 2021-10-28 15:35 UTC  (8+ messages)
` [PATCH v5 2/8] python/machine: Handle QMP errors on close more meticulously

[PATCH v3] migration/rdma: Fix out of order wrid
 2021-10-28 15:17 UTC  (2+ messages)

[PATCH v4 0/2] hw/core/machine: Add an unit test for smp_parse
 2021-10-28 15:09 UTC  (3+ messages)
` [PATCH v4 1/2] hw/core/machine: Split out the smp parsing code
` [PATCH v4 2/2] tests/unit: Add an unit test for smp parsing

[PATCH 0/4] hw/core: Restrict qdev-hotplug to sysemu
 2021-10-28 15:05 UTC  (5+ messages)
` [PATCH 1/4] hw/core: Restrict sysemu specific files
` [PATCH 2/4] hw/core: Declare meson source set
` [PATCH 3/4] hw/core: Extract hotplug-related functions to qdev-hotplug.c
` [PATCH 4/4] hw/core: Restrict hotplug to system emulation

[PULL 00/56] tcg patch queue
 2021-10-28 14:51 UTC  (2+ messages)

Possible reward for fuzzer bug fixes? Secure Open Source Rewards Program
 2021-10-28 14:48 UTC 

[PATCH v3 0/2] hw/core/machine: Add an unit test for smp_parse
 2021-10-28 14:44 UTC  (3+ messages)

[PATCH] nbd/server: Advertise MULTI_CONN for shared writable exports
 2021-10-28 14:37 UTC  (2+ messages)

[PATCH v2 00/32] target/mips: Fully convert MSA opcodes to decodetree
 2021-10-28 13:40 UTC  (13+ messages)
` [PATCH v2 10/32] target/mips: Convert MSA BIT instruction format "
` [PATCH v2 11/32] target/mips: Convert MSA SHF opcode "
` [PATCH v2 18/32] target/mips: Convert MSA 3RF instruction format to decodetree (DF_HALF)
` [PATCH v2 21/32] target/mips: Convert MSA 3R instruction format to decodetree (part 2/4)

[PATCH v5 1/2] vhost-user: fix VirtQ notifier cleanup
 2021-10-28 12:57 UTC  (2+ messages)

[RFC PATCH v2] hw/nvme:Adding Support for namespace management
 2021-10-28 12:43 UTC  (2+ messages)

[PULL 0/8] 9p queue 2021-10-27
 2021-10-28 12:03 UTC  (4+ messages)

[PATCH 0/4] Some watchpoint-related patches
 2021-10-28 11:48 UTC  (5+ messages)
` [PATCH 1/4] softmmu: fix watchpoint processing in icount mode
` [PATCH 2/4] softmmu: remove useless condition in watchpoint check
` [PATCH 3/4] softmmu: fix for "after access" watchpoints
` [PATCH 4/4] icount: preserve cflags when custom tb is about to execute

[PATCH v2] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-10-28 11:32 UTC  (3+ messages)

[PATCH v2 0/9] Configurable policy for handling unstable interfaces
 2021-10-28 10:25 UTC  (10+ messages)
` [PATCH v2 1/9] qapi: New special feature flag "unstable"
` [PATCH v2 2/9] qapi: Mark unstable QMP parts with feature 'unstable'
` [PATCH v2 3/9] qapi: Eliminate QCO_NO_OPTIONS for a slight simplification
` [PATCH v2 4/9] qapi: Tools for sets of special feature flags in generated code
` [PATCH v2 5/9] qapi: Generalize struct member policy checking
` [PATCH v2 6/9] qapi: Generalize command "
` [PATCH v2 7/9] qapi: Generalize enum member "
` [PATCH v2 8/9] qapi: Factor out compat_policy_input_ok()
` [PATCH v2 9/9] qapi: Extend -compat to set policy for unstable interfaces

[PATCH v3 0/4] qemu-img compare --stat
 2021-10-28 10:24 UTC  (5+ messages)
` [PATCH v3 1/4] qemu-img: implement "
` [PATCH v3 2/4] qemu-img: make --block-size optional for "
` [PATCH v3 3/4] qemu-img: add --shallow option for qemu-img compare
` [PATCH v3 4/4] iotests: add qemu-img-compare-stat test

[PATCH v2 0/4] qemu-img compare --stat
 2021-10-28 10:04 UTC  (4+ messages)
` [PATCH v2 2/4] qemu-img: make --block-size optional for "

[PATCH V5 0/3] net/filter: Optimize filters vnet_hdr support
 2021-10-28  9:05 UTC  (4+ messages)
` [PATCH V5 1/3] net/filter: Optimize transfer protocol for filter-mirror/redirector
` [PATCH V5 2/3] net/filter: Optimize transfer protocol for filter-rewriter
` [PATCH V5 3/3] net/colo-compare.c: Optimize transfer protocol for colo-compare

[PATCH v8 0/8] hmp,qmp: Add commands to introspect virtio devices
 2021-10-28  9:04 UTC  (9+ messages)
` [PATCH v8 5/8] qmp: decode feature & status bits in virtio-status
` [PATCH v8 0/8] hmp, qmp: Add commands to introspect virtio devices

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-10-28  9:00 UTC  (5+ messages)

[PATCH v2] vhost-vdpa: Set discarding of RAM broken when initializing the backend
 2021-10-28  8:45 UTC  (2+ messages)

[PATCH v4 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-10-28  8:41 UTC  (7+ messages)
` [PATCH v4 1/2] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot

[PATCH 0/9] Configurable policy for handling unstable interfaces
 2021-10-28  8:36 UTC  (6+ messages)
` [PATCH 1/9] qapi: New special feature flag "unstable"

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2021-10-28  8:14 UTC  (7+ messages)

[PATCH v2] failover: specify an alternate MAC address
 2021-10-28  5:43 UTC  (2+ messages)

[PATCH] monitor: Fix find_device_state() for IDs containing slashes
 2021-10-28  5:40 UTC  (3+ messages)

[PATCH v7 0/4] VNC-related HMP/QMP fixes
 2021-10-28  5:25 UTC  (2+ messages)

[PATCH v4 0/3] MSG_ZEROCOPY for multifd
 2021-10-28  4:37 UTC  (8+ messages)
` [PATCH v4 3/3] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)

[PATCH v12 0/6] support dirtyrate at the granualrity of vcpu
 2021-10-28  4:26 UTC  (5+ messages)

[PATCH 0/8] pci/iommu: Fail early if vfio-pci detected before vIOMMU
 2021-10-28  2:56 UTC  (4+ messages)
` [PATCH 5/8] pci: Add pci_for_each_root_bus()


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).