qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-14 10:36:39 to 2021-09-14 16:07:34 UTC [more...]

[PULL v3 00/44] tcg patch queue
 2021-09-14 15:53 UTC 

[PATCH 0/3] KVM: qemu patches for few KVM features I developed
 2021-09-14 15:52 UTC  (2+ messages)
` [PATCH 3/3] KVM: SVM: add migration support for nested TSC scaling

ensuring a machine's buses have unique names
 2021-09-14 15:25 UTC  (3+ messages)

[RFC v2 0/2] ui: Add a Wayland backend for Qemu UI (v2)
 2021-09-14 15:21 UTC  (3+ messages)
` [RFC v2 2/2] ui: Add a plain Wayland backend for Qemu UI

[PULL 00/14] aspeed queue
 2021-09-14 15:22 UTC  (10+ messages)
` [PULL 14/14] hw/arm/aspeed: Add Fuji machine type

[PATCH v2] nbd/server: Suppress Broken pipe errors on abrupt disconnection
 2021-09-14 15:21 UTC  (4+ messages)

[PATCH v2 00/53] monitor: explicitly permit QMP commands to be added for all use cases
 2021-09-14 14:50 UTC  (55+ messages)
` [PATCH v2 01/53] docs/devel: rename file for writing monitor commands
` [PATCH v2 02/53] docs/devel: tweak headings in monitor command docs
` [PATCH v2 03/53] docs/devel: document expectations for QAPI data modelling for QMP
` [PATCH v2 04/53] docs/devel: add example of command returning unstructured text
` [PATCH v2 05/53] docs/devel: document expectations for HMP commands in the future
` [PATCH v2 06/53] hw/core: introduce 'format_state' callback to replace 'dump_state'
` [PATCH v2 07/53] target/alpha: convert to use format_state instead of dump_state
` [PATCH v2 08/53] target/arm: "
` [PATCH v2 09/53] target/avr: "
` [PATCH v2 10/53] target/cris: "
` [PATCH v2 11/53] target/hexagon: delete unused hexagon_debug() method
` [PATCH v2 12/53] target/hexagon: convert to use format_state instead of dump_state
` [PATCH v2 13/53] target/hppa: "
` [PATCH v2 14/53] target/i386: "
` [PATCH v2 15/53] target/m68k: "
` [PATCH v2 16/53] target/microblaze: "
` [PATCH v2 17/53] target/mips: "
` [PATCH v2 18/53] target/nios2: "
` [PATCH v2 19/53] target/openrisc: "
` [PATCH v2 20/53] target/ppc: "
` [PATCH v2 21/53] target/riscv: "
` [PATCH v2 22/53] target/rx: "
` [PATCH v2 23/53] target/s390x: "
` [PATCH v2 24/53] target/sh: "
` [PATCH v2 25/53] target/sparc: "
` [PATCH v2 26/53] target/tricore: "
` [PATCH v2 27/53] target/xtensa: "
` [PATCH v2 28/53] monitor: remove 'info ioapic' HMP command
` [PATCH v2 29/53] qapi: introduce x-query-registers QMP command
` [PATCH v2 30/53] qapi: introduce x-query-roms "
` [PATCH v2 31/53] qapi: introduce x-query-profile "
` [PATCH v2 32/53] qapi: introduce x-query-numa "
` [PATCH v2 33/53] qapi: introduce x-query-usb "
` [PATCH v2 34/53] qapi: introduce x-query-rdma "
` [PATCH v2 35/53] qapi: introduce x-query-ramblock "
` [PATCH v2 36/53] qapi: introduce x-query-skeys "
` [PATCH v2 37/53] qapi: introduce x-query-cmma "
` [PATCH v2 38/53] qapi: introduce x-query-lapic "
` [PATCH v2 39/53] qapi: introduce x-query-irq "
` [PATCH v2 40/53] hw/core: drop "dump_state" callback from CPU targets
` [PATCH v2 41/53] hw/core: drop support for NULL pointer for FILE * in cpu_dump_state
` [PATCH v2 42/53] hw/core: introduce a 'format_tlb' callback
` [PATCH v2 43/53] target/i386: convert to use format_tlb callback
` [PATCH v2 44/53] target/m68k: "
` [PATCH v2 45/53] target/nios2: "
` [PATCH v2 46/53] target/ppc: "
` [PATCH v2 47/53] target/sh4: "
` [PATCH v2 48/53] target/sparc: "
` [PATCH v2 49/53] target/xtensa: "
` [PATCH v2 50/53] monitor: merge duplicate "info tlb" handlers
` [PATCH v2 51/53] qapi: introduce x-query-tlb QMP command
` [PATCH v2 52/53] qapi: introduce x-query-jit "
` [PATCH v2 53/53] qapi: introduce x-query-opcount "

