qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-17 07:56:19 to 2020-09-17 14:20:12 UTC [more...]

[RFC PATCH 00/12] hw/arm/virt: Introduce cpu and cache topology support
 2020-09-17 14:11 UTC  (24+ messages)
` [RFC PATCH 02/12] target/arm/kvm64: make MPIDR consistent with CPU Topology
` [RFC PATCH 03/12] target/arm/kvm32: "
` [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path
` [RFC PATCH 05/12] hw/arm/virt: DT: add cpu-map
` [RFC PATCH 06/12] hw/arm/virt-acpi-build: distinguish possible and present cpus
` [RFC PATCH 07/12] hw/acpi/aml-build: add processor hierarchy node structure
` [RFC PATCH 08/12] hw/arm/virt-acpi-build: add PPTT table
` [RFC PATCH 09/12] target/arm/cpu: Add CPU cache description for arm

[PATCH 00/14] block: deal with errp: part I
 2020-09-17 13:59 UTC  (7+ messages)
` [PATCH 02/14] block: use return status of bdrv_append()
` [PATCH 04/14] blockdev: fix drive_backup_prepare() missed error
` [PATCH 05/14] block: drop extra error propagation for bdrv_set_backing_hd

[PATCH v7 00/12] i440fx/acpi: addition of feature and bug fixes
 2020-09-17 14:11 UTC  (15+ messages)
` [PATCH v7 01/12] tests/acpi: mark addition of table DSDT.roothp for unit testing root pci hotplug
` [PATCH v7 02/12] tests/acpi: add new unit test to test hotplug off/on feature on the root pci bus
` [PATCH v7 03/12] tests/acpi: add a new ACPI table in order to test root pci hotplug on/off
` [PATCH v7 04/12] Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable bus
` [PATCH v7 05/12] i440fx/acpi: do not add hotplug related amls for cold plugged bridges
` [PATCH v7 06/12] tests/acpi: list added acpi table binary file for pci bridge hotplug test
` [PATCH v7 07/12] tests/acpi: unit test for 'acpi-pci-hotplug-with-bridge-support' bridge flag
` [PATCH v7 08/12] tests/acpi: add newly added acpi DSDT table blob for pci bridge hotplug flag
` [PATCH v7 09/12] piix4: don't reserve hw resources when hotplug is off globally
` [PATCH v7 10/12] tests/acpi: update golden master DSDT binary table blobs for q35
` [PATCH v7 11/12] tests/acpi: unit test exercising global pci hotplug off for i440fx
` [PATCH v7 12/12] tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug

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

Use patchew to push successfully applied series to GitLab
 2020-09-17 13:55 UTC  (5+ messages)

[PATCH v2 for 5.2 0/3] block: add logging facility for long standing IO requests
 2020-09-17 13:56 UTC  (3+ messages)
` [PATCH 2/3] "

[PATCH 0/3] block/nvme: Fix NVMeRegs alignment/packing and use atomic operations
 2020-09-17 13:52 UTC  (4+ messages)
` [PATCH 1/3] block/nvme: Initialize constant values with const_le32()

[PULL 00/24] qtests, unit tests and Cirrus-CI fixes / improvements
 2020-09-17 13:46 UTC  (2+ messages)

[REPORT] Nightly Performance Tests - Wednesday, September 16, 2020
 2020-09-17 13:46 UTC  (3+ messages)

[PATCH] docker.py: always use --rm
 2020-09-17 13:38 UTC  (6+ messages)

[PATCH v3 0/4] build spice chardevs as module
 2020-09-17 13:35 UTC  (8+ messages)
` [PATCH v3 1/4] ui/spice-app: don't use qemu_chr_open_spice_port directly
` [PATCH v3 2/4] chardev/spice: make qemu_chr_open_spice_port static
` [PATCH v3 3/4] chardev/spice: simplify chardev setup
` [PATCH v3 4/4] chardev/spice: build spice chardevs as module

[PATCH] target/i386: always create kvmclock device
 2020-09-17 13:34 UTC  (5+ messages)

[PATCH 0/2] qpm: Minor error value corrections
 2020-09-17 13:31 UTC  (9+ messages)
` [PATCH 1/2] qom: Clean up object_property_get_enum()'s error value
` [PATCH 2/2] qom: Correct error values in two contracts

[PATCH 0/2] block;scsi-generic: Fix max transfer size calculation
 2020-09-17 13:24 UTC  (5+ messages)
` [PATCH 1/2] file-posix: Correctly read max_segments of SG nodes

