qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-23 16:05:25 to 2020-10-24 10:00:46 UTC [more...]

[PATCH v5 00/12] Exposing backing-chain allocation over NBD
 2020-10-24  9:59 UTC  (20+ messages)
` [PATCH v5 01/12] qapi: Move GenericList to qapi/util.h
` [PATCH v5 02/12] qapi: Make QAPI_LIST_ADD() public
` [PATCH v5 03/12] nbd: Utilize QAPI_CLONE for type conversion
` [PATCH v5 04/12] nbd: Add new qemu:allocation-depth metadata context
` [PATCH v5 05/12] nbd: Add 'qemu-nbd -A' to expose allocation depth
` [PATCH v5 06/12] nbd: Update qapi to support exporting multiple bitmaps
` [PATCH v5 07/12] nbd: Simplify qemu bitmap context name
` [PATCH v5 08/12] nbd: Refactor counting of metadata contexts
` [PATCH v5 09/12] nbd: Allow export of multiple bitmaps for one device
` [PATCH v5 10/12] block: Return depth level during bdrv_is_allocated_above
` [PATCH v5 11/12] nbd: Expose actual depth in qemu:allocation-depth
` [PATCH v5 12/12] qapi: Use QAPI_LIST_ADD() where possible

[PATCH v28 00/17] Add migration support for VFIO devices
 2020-10-24  9:39 UTC  (4+ messages)
` [PATCH v28 04/17] vfio: Add migration region initialization and finalize function

[PATCH v2 1/2] hw/misc: add an EMC141{3,4} device model
 2020-10-24  9:25 UTC  (3+ messages)
  ` [External] Re: [PATCH v2 1/2] hw/misc: add an EMC141{3, 4} "

[RFC PATCH 0/4] tests/acceptance: Test U-Boot/Linux from Armbian 20.08 on Orange Pi PC
 2020-10-24  8:47 UTC  (6+ messages)

[PATCH 0/6] tests/acceptance: Test the Fuloong 2E machine
 2020-10-24  7:37 UTC  (11+ messages)
` [PATCH 1/6] tests/acceptance: Remove unused import
` [PATCH 2/6] tests/acceptance: Use .ppm extention for Portable PixMap files
` [PATCH 3/6] tests/acceptance: Extract tesseract_available() helper in new namespace
` [PATCH 4/6] tests/acceptance: Introduce tesseract_ocr() helper

[PATCH v4 0/4] Introducing QMP query-netdev command
 2020-10-24  7:07 UTC  (3+ messages)
` [PATCH v4 2/4] tests: Add tests for "

[PATCH v4 00/12] 9pfs: add tests using local fs driver
 2020-10-24  6:08 UTC  (10+ messages)
` [PATCH v4 06/12] tests/qtest/qos-test: dump environment variables if verbose
` [PATCH v4 05/12] tests/qtest/qos-test: dump qos graph "
` [PATCH v4 01/12] libqos/qgraph: add qemu_name to QOSGraphNode
` [PATCH v4 04/12] libqos/qgraph: add qos_dump_graph()

[PATCH 0/2] riscv: Add SiFive test device to sifive targets
 2020-10-24  6:01 UTC  (9+ messages)
` [PATCH 1/2] riscv: Add sifive test device to sifive_e target
` [PATCH 2/2] riscv: Add sifive test device to sifive_u target

[PATCH] riscv: Add semihosting support [v8]
 2020-10-24  5:56 UTC  (3+ messages)

[PATCH 0/4] Assorted fixes to tests that were broken by recent scsi changes
 2020-10-24  5:37 UTC  (5+ messages)
` [PATCH 1/4] qdev: Fix two typos
` [PATCH 3/4] libqtest: fix memory leak in the qtest_qmp_event_ref

[PATCH v3 0/6] Additional NPCM7xx features, devices and tests
 2020-10-24  5:26 UTC  (8+ messages)
` [PATCH v3 1/6] tests/qtest: Make npcm7xx_timer-test conditional on CONFIG_NPCM7XX
` [PATCH v3 2/6] Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pause
` [PATCH v3 3/6] hw/timer: Adding watchdog for NPCM7XX Timer
` [PATCH v3 4/6] hw/misc: Add npcm7xx random number generator
` [PATCH v3 5/6] hw/arm/npcm7xx: Add EHCI and OHCI controllers
` [PATCH v3 6/6] hw/gpio: Add GPIO model for Nuvoton NPCM7xx

[PATCH v2 0/6] Add support for Control-Flow Integrity
 2020-10-24  5:17 UTC  (9+ messages)
` [PATCH v2 1/6] fuzz: Make fork_fuzz.ld compatible with LLVM's LLD
` [PATCH v2 2/6] configure: avoid new clang 11+ warnings
` [PATCH v2 3/6] configure: add option to enable LTO
` [PATCH v2 4/6] cfi: Initial support for cfi-icall in QEMU
` [PATCH v2 5/6] check-block: enable iotests with cfi-icall
` [PATCH v2 6/6] configure: add support for Control-Flow Integrity

Ramping up Continuous Fuzzing of Virtual Devices in QEMU
 2020-10-24  3:10 UTC  (2+ messages)

[PATCH] hw/sd: Zero out function selection fields before being populated
 2020-10-24  1:49 UTC 

[PATCH v1 0/4] add guest-loader (for direct Xen boot)
 2020-10-24  0:35 UTC  (7+ messages)
` [PATCH v1 2/4] hw/riscv: migrate fdt field to generic MachineState
` [PATCH v1 3/4] device_tree: add qemu_fdt_setprop_string_array helper
` [PATCH v1 4/4] hw/core: implement a guest-loader to support static hypervisor guests

