messages from 2022-11-08 00:02:21 to 2022-11-08 17:37:05 UTC [more...]
[PULL 00/62] ppc queue
2022-11-08 17:36 UTC (5+ messages)
` [PULL 59/62] hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of two
[PATCH] Revert "hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of two"
2022-11-08 17:26 UTC
[PATCH-for-7.2 0/2] hw/sd/sdhci: Do not set Buf Wr Ena before writing block (CVE-2022-3872)
2022-11-08 17:25 UTC (4+ messages)
` [PATCH-for-7.2 1/2] "
[PATCH] block: m25p80: fix dummy byte count read from spansion cfg register
2022-11-08 17:06 UTC
[PATCH v6 00/10] ASID support in vhost-vdpa net
2022-11-08 17:07 UTC (11+ messages)
` [PATCH v6 01/10] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH v6 02/10] vhost: set SVQ device call handler at SVQ start
` [PATCH v6 03/10] vhost: Allocate SVQ device file descriptors at device start
` [PATCH v6 04/10] vdpa: add vhost_vdpa_net_valid_svq_features
` [PATCH v6 05/10] vdpa: move SVQ vring features check to net/
` [PATCH v6 06/10] vdpa: Allocate SVQ unconditionally
` [PATCH v6 07/10] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v6 08/10] vdpa: Store x-svq parameter in VhostVDPAState
` [PATCH v6 09/10] vdpa: Add listener_shadow_vq to vhost_vdpa
` [PATCH v6 10/10] vdpa: Always start CVQ in SVQ mode
[PATCH v1 for 7.2 0/9] test and doc updates
2022-11-08 16:41 UTC (19+ messages)
` [PATCH v1 1/9] Run docker probe only if docker or podman are available
` [PATCH v1 2/9] tests/avocado: improve behaviour waiting for login prompts
` [PATCH v1 3/9] tests/avocado/machine_aspeed.py: Reduce noise on the console for SDK tests
` [PATCH v1 4/9] tests/docker: allow user to override check target
` [PATCH v1 5/9] hw/virtio: introduce virtio_device_should_start
` [PATCH v1 6/9] docs/devel: add a maintainers section to development process
` [PATCH v1 7/9] docs/devel: make language a little less code centric
` [PATCH v1 8/9] docs/devel: simplify the minimal checklist
` [PATCH v1 9/9] docs/devel: try and improve the language around patch review
[RFC PATCH] tests/plugins: add a new vcpu state tracking plugin
2022-11-08 16:49 UTC
[PATCH v5 00/11] Hexagon (target/hexagon) performance and bug fixes
2022-11-08 16:29 UTC (12+ messages)
` [PATCH v5 01/11] Hexagon (target/hexagon) Add pkt and insn to DisasContext
` [PATCH v5 02/11] Hexagon (target/hexagon) Fix predicated assignment to .tmp and .cur
` [PATCH v5 03/11] Hexagon (target/hexagon) Add overrides for S2_asr_r_r_sat/S2_asl_r_r_sat
` [PATCH v5 04/11] Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
` [PATCH v5 05/11] Hexagon (target/hexagon) Remove PC from the runtime state
` [PATCH v5 06/11] Hexagon (target/hexagon) Remove next_PC from "
` [PATCH v5 07/11] Hexagon (target/hexagon) Add overrides for direct call instructions
` [PATCH v5 08/11] Hexagon (target/hexagon) Add overrides for compound compare and jump
` [PATCH v5 09/11] Hexagon (target/hexagon) Add overrides for various forms of jump
` [PATCH v5 10/11] Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
` [PATCH v5 11/11] Hexagon (target/hexagon) Use direct block chaining for tight loops
[PULL 0/2] Net patches
2022-11-08 16:32 UTC (4+ messages)
` [PULL 1/2] vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_net_reset
` [PULL 2/2] tests/qtest: netdev: test stream and dgram backends
[PATCH v2 0/9] Still more coroutine and various fixes in block layer
2022-11-08 16:30 UTC (18+ messages)
` [PATCH v2 1/9] block: call bdrv_co_drain_begin in a coroutine
` [PATCH v2 2/9] block-copy: add missing coroutine_fn annotations
` [PATCH v2 3/9] nbd/server.c: "
` [PATCH v2 5/9] block: distinguish between bdrv_create running in coroutine and not
` [PATCH v2 8/9] block: bdrv_create is never called in non-coroutine context
[RFC PATCH 0/3] KVM: allow listener to stop all vcpus before
2022-11-08 16:25 UTC (3+ messages)
` [RFC PATCH 3/3] kvm: Atomic memslot updates
[PATCH] gtk: disable GTK Clipboard with a new option 'gtk_clipboard'
2022-11-08 16:23 UTC
GTK clipboard implementation causing regression, falling through the cracks?
2022-11-08 16:08 UTC (3+ messages)
[PATCH V2] hw/riscv: virt: Remove size restriction for pflash
2022-11-08 16:01 UTC (12+ messages)
QOM: should you be able to cast from an interface class to the concrete class?
2022-11-08 16:01 UTC
[PATCH] hw/arm/boot: set initrd parameters to 64bit in fdt
2022-11-08 15:36 UTC (6+ messages)
Call for FOSDEM presentations on QEMU, KVM, and rust-vmm
2022-11-08 15:45 UTC
[PATCH v4 00/11] Hexagon (target/hexagon) performance and bug fixes
2022-11-08 15:41 UTC (17+ messages)
` [PATCH v4 01/11] Hexagon (target/hexagon) Add pkt and insn to DisasContext
` [PATCH v4 02/11] Hexagon (target/hexagon) Fix predicated assignment to .tmp and .cur
` [PATCH v4 03/11] Hexagon (target/hexagon) Add overrides for S2_asr_r_r_sat/S2_asl_r_r_sat
` [PATCH v4 04/11] Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
` [PATCH v4 05/11] Hexagon (target/hexagon) Remove PC from the runtime state
` [PATCH v4 06/11] Hexagon (target/hexagon) Remove next_PC from "
` [PATCH v4 07/11] Hexagon (target/hexagon) Add overrides for direct call instructions
` [PATCH v4 08/11] Hexagon (target/hexagon) Add overrides for compound compare and jump
` [PATCH v4 09/11] Hexagon (target/hexagon) Add overrides for various forms of jump
` [PATCH v4 10/11] Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
` [PATCH v4 11/11] Hexagon (target/hexagon) Use direct block chaining for tight loops
[PATCH v3 0/4] compare machine type compat_props
2022-11-08 15:37 UTC (3+ messages)
` [PATCH v3 4/4] scripts: add script to compare compatible properties
[PULL 00/55] MIPS patches for 2022-10-30
2022-11-08 15:23 UTC (5+ messages)
[PATCH for-7.2] block/blkio: Set BlockDriver::has_variable_length to false
2022-11-08 14:44 UTC
[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
2022-11-08 14:31 UTC (9+ messages)
` [PULL v4 45/83] tests: acpi: whitelist DSDT before generating PCI-ISA bridge AML automatically
[PATCH] qapi/block-core: Fix BlockdevOptionsNvmeIoUring @path description
2022-11-08 14:23 UTC
[PATCH v2 0/3] block: Start/end drain on correct AioContext
2022-11-08 14:23 UTC (3+ messages)
[PATCH v3 00/30] qapi: Elide redundant has_FOO in generated C
2022-11-08 14:21 UTC (3+ messages)
` [PATCH v3 09/30] nbd/server: Clean up abuse of BlockExportOptionsNbd member @arg
[PATCH v3 0/4] irqfd, iothread and polling support
2022-11-08 14:11 UTC (9+ messages)
` [PATCH v3 4/4] hw/nvme: add "
[PATCH v3 0/2] util/log: Always send errors to logfile when daemonized
2022-11-08 14:00 UTC (3+ messages)
` [PATCH v3 1/2] util/log: do not close and reopen log files when flags are turned off
` [PATCH v3 2/2] util/log: Always send errors to logfile when daemonized
[QEMU][PATCH v2 0/5] Introduce Xilinx Versal CANFD
2022-11-08 13:54 UTC (5+ messages)
` [QEMU][PATCH v2 4/5] tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller
` [QEMU][PATCH v2 5/5] MAINTAINERS: Include canfd tests under Xilinx CAN
[PATCH] checkpatch: typo fix
2022-11-08 13:52 UTC
[PULL v3 00/81] pci,pc,virtio: features, tests, fixes, cleanups
2022-11-08 13:32 UTC (4+ messages)
[PATCH 1/1] target/loongarch: Fix loongarch fdt addr confict
2022-11-08 13:09 UTC (2+ messages)
[PULL v3 0/7] loongarch-to-apply queue
2022-11-08 13:02 UTC (4+ messages)
` [PULL v3 3/7] hw/loongarch: Load FDT table into dram memory space
[PATCH v2 0/5] Nested virtualization fixes for QEMU
2022-11-08 12:57 UTC (6+ messages)
` [PATCH v2 1/5] target/riscv: Typo fix in sstc() predicate
` [PATCH v2 2/5] target/riscv: Update VS timer whenever htimedelta changes
` [PATCH v2 3/5] target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIP
` [PATCH v2 4/5] target/riscv: No need to re-start QEMU timer when timecmp == UINT64_MAX
` [PATCH v2 5/5] target/riscv: Ensure opcode is saved for all relevant instructions
[PATCH] KVM: Add system call KVM_VERIFY_MSI to verify MSI vector
2022-11-08 12:47 UTC (2+ messages)
[PATCH 00/13] block: Simplify drain
2022-11-08 12:37 UTC (14+ messages)
` [PATCH 01/13] qed: Don't yield in bdrv_qed_co_drain_begin()
` [PATCH 02/13] test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end()
` [PATCH 03/13] block: Revert .bdrv_drained_begin/end to non-coroutine_fn
` [PATCH 04/13] block: Remove drained_end_counter
` [PATCH 05/13] block: Inline bdrv_drain_invoke()
` [PATCH 06/13] block: Drain invidual nodes during reopen
` [PATCH 07/13] block: Don't use subtree drains in bdrv_drop_intermediate()
` [PATCH 08/13] stream: Replace subtree drain with a single node drain
` [PATCH 09/13] block: Remove subtree drains
` [PATCH 10/13] block: Call drain callbacks only once
` [PATCH 11/13] block: Remove ignore_bds_parents parameter from drain functions
` [PATCH 12/13] block: Don't poll in bdrv_replace_child_noperm()
` [PATCH 13/13] block: Remove poll parameter from bdrv_parent_drained_begin_single()
[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
2022-11-08 12:08 UTC (17+ messages)
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
[PATCH 0/3] Add gdbstub support to HVF
2022-11-08 11:51 UTC (5+ messages)
` [PATCH 2/3] hvf: implement guest debugging on Apple Silicon hosts
[PATCH 1/2] target/mips: Don't check COP1X for 64 bit FP mode
2022-11-08 11:38 UTC (7+ messages)
` [PATCH 2/2] target/mips: Correct check for CABS instructions
[PATCH v4 0/4] ui:hw: fix tab indentation
2022-11-08 11:37 UTC (6+ messages)
` [PATCH v4 4/4] hw/usb: "
[PULL 0/5] s390x fix and white space cleanup
2022-11-08 11:33 UTC (6+ messages)
` [PULL 1/5] Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"
` [PULL 2/5] s390x/s390-virtio-ccw: Switch off zPCI enhancements on older machines
` [PULL 3/5] ui: fix tab indentation
` [PULL 4/5] hw/display: "
` [PULL 5/5] hw/usb: "
[BUG] hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in bios
2022-11-08 11:21 UTC (5+ messages)
[PATCH v2] migration: check magic value for deciding the mapping of channels
2022-11-08 11:15 UTC (2+ messages)
[PATCH v10 0/9] s390x: CPU Topology
2022-11-08 10:28 UTC (8+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology
[PATCH 0/3] Fix the "-nic help" option
2022-11-08 9:49 UTC (8+ messages)
` [PATCH 2/3] net: Restore printing of the help text with "-nic help"
[PATCH] LOCK GUARDS: replace manual lock()/unlock() calls to QEMU_LOCK_GUARD()
2022-11-08 9:19 UTC (4+ messages)
[PATCH] hw/sd/sdhci: reset data count in sdhci_buff_access_is_sequential()
2022-11-08 9:11 UTC (3+ messages)
[PATCH] libvhost-user: Handling potential memory allocation failures
2022-11-08 8:54 UTC (2+ messages)
[PATCH v8 0/5] add generic vDPA device support
2022-11-08 8:46 UTC (11+ messages)
` [PATCH v8 1/5] virtio: get class_id and pci device id by the virtio id
` [PATCH v8 2/5] vdpa: add vdpa-dev support
` [PATCH v8 3/5] vdpa: add vdpa-dev-pci support
` [PATCH v8 4/5] vdpa-dev: mark the device as unmigratable
` [PATCH v8 5/5] docs: Add generic vhost-vdpa device documentation
[PATCH] vfio/pci: Add system call KVM_VERIFY_MSI to verify every MSI vector
2022-11-08 8:10 UTC
[PATCH v3] checkpatch: better pattern for inline comments
2022-11-08 6:20 UTC
[PATCH v1 0/4] Support native debug icount trigger
2022-11-08 1:54 UTC (6+ messages)
` [PATCH v1 1/4] target/riscv: Add itrigger support when icount is not enabled
[PULL 00/14] MIPS patches for 2022-11-08
2022-11-07 23:58 UTC (6+ messages)
` [PULL 04/14] target/mips: Disable DSP ASE for Octeon68XX
` [PULL 10/14] disas/nanomips: Move setjmp into nanomips_dis
` [PULL 12/14] disas/nanomips: Split out read_u16
` [PULL 13/14] disas/nanomips: Tidy read for 48-bit opcodes
` [PULL 14/14] MAINTAINERS: Inherit from nanoMIPS
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).