[PATCH V2 00/10] fix some comment spelling errors
 2020-09-17 13:24 UTC  (2+ messages)

[PATCH] meson: report accelerator support
 2020-09-17 13:21 UTC  (2+ messages)

[PATCH 00/15] spapr: Error handling fixes and cleanups (round 2)
 2020-09-17 13:17 UTC  (11+ messages)
` [PATCH 14/15] spapr: Simplify error handling in spapr_memory_plug()
    ` [SPAM] "

QEMU policy for real file tests
 2020-09-17 13:11 UTC  (9+ messages)

Python docstrings and licensing/authorship
 2020-09-17 12:55 UTC  (5+ messages)

[PATCH v2 00/10] fix some error memleaks
 2020-09-17 12:49 UTC  (2+ messages)

QEMU 5.0 virtio-blk performance regression with high queue depths
 2020-09-17 12:41 UTC  (5+ messages)

[RFC v2 00/10] Support disable/enable CPU features for AArch64
 2020-09-17 12:14 UTC  (11+ messages)
` [RFC v2 01/10] linux-header: Introduce KVM_CAP_ARM_CPU_FEATURE
` [RFC v2 02/10] target/arm: Update ID fields
` [RFC v2 03/10] target/arm: only set ID_PFR1_EL1.GIC for AArch32 guest
` [RFC v2 04/10] target/arm: convert isar regs to array
` [RFC v2 05/10] target/arm: Introduce kvm_arm_cpu_feature_supported
` [RFC v2 06/10] target/arm: register CPU features for property
` [RFC v2 07/10] target/arm: Allow ID registers to synchronize to KVM
` [RFC v2 08/10] target/arm: Introduce user_mask to indicate whether the feature is set explicitly
` [RFC v2 09/10] target/arm: introduce CPU feature dependency mechanism
` [RFC v2 10/10] target/arm: Add CPU features to query-cpu-model-expansion

[PULL 0/8] Block odirect patches
 2020-09-17 12:37 UTC  (2+ messages)

[PATCH v2] virtio: skip legacy support check on machine types less than 5.1
 2020-09-17 12:09 UTC  (8+ messages)

[PATCH v1] s390x/tcg: Implement MONITOR CALL
 2020-09-17 11:54 UTC 

[PATCH v7 0/7] Make hcd-xhci independent of pci hooks
 2020-09-17 11:44 UTC  (3+ messages)
` [PATCH v7 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model

Why QEMU treats each instruction as one translation block?
 2020-09-17 10:48 UTC  (2+ messages)

[RFC PATCH v2 0/4] Use ACPI PCI hot-plug for q35
 2020-09-17 10:40 UTC  (7+ messages)
` [RFC PATCH v2 3/4] hw/i386/acpi-build: Turn off support of PCIe native hot-plug and SHPC in _OSC

[PATCH 0/2] meson: move libmpathpersist test
 2020-09-17 10:36 UTC  (3+ messages)

[PATCH v10 00/12] *** A Method for evaluating dirty page rate ***
 2020-09-17 10:21 UTC  (7+ messages)
` [PATCH v10 11/12] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function

[PATCH v2] qemu-img: Support bitmap --merge into backing image
 2020-09-17 10:19 UTC  (4+ messages)

[PATCH] target/i386: Fix VM migration when interrupt based APF is enabled
 2020-09-17 10:23 UTC 

riscv32 wait() problem, qemu or glibc?
 2020-09-17 10:16 UTC  (4+ messages)

[PATCH v1 0/2] Add timeout mechanism to qmp actions
 2020-09-17 10:10 UTC  (8+ messages)

[PATCH v3 0/5] s390x/pci: Accomodate vfio DMA limiting
 2020-09-17  9:59 UTC  (6+ messages)
` [PATCH v3 4/5] s390x/pci: Add routine to get the vfio dma available count

