qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-02 17:07:03 to 2020-07-03 07:19:21 UTC [more...]

[PATCH v9 00/34] Add subcluster allocation to qcow2
 2020-07-03  7:18 UTC  (19+ messages)
` [PATCH v9 14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v9 21/34] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v9 28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v9 30/34] qcow2: Add prealloc field to QCowL2Meta

[PATCH v2 00/44] Less clumsy error checking
 2020-07-03  7:09 UTC  (36+ messages)
` [PATCH v2 03/44] qdev: Use returned bool to check for qdev_realize() etc. failure
` [PATCH v2 11/44] qemu-option: Replace opt_set() by cleaner opt_validate()
` [PATCH v2 14/44] block: Avoid error accumulation in bdrv_img_create()
` [PATCH v2 16/44] qapi: Make visitor functions taking Error ** return bool, not void
` [PATCH v2 17/44] qapi: Use returned bool to check for failure, Coccinelle part
` [PATCH v2 23/44] qom: Crash more nicely on object_property_get_link() failure
` [PATCH v2 28/44] qom: Use returned bool to check for failure, Coccinelle part
` [PATCH v2 29/44] qom: Use returned bool to check for failure, manual part
` [PATCH v2 32/44] qdev: Use returned bool to check for failure, Coccinelle part
` [PATCH v2 33/44] error: Avoid unnecessary error_propagate() after error_setg()
` [PATCH v2 34/44] error: Eliminate error_propagate() with Coccinelle, part 1
` [PATCH v2 35/44] error: Eliminate error_propagate() with Coccinelle, part 2
` [PATCH v2 36/44] error: Eliminate error_propagate() manually
` [PATCH v2 37/44] error: Reduce unnecessary error propagation

[PATCH v2 00/18] hw/block/nvme: bump to v1.3
 2020-07-03  6:34 UTC  (19+ messages)
` [PATCH v2 01/18] hw/block/nvme: bump spec data structures "
` [PATCH v2 02/18] hw/block/nvme: additional tracing
` [PATCH v2 03/18] hw/block/nvme: add support for the abort command
` [PATCH v2 04/18] hw/block/nvme: add temperature threshold feature
` [PATCH v2 05/18] hw/block/nvme: mark fw slot 1 as read-only
` [PATCH v2 06/18] hw/block/nvme: add support for the get log page command
` [PATCH v2 07/18] hw/block/nvme: add support for the asynchronous event request command
` [PATCH v2 08/18] hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.h
` [PATCH v2 09/18] hw/block/nvme: flush write cache when disabled
` [PATCH v2 10/18] hw/block/nvme: fix missing endian conversion
` [PATCH v2 11/18] hw/block/nvme: add remaining mandatory controller parameters
` [PATCH v2 12/18] hw/block/nvme: support the get/set features select and save fields
` [PATCH v2 13/18] hw/block/nvme: make sure ncqr and nsqr is valid
` [PATCH v2 14/18] hw/block/nvme: support identify namespace descriptor list
` [PATCH v2 15/18] hw/block/nvme: reject invalid nsid values in active namespace id list
` [PATCH v2 16/18] hw/block/nvme: enforce valid queue creation sequence
` [PATCH v2 17/18] hw/block/nvme: provide the mandatory subnqn field
` [PATCH v2 18/18] hw/block/nvme: bump supported version to v1.3

[PATCH 00/17] hw/block/nvme: bump to v1.3
 2020-07-03  6:03 UTC  (40+ messages)
` [PATCH 01/17] hw/block/nvme: bump spec data structures "
` [PATCH 02/17] hw/block/nvme: additional tracing
` [PATCH 03/17] hw/block/nvme: add support for the abort command
` [PATCH 04/17] hw/block/nvme: add temperature threshold feature
` [PATCH 05/17] hw/block/nvme: mark fw slot 1 as read-only
` [PATCH 06/17] hw/block/nvme: add support for the get log page command
` [PATCH 07/17] hw/block/nvme: add support for the asynchronous event request command
` [PATCH 08/17] hw/block/nvme: move NvmeFeatureVal into hw/block/nvme.h
` [PATCH 09/17] hw/block/nvme: flush write cache when disabled
` [PATCH 10/17] hw/block/nvme: fix missing endian conversion
` [PATCH 11/17] hw/block/nvme: add remaining mandatory controller parameters
` [PATCH 12/17] hw/block/nvme: support the get/set features select and save fields
` [PATCH 13/17] hw/block/nvme: make sure ncqr and nsqr is valid
` [PATCH 14/17] hw/block/nvme: support identify namespace descriptor list
` [PATCH 15/17] hw/block/nvme: enforce valid queue creation sequence
` [PATCH 16/17] hw/block/nvme: provide the mandatory subnqn field
` [PATCH 17/17] hw/block/nvme: bump supported version to v1.3