[PATCH v6 0/6] RISC-V Pointer Masking implementation
 2020-10-24  0:25 UTC  (4+ messages)
` [PATCH v6 1/6] [RISCV_PM] Add J-extension into RISC-V

[PATCH V3 0/6] Support RISC-V migration
 2020-10-24  0:02 UTC  (13+ messages)
` [PATCH V3 1/6] target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
` [PATCH V3 2/6] target/riscv: Add basic vmstate description of CPU
` [PATCH V3 3/6] target/riscv: Add PMP state description
` [PATCH V3 4/6] target/riscv: Add H extension "
` [PATCH V3 5/6] target/riscv: Add V "
` [PATCH V3 6/6] target/riscv: Add sifive_plic vmstate

[PATCH 1/2] hw/riscv: sifive_u: Allow passing custom DTB
 2020-10-23 23:33 UTC  (4+ messages)
` [PATCH 2/2] hw/riscv: virt: "

[PATCH v1 0/5] Fix the Hypervisor access functions
 2020-10-23 23:29 UTC  (7+ messages)
` [PATCH v1 1/5] target/riscv: Add a virtualised MMU Mode
` [PATCH v1 2/5] target/riscv: Set the virtualised MMU mode when doing hyp accesses
` [PATCH v1 3/5] target/riscv: Remove the HS_TWO_STAGE flag
` [PATCH v1 5/5] target/riscv: Split the Hypervisor execute load helpers

[PATCH] ACPI: Avoid infinite recursion when dump-vmstate
 2020-10-23 19:23 UTC  (4+ messages)

[PATCH 0/5] spapr: Error handling fixes and cleanups (round 3)
 2020-10-23 19:19 UTC  (7+ messages)
` [PATCH 1/5] pc-dimm: Drop @errp argument of pc_dimm_plug()
` [PATCH 4/5] spapr: Pass &error_abort when getting some PC DIMM properties
` [PATCH 5/5] spapr: Simplify error handling in spapr_memory_plug()

[PATCH 3/30] crypt: Fix Lesser GPL version number
 2020-10-23 19:10 UTC  (9+ messages)
` [PATCH 17/30] x86 tcg cpus: "
` [PATCH 18/30] arm "
` [PATCH 19/30] parallel nor flas...: "
` [PATCH 21/30] overall usermode...: "

[PULL 00/33] target-arm queue
 2020-10-23 19:04 UTC  (9+ messages)
` [PULL 25/33] tests/acceptance: Add a test for the N800 and N810 arm machines

[PATCH v3 00/18] Support Multifd for RDMA migration
 2020-10-23 19:02 UTC  (4+ messages)

[PATCH 0/4] RfC: microvm: add second ioapic
 2020-10-23 19:00 UTC  (9+ messages)