[PATCH] virtio-balloon: Fix page-poison subsection name
 2021-09-14 14:58 UTC  (8+ messages)

[PATCH v2] target/ppc: Fix 64-bit decrementer
 2021-09-14 14:41 UTC  (6+ messages)

[PATCH v3 00/10] virtio-iommu: Add ACPI support
 2021-09-14 14:20 UTC  (11+ messages)
` [PATCH v3 01/10] hw/acpi: Add VIOT table
` [PATCH v3 02/10] hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu
` [PATCH v3 03/10] hw/arm/virt: Remove device tree restriction "
` [PATCH v3 04/10] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PATCH v3 05/10] pc: Allow instantiating a virtio-iommu device
` [PATCH v3 06/10] tests/acpi: allow updates of VIOT expected data files
` [PATCH v3 07/10] tests/acpi: add test cases for VIOT
` [PATCH v3 08/10] tests/acpi: add expected VIOT blob for virt machine
` [PATCH v3 09/10] tests/acpi: add expected DSDT blob for VIOT test on q35
` [PATCH v3 10/10] tests/acpi: add expected VIOT blob for q35 machine

[PATCH v3 0/6] qapi: Add support for aliases
 2021-09-14 14:24 UTC  (19+ messages)
` [PATCH v3 4/6] qapi: Apply aliases in qobject-input-visitor
` [PATCH v3 5/6] qapi: Add support for aliases
` [PATCH v3 6/6] tests/qapi-schema: Test cases "

[PATCH v4 00/10] qcow2 check: check some reserved bits and subcluster bitmaps
 2021-09-14 14:26 UTC  (13+ messages)
` [PATCH v4 01/10] qcow2-refcount: improve style of check_refcounts_l2()
` [PATCH v4 02/10] qcow2: compressed read: simplify cluster descriptor passing
` [PATCH v4 03/10] qcow2: introduce qcow2_parse_compressed_l2_entry() helper
` [PATCH v4 04/10] qcow2-refcount: introduce fix_l2_entry_by_zero()
` [PATCH v4 05/10] qcow2-refcount: fix_l2_entry_by_zero(): also zero L2 entry bitmap
` [PATCH v4 06/10] qcow2-refcount: check_refcounts_l2(): check l2_bitmap
` [PATCH v4 07/10] qcow2-refcount: check_refcounts_l2(): check reserved bits
` [PATCH v4 08/10] qcow2-refcount: improve style of check_refcounts_l1()
` [PATCH v4 09/10] qcow2-refcount: check_refcounts_l1(): check reserved bits
` [PATCH v4 10/10] qcow2-refcount: check_refblocks(): add separate message for reserved

[PATCH v5 00/21] Add LoongArch linux-user emulation support
 2021-09-14 14:24 UTC  (30+ messages)
` [PATCH v5 01/21] target/loongarch: Add README
` [PATCH v5 02/21] target/loongarch: Add core definition
` [PATCH v5 03/21] target/loongarch: Add main translation routines
` [PATCH v5 04/21] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v5 05/21] target/loongarch: Add fixed point shift "
` [PATCH v5 06/21] target/loongarch: Add fixed point bit "
` [PATCH v5 07/21] target/loongarch: Add fixed point load/store "
` [PATCH v5 08/21] target/loongarch: Add fixed point atomic "
` [PATCH v5 09/21] target/loongarch: Add fixed point extra "
` [PATCH v5 10/21] target/loongarch: Add floating point arithmetic "
` [PATCH v5 11/21] target/loongarch: Add floating point comparison "
` [PATCH v5 12/21] target/loongarch: Add floating point conversion "
` [PATCH v5 13/21] target/loongarch: Add floating point move "
` [PATCH v5 14/21] target/loongarch: Add floating point load/store "
` [PATCH v5 15/21] target/loongarch: Add branch "
` [PATCH v5 16/21] target/loongarch: Add disassembler
` [PATCH v5 17/21] LoongArch Linux User Emulation
` [PATCH v5 18/21] default-configs: Add loongarch linux-user support
` [PATCH v5 19/21] target/loongarch: Add target build suport
` [PATCH v5 20/21] target/loongarch: 'make check-tcg' support
` [PATCH v5 21/21] scripts: add loongarch64 binfmt config

[PATCH] nbd/server: Allow LIST_META_CONTEXT without STRUCTURED_REPLY
 2021-09-14 14:19 UTC  (2+ messages)

[PATCH v4 0/1] hw/pflash_cfi01: Allow an administrator to reduce the memory consumption of flash devices
 2021-09-14 14:01 UTC  (4+ messages)
` [PATCH v4 1/1] hw/pflash_cfi01: Allow backing devices to be smaller than memory region

[PATCH] tools/virtiofsd: Add fstatfs64 syscall to the seccomp allowlist
 2021-09-14 13:32 UTC  (3+ messages)
` [Virtio-fs] "