[PATCH] softmmu/vl: Remove the check for colons in -accel parameters
 2020-07-03  5:34 UTC  (2+ messages)

[PATCH] configure / util: Auto-detect the availability of openpty()
 2020-07-03  5:11 UTC  (7+ messages)

[PATCH] hw/riscv: virt: Sort the SoC memmap table entries
 2020-07-03  3:21 UTC 

[PATCH v3 0/7] riscv: Switch to use generic platform fw_dynamic type opensbi bios images
 2020-07-03  3:18 UTC  (8+ messages)
` [PATCH v3 1/7] configure: Create symbolic links for pc-bios/*.elf files
` [PATCH v3 2/7] roms/opensbi: Upgrade from v0.7 to v0.8
` [PATCH v3 3/7] roms/Makefile: Build the generic platform for RISC-V OpenSBI firmware
` [PATCH v3 4/7] hw/riscv: Use pre-built bios image of generic platform for virt & sifive_u
` [PATCH v3 5/7] hw/riscv: spike: Change the default bios to use generic platform image
` [PATCH v3 6/7] gitlab-ci/opensbi: Update GitLab CI to build generic platform
` [PATCH v3 7/7] Makefile: Ship the generic platform bios images for RISC-V

Question about virtio-net: implement RX RSS processing
 2020-07-03  2:41 UTC  (2+ messages)

=?gb18030?B?UkWjuiBIb3cgdG8gYnVpbGQgUUVNVSBwbHVnaW4gb24gV2luZG93cyB3aXRoIG1pbmd3?=
 2020-07-03  2:17 UTC 

[PATCH v1 0/3] A few RISC-V fixes
 2020-07-03  1:24 UTC  (3+ messages)
` [PATCH v1 3/3] target/riscv: Regen floating point rounding mode in dynamic mode

[PATCH v4 0/4] Add OpenSBI dynamic firmware support
 2020-07-03  1:19 UTC  (7+ messages)
` [PATCH v4 2/4] RISC-V: Copy the fdt in dram instead of ROM
` [PATCH v4 3/4] riscv: Add opensbi firmware dynamic support
` [PATCH v4 4/4] RISC-V: Support 64 bit start address

[PATCH 0/5] MIPS patches queue for 5.1 soft freeze
 2020-07-03  1:19 UTC  (4+ messages)
` [PATCH 5/5] MAINTAINERS: Adjust MIPS maintainership (Add Huacai Chen & Jiaxun Yang)

[Bug 1869006] [NEW] PCIe cards passthrough to TCG guest works on 2GB of guest memory but fails on 4GB (vfio_dma_map invalid arg)
 2020-07-03  0:36 UTC  (2+ messages)
` [Bug 1869006] "

[PATCH v4] nvme: allow cmb and pmr emulation on same device
 2020-07-02 23:33 UTC  (7+ messages)
` [PATCH v4 2/2] nvme: allow cmb and pmr to be enabled "

[PATCH v3 00/19] mailmap: Add more entries to sanitize 'git log' output
 2020-07-02 22:29 UTC  (23+ messages)