` [PATCH 1/4] microvm: make number of virtio transports runtime configurable
` [PATCH 2/4] microvm: make pcie irq base "
` [PATCH 3/4] microvm: add second ioapic
` [PATCH 4/4] microvm: reconfigure irqs if second ioapic is available

[PATCH] CHANGELOG: remove disused file
 2020-10-23 18:51 UTC  (4+ messages)

[PATCH 0/7] microvm: fix PCIe IRQs in APIC table
 2020-10-23 18:42 UTC  (2+ messages)

[PATCH 00/24] qom: Convert some properties to class properties
 2020-10-23 18:34 UTC  (13+ messages)
` [PATCH 05/24] vhost-user: Register "chardev" as class property
` [PATCH 08/24] vexpress-a15: Register "virtualization" "
` [PATCH 11/24] tmp421: Register properties as class properties
` [PATCH 15/24] arm/virt: Register most "
` [PATCH 16/24] virt: Register "its" as class property
` [PATCH 18/24] arm/cpu64: Register "aarch64" "

[PATCH v3] virtiofsd: add container-friendly -o sandbox=chroot option
 2020-10-23 18:24 UTC  (2+ messages)

Tips for debugging GPU acceleration
 2020-10-23 17:46 UTC  (5+ messages)
    ` [agl-dev-community] "

[PATCH] Makefile: separate meson rerun from the rest of the ninja invocation
 2020-10-23 16:22 UTC  (2+ messages)

[PATCH v3 0/9] hw/arm: Add raspi Zero, 1A+ and 3A+ machines
 2020-10-23 17:39 UTC  (9+ messages)
` [PATCH v3 7/9] hw/arm/raspi: Add the Raspberry Pi A+ machine
` [PATCH v3 8/9] hw/arm/raspi: Add the Raspberry Pi Zero machine
` [PATCH v3 9/9] hw/arm/raspi: Add the Raspberry Pi 3 model A+

[PATCH] pci: Refuse to hotplug PCI Devices when the Guest OS is not ready
 2020-10-23 17:27 UTC  (12+ messages)

[PATCH v11 00/19] Initial support for multi-process Qemu
 2020-10-23 17:20 UTC  (10+ messages)
` [PATCH v11 02/19] multi-process: Add config option for multi-process QEMU
` [PATCH v11 04/19] multi-process: setup a machine object for remote device process
` [PATCH v11 05/19] multi-process: add qio channel function to transmit
` [PATCH v11 12/19] multi-process: Forward PCI config space acceses to the remote process

[qemu-web PATCH 0/7] Tweaks to page footer and add "edit page" links
 2020-10-23 17:19 UTC  (14+ messages)
` [qemu-web PATCH 1/7] Convert files to UNIX line endings
` [qemu-web PATCH 3/7] make all links be relative to the root
` [qemu-web PATCH 4/7] Make page header nav narrower
` [qemu-web PATCH 5/7] Simplify and restructure the page footer
` [qemu-web PATCH 6/7] Add link to "edit this page" for all pages
` [qemu-web PATCH 7/7] Add a CONTRIBUTING.md file as guidance for contributors

[PATCH v4 0/5] virtiofsd xattr name mappings
 2020-10-23 16:58 UTC  (6+ messages)
` [PATCH v4 1/5] tools/virtiofsd: xattr name mappings: Add option
` [PATCH v4 2/5] tools/virtiofsd: xattr name mappings: Map client xattr names
` [PATCH v4 3/5] tools/virtiofsd: xattr name mappings: Map server "
` [PATCH v4 4/5] tools/virtiofsd: xattr name mapping examples
` [PATCH v4 5/5] tools/virtiofsd: xattr name mappings: Simple 'map'

[PATCH v2 0/6] qemu-storage-daemon: QAPIfy --chardev
 2020-10-23 16:13 UTC  (7+ messages)
` [PATCH v2 1/6] char/stdio: Fix QMP default for 'signal'
` [PATCH v2 2/6] char: Factor out qemu_chr_print_types()
` [PATCH v2 3/6] qapi: Remove wrapper struct for simple unions
` [PATCH v2 4/6] qapi: Optionally parse simple unions as flat
` [PATCH v2 5/6] tests/qapi-schema: Flat representation of simple unions
` [PATCH v2 6/6] qemu-storage-daemon: Use qmp_chardev_add() for --chardev

[PATCH] cpus: verify that number of created cpus do not exceed smp params
 2020-10-23 17:06 UTC  (2+ messages)

[PATCH v10 00/10] virtio-iommu: VFIO integration
 2020-10-23 16:47 UTC  (7+ messages)
` [PATCH v10 09/10] virtio-iommu: Set supported page size mask