[RFC PATCH 00/10] security: Introduce qemu_security_policy_taint() API
 2021-09-14 13:30 UTC  (3+ messages)

[PULL 0/5] Migration.next patches
 2021-09-14 13:19 UTC  (7+ messages)
` [PULL 1/5] multifd: Implement yank for multifd send side
` [PULL 2/5] multifd: Unconditionally unregister yank function
` [PULL 3/5] migration/rdma: Try to register On-Demand Paging memory region
` [PULL 4/5] migration/rdma: advise prefetch write for ODP region
` [PULL 5/5] migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*()

[PULL 0/5] Misc patches
 2021-09-14 13:01 UTC  (6+ messages)
` [PULL 1/5] docs: add supported host CPU architectures section
` [PULL 2/5] meson.build: fix comment typo
` [PULL 3/5] chardev: Propagate error from logfile opening
` [PULL 4/5] chardev: remove needless class method
` [PULL 5/5] chardev: add some comments about the class methods

Add a unit test to exercize support for ACPI hotplug on multifunction bridges in q35
 2021-09-14 13:10 UTC  (2+ messages)

[PATCH 0/3] target/arm: Set FPSCR.LTPSIZE for user-mode
 2021-09-14 13:10 UTC  (5+ messages)
` [PATCH 1/3] target/arm: Don't skip M-profile reset entirely in user mode
` [PATCH 2/3] target/arm: Always clear exclusive monitor on reset
` [PATCH 3/3] target/arm: Consolidate ifdef blocks in reset

[PATCH RFC v2 00/16] vfio-user implementation
 2021-09-14 13:06 UTC  (10+ messages)
` [PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server

hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
 2021-09-14 13:00 UTC  (8+ messages)
` [PATCH 1/3] bios-tables-test: allow changes in DSDT ACPI tables for q35
` [PATCH 2/3] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
` [PATCH 3/3] bios-tables-test: Update ACPI DSDT table golden blobs for q35

[RFC PATCH v2] accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is valid
 2021-09-14 12:59 UTC  (2+ messages)

[PATCH v6 0/6] pSeries FORM2 affinity support
 2021-09-14 12:58 UTC  (9+ messages)
` [PATCH v6 3/6] spapr: introduce spapr_numa_associativity_reset()
` [PATCH v6 4/6] spapr_numa.c: parametrize FORM1 macros
` [PATCH v6 5/6] spapr: move FORM1 verifications to post CAS
` [PATCH v6 6/6] spapr_numa.c: FORM2 NUMA affinity support

[RFC v6] virtio/vsock: add two more queues for datagram types
 2021-09-14 12:46 UTC  (2+ messages)

[qemu-web RFC PATCH] Add Sponsors page
 2021-09-14 12:33 UTC  (5+ messages)

[PATCH v3] docs: add supported host CPU architectures section
 2021-09-14 12:27 UTC  (2+ messages)

[PULL 00/44] tcg patch queue, v2
 2021-09-14 12:39 UTC  (2+ messages)

[PATCH 1/2] qga-win: Detect OS based on Windows 10 by first build number
 2021-09-14 12:14 UTC  (2+ messages)
` [PATCH 2/2] qga-win: Detect Windows 11 by "

[PATCH v3 00/10] qcow2 check: check some reserved bits and subcluster bitmaps
 2021-09-14 12:03 UTC  (7+ messages)
` [PATCH v3 06/10] qcow2-refcount: check_refcounts_l2(): check l2_bitmap

[PATCH] vhost-vsock: fix migration issue when seqpacket is supported
 2021-09-14 11:49 UTC  (9+ messages)

[RFC v3 00/32] Rust binding for QAPI and qemu-ga QMP handler examples
 2021-09-14 11:34 UTC  (4+ messages)
` [RFC v3 12/32] rust: provide a common crate for QEMU

[PATCH] hw/virtio: Update vring after modifying its queue size
 2021-09-14 11:12 UTC  (2+ messages)

[PATCH v3 00/17] iotests: support zstd
 2021-09-14 10:25 UTC  (10+ messages)
` [PATCH v3 09/17] iotest 302: use img_info_log() helper
` [PATCH v3 10/17] qcow2: simple case support for downgrading of qcow2 images with zstd
` [PATCH v3 11/17] iotests/common.rc: introduce _qcow2_dump_header helper
` [PATCH v3 12/17] iotests: massive use _qcow2_dump_header
` [PATCH v3 13/17] iotest 39: "
` [PATCH v3 14/17] iotests: bash tests: filter compression type
` [PATCH v3 15/17] iotests 60: more accurate set dirty bit in qcow2 header
` [PATCH v3 16/17] iotest 214: explicit compression type
` [PATCH v3 17/17] iotests: declare lack of support for compresion_type in IMGOPTS


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