` [PATCH v3 01/19] .mailmap: Update Alexander Graf email address
` [PATCH v3 02/19] .mailmap: Update Paul Burton "
` [PATCH v3 03/19] .mailmap: Display Andreas Faerber name with diaeresis
` [PATCH v3 04/19] .mailmap: Display correct email address for Arei Gonglei
` [PATCH v3 05/19] .mailmap: Display correctly Chen Fan name
` [PATCH v3 06/19] .mailmap: Display correct email address for Christoph Hellwig
` [PATCH v3 07/19] .mailmap: Display Disheng Su name correctly
` [PATCH v3 08/19] .mailmap: Display Hiroyuki Obinata "
` [PATCH v3 09/19] .mailmap: Display correct email address for Jean-Christophe Dubois
` [PATCH v3 10/19] .mailmap: Display Jia Lina name correctly
` [PATCH v3 11/19] .mailmap: Display Lili Huang "
` [PATCH v3 12/19] .mailmap: Display Marek Dolata name properly
` [PATCH v3 13/19] .mailmap: Display correct email address for Michael S. Tsirkin
` [PATCH v3 14/19] .mailmap: Display correct email address for Michael Tokarev
` [PATCH v3 15/19] .mailmap: Display correct email address for Peter Maydell
` [PATCH v3 16/19] .mailmap: Display correct email address for Richard Henderson
` [PATCH v3 17/19] .mailmap: Display correct email address for Stefan Berger
` [PATCH v3 18/19] .mailmap: Display correct email address for Stefan Weil
` [PATCH v3 19/19] .mailmap: Display Ying Fang name correctly

[PATCH] tcg: Fix do_nonatomic_op_* vs signed operations
 2020-07-02 21:46 UTC  (2+ messages)

[PATCH v4 00/21] microvm: add acpi support
 2020-07-02 21:23 UTC  (24+ messages)
` [PATCH v4 01/21] microvm: name qboot binary qboot.rom
` [PATCH v4 02/21] seabios: add microvm config, update build rules
` [PATCH v4 03/21] seabios: add bios-microvm.bin binary
` [PATCH v4 04/21] acpi: ged: add control regs
` [PATCH v4 05/21] acpi: ged: add x86 device variant
` [PATCH v4 06/21] acpi: move acpi_dsdt_add_power_button() to ged
` [PATCH v4 07/21] microvm: make virtio irq base runtime configurable
` [PATCH v4 08/21] microvm/acpi: add minimal acpi support
` [PATCH v4 09/21] microvm/acpi: add acpi_dsdt_add_virtio() for x86
` [PATCH v4 10/21] microvm/acpi: use GSI 16-23 for virtio
` [PATCH v4 11/21] microvm/acpi: use seabios with acpi=on
` [PATCH v4 12/21] microvm/acpi: disable virtio-mmio cmdline hack
` [PATCH v4 13/21] x86: constify x86_machine_is_*_enabled
` [PATCH v4 14/21] x86: move acpi_dev from pc/microvm
` [PATCH v4 15/21] x86: move cpu plug from pc to x86
` [PATCH v4 16/21] microvm: wire up hotplug
` [PATCH v4 17/21] tests/acpi: clear bios-tables-test-allowed-diff.h
` [PATCH v4 18/21] tests/acpi: allow microvm test data updates
` [PATCH v4 19/21] tests/acpi: allow override blkdev
` [PATCH v4 20/21] tests/acpi: add microvm test
` [PATCH v4 21/21] tests/acpi: update expected data files for microvm

[PATCH 00/10] hw/block/nvme: namespace types and zoned namespaces
 2020-07-02 21:13 UTC  (10+ messages)
        ` nvme emulation merge process (was: Re: [PATCH 00/10] hw/block/nvme: namespace types and zoned namespaces)
              ` nvme emulation merge process

[Bug 1886097] [NEW] Error in user-mode calculation of ELF program's brk
 2020-07-02 20:50 UTC 

[PATCH 0/1] Add Loongson 2F disassembler
 2020-07-02 20:48 UTC  (3+ messages)
` [PATCH 1/1] disas: mips: "

[Bug 1873769] [NEW] SB16 audio playback freezes emulation in Windows 95 guest
 2020-07-02 20:21 UTC  (2+ messages)
` [Bug 1873769] "

[PATCH] tests/acceptance: Add a test for the sun4u sparc64 machine
 2020-07-02 20:29 UTC  (2+ messages)

[PATCH] linux-user/elfload: use MAP_FIXED in pgb_reserved_va
 2020-07-02 19:52 UTC  (4+ messages)

[PATCH v2 0/2] tests/qht-bench: Adjust rate/threshold computation
 2020-07-02 19:51 UTC  (2+ messages)

[PATCH v2] SEV: QMP support for Inject-Launch-Secret
 2020-07-02 19:42 UTC 

[PATCH v4 0/2] target/m68k: fix physical address translation in m68k_cpu_get_phys_page_debug()
 2020-07-02 19:26 UTC  (3+ messages)