[PATCH v2 0/3] virtio: restore elem->in/out_sg after iov_discard_front/back()
 2020-09-17  9:44 UTC  (4+ messages)
` [PATCH v2 1/3] util/iov: add iov_discard_undo()
` [PATCH v2 2/3] virtio-blk: undo destructive iov_discard_*() operations
` [PATCH v2 3/3] virtio-crypto: don't modify elem->in/out_sg

[PATCH 0/3] virtio: restore elem->in/out_sg after iov_discard_front/back()
 2020-09-17  9:34 UTC  (4+ messages)
` [PATCH 2/3] virtio-blk: undo destructive iov_discard_*() operations

[Bug 1892604] [NEW] qemu-system-arm: ../hw/usb/hcd-dwc2.c:666: dwc2_glbreg_read: Assertion `addr <= GINTSTS2' failed
 2020-09-17  9:21 UTC  (3+ messages)
` [Bug 1892604] "

[PATCH v5 00/20] Convert QAPI doc comments to generate rST instead of texinfo
 2020-09-17  9:24 UTC  (3+ messages)
` [PATCH v5 15/20] docs/devel/qapi-code-gen.txt: Update to new rST backend conventions

Should we apply for GitLab's open source program?
 2020-09-17  9:19 UTC  (6+ messages)

[PATCH v5 00/10] preallocate filter
 2020-09-17  9:00 UTC  (4+ messages)

[PATCH v2] migration: Silence compiler warning in global_state_store_running()
 2020-09-17  8:54 UTC  (5+ messages)

[PATCH V3 00/10] fix some comment spelling errors
 2020-09-17  8:48 UTC  (15+ messages)
` [PATCH V3 01/10] qemu/: "
` [PATCH V3 02/10] migration/: "
` [PATCH V3 03/10] docs/: "
` [PATCH V3 04/10] scripts/: "
` [PATCH V3 05/10] util/: "
` [PATCH V3 06/10] linux-user/: "
` [PATCH V3 07/10] block/: "
` [PATCH V3 08/10] disas/: "
` [PATCH V3 09/10] qapi/: "
` [PATCH V3 10/10] contrib/: "

Why QEMU translates one instruction to a TB?
 2020-09-17  8:41 UTC 

[PATCH V9 0/6] mips: Add Loongson-3 machine support
 2020-09-17  8:22 UTC  (9+ messages)
` [PATCH V9 6/6] hw/mips: "

[PATCH 00/37] qapi: static typing conversion, pt1
 2020-09-17  8:07 UTC  (13+ messages)
` [PATCH 06/37] qapi: delint using flake8
` [PATCH 07/37] qapi: add pylintrc
` [PATCH 09/37] qapi/common.py: Add indent manager

[PATCH 0/5] qom: Convert more declarations to OBJECT_DECLARE*
 2020-09-17  7:57 UTC  (8+ messages)
` [PATCH 3/5] qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
` [PATCH 4/5] [automated] Use OBJECT_DECLARE_TYPE when possible
` [PATCH 5/5] [automated] Use OBJECT_DECLARE_SIMPLE_TYPE "

[PATCH v6 00/12] i440fx/acpi: addition of feature and bug fixes
 2020-09-17  8:06 UTC  (8+ messages)
` [PATCH v6 06/12] tests/acpi: list added acpi table binary file for pci bridge hotplug test
` [PATCH v6 07/12] tests/acpi: unit test for 'acpi-pci-hotplug-with-bridge-support' bridge flag
` [PATCH v6 09/12] piix4: don't reserve hw resources when hotplug is off globally
` [PATCH v6 10/12] tests/acpi: update golden master DSDT binary table blobs for q35
` [PATCH v6 11/12] tests/acpi: unit test exercising global pci hotplug off for i440fx
` [PATCH v6 12/12] tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug


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