[PATCH 0/6] qemu-storage-daemon: QAPIfy --chardev
 2020-10-23 16:08 UTC  (4+ messages)

[PATCH 0/8] arm/virt: add usb support
 2020-10-23 16:03 UTC  (2+ messages)

[PATCH v7 00/17] Add a Generic Virtual Device Fuzzer
 2020-10-23 16:03 UTC  (5+ messages)
` [PATCH v7 16/17] scripts/oss-fuzz: use hardlinks instead of copying
` [PATCH v7 17/17] scripts/oss-fuzz: ignore the generic-fuzz target

[PATCH v1 00/16] RISC-V: Start to remove xlen preprocess
 2020-10-23 16:55 UTC  (17+ messages)
` [PATCH v1 01/16] target/riscv: Add a TYPE_RISCV_CPU_BASE CPU
` [PATCH v1 02/16] riscv: spike: Remove target macro conditionals
` [PATCH v1 03/16] riscv: virt: "
` [PATCH v1 04/16] hw/riscv: boot: Remove compile time XLEN checks
` [PATCH v1 05/16] hw/riscv: virt: "
` [PATCH v1 06/16] hw/riscv: spike: "
` [PATCH v1 07/16] hw/riscv: sifive_u: "
` [PATCH v1 08/16] target/riscv: fpu_helper: Match function defs in HELPER macros
` [PATCH v1 09/16] target/riscv: Add a riscv_cpu_is_32bit() helper function
` [PATCH v1 11/16] target/riscv: cpu: Remove compile time XLEN checks
` [PATCH v1 12/16] target/riscv: cpu_helper: "
` [PATCH v1 13/16] target/riscv: csr: "
` [PATCH v1 14/16] target/riscv: cpu: Set XLEN independently from target
` [PATCH v1 15/16] target/riscv: Convert the get/set_field() to support 64-bit values
` [PATCH v1 16/16] target/riscv: Consolidate *statush registers

[PATCH v7 0/2] Add watchdog support for SbsaQemu
 2020-10-23 16:00 UTC  (3+ messages)
` [PATCH v7 1/2] hw/watchdog: Implement SBSA watchdog device
` [PATCH v7 2/2] hw/arm/sbsa-ref: add "

[PATCH v4 0/7] Exposing backing-chain allocation over NBD
 2020-10-23 16:15 UTC  (3+ messages)
` [PATCH v4 1/7] nbd: Utilize QAPI_CLONE for type conversion

[PATCH] hw/vfio: Use lock guard macros
 2020-10-23 15:54 UTC  (2+ messages)

[PULL v3 00/28] Block patches
 2020-10-23 16:03 UTC  (2+ messages)

[PATCH v12 00/14] Apply COR-filter to the block-stream permanently
 2020-10-23 16:01 UTC  (5+ messages)
` [PATCH v12 06/14] copy-on-read: pass bottom node name to COR driver

[PATCH v3 0/5] virtiofsd xattr name mappings
 2020-10-23 15:46 UTC  (4+ messages)
` [PATCH v3 1/5] tools/virtiofsd: xattr name mappings: Add option

[PULL 00/13] 9p queue 2020-10-23
 2020-10-23 15:40 UTC  (4+ messages)
` [PULL 01/13] tests/9pfs: Factor out do_version() helper

[PATCH 00/12] qom: Make all -object types use only class properties
 2020-10-23 15:33 UTC  (5+ messages)
` [PATCH 03/12] qom: Make object_class_property_add_uint*_ptr() get offset

[PULL 00/12] riscv-to-apply queue
 2020-10-23 15:16 UTC  (6+ messages)
` [PULL 05/12] target/riscv: Fix implementation of HLVX.WU instruction
` [PULL 07/12] hw/riscv: Return the end address of the loaded firmware
` [PULL 09/12] hw/riscv: Load the kernel after the firmware
` [PULL 10/12] target/riscv: raise exception to HS-mode at get_physical_address
` [PULL 11/12] hw/misc/sifive_u_otp: Add write function and write-once protection


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