` [PATCH v4 2/2] target/m68k: consolidate physical translation offset into get_physical_address()

[PATCH 0/4] hw/arm/virt-acpi-build: Only expose flash on older machine types
 2020-07-02 19:26 UTC  (2+ messages)

[PATCH] target/arm: Fix temp double-free in sve ldr/str
 2020-07-02 19:18 UTC  (2+ messages)

[PATCH 0/6] migration: bring savevm/loadvm/delvm over to QMP
 2020-07-02 19:13 UTC  (14+ messages)
` [PATCH 1/6] migration: improve error reporting of block driver state name
` [PATCH 2/6] migration: introduce savevm, loadvm, delvm QMP commands
` [PATCH 3/6] block: add ability to filter out blockdevs during snapshot
` [PATCH 4/6] block: allow specifying name of block device for vmstate storage
` [PATCH 5/6] migration: support excluding block devs in QMP snapshot commands
` [PATCH 6/6] migration: support picking vmstate disk "

[PATCH v2 0/1] Add Script for Dissecting QEMU Execution
 2020-07-02 19:10 UTC  (4+ messages)
` [PATCH v2 1/1] scripts/performance: Add dissect.py script

[PATCH v5 00/21] virtio-mem: Paravirtualized memory hot(un)plug
 2020-07-02 19:08 UTC  (3+ messages)
` [PATCH v5 19/21] virtio-mem: Add trace events

[PATCH 1/3] target/nios2: add DISAS_NORETURN case for nothing more to generate
 2020-07-02 18:53 UTC  (7+ messages)
` [PATCH 2/3] target/nios2: in line the semantics of DISAS_UPDATE with other targets
` [PATCH 3/3] target/nios2: Use gen_io_start around wrctl instruction

[PATCH 00/17] spitz: fix hacks, fix CID 1421913, various cleanups
 2020-07-02 18:23 UTC  (7+ messages)
` [PATCH 12/17] hw/arm/spitz: Encapsulate misc GPIO handling in a device
` [PATCH 16/17] hw/arm/spitz: Provide usual QOM macros for corgi-ssp and spitz-lcdtg
` [PATCH 17/17] Replace uses of FROM_SSI_SLAVE() macro with QOM casts

[PATCH 0/6] target/riscv: NaN-boxing for multiple precison
 2020-07-02 17:38 UTC  (10+ messages)
` [PATCH 1/6] target/riscv: move gen_nanbox_fpr to translate.c
` [PATCH 2/6] target/riscv: NaN-boxing compute, sign-injection and convert instructions
` [PATCH 4/6] target/riscv: check before allocating TCG temps
` [PATCH 6/6] target/riscv: clean up fmv.w.x

[PULL v2 00/64] riscv-to-apply queue
 2020-07-02 17:27 UTC  (11+ messages)
` [PULL v2 45/64] target/riscv: vector floating-point/integer type-convert instructions
` [PULL v2 46/64] target/riscv: widening "
` [PULL v2 49/64] target/riscv: vector wideing integer reduction instructions
` [PULL v2 55/64] target/riscv: set-X-first mask bit
` [PULL v2 56/64] target/riscv: vector iota instruction
` [PULL v2 60/64] target/riscv: floating-point scalar move instructions
` [PULL v2 62/64] target/riscv: vector register gather instruction
` [PULL v2 63/64] target/riscv: vector compress instruction
` [PULL v2 64/64] target/riscv: configure and turn on vector extension from command line

[PATCH v6 0/5] 9pfs: readdir optimization
 2020-07-02 17:23 UTC  (4+ messages)
` [PATCH v6 4/5] 9pfs: T_readdir latency optimization

SEV: QMP support for Inject-Launch-Secret
 2020-07-02 16:56 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] MAINTAINERS: Add an entry for OpenSBI firmware
 2020-07-02 17:11 UTC  (2+ messages)

[Bug 1886076] [NEW] risc-v pmp implementation error
 2020-07-02 17:14 UTC 

[PATCH 0/3] Add strace support for printing arguments for a group of selected syscalls
 2020-07-02 17:16 UTC  (5+ messages)
` [PATCH 1/3] linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid()
` [PATCH 2/3] linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory

QEMU | Pipeline #162555453 has failed for master | 64f0ad8a
 2020-07-02 17:13 UTC 


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