qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-26 12:29:25 to 2020-02-26 23:26:29 UTC [more...]

[PATCH v5 0/2] block/nbd: fix memory leak in nbd_open
 2020-02-26 23:25 UTC  (3+ messages)
` [PATCH v5 1/2] block/nbd: extract the common cleanup code

[PATCH v8 0/9] Clock framework API
 2020-02-26 22:58 UTC  (13+ messages)
` [PATCH v8 4/9] qdev-clock: introduce an init array to ease the device construction
` [PATCH v8 5/9] docs/clocks: add device's clock documentation
` [PATCH v8 6/9] hw/misc/zynq_slcr: add clock generation for uarts
` [PATCH v8 7/9] hw/char/cadence_uart: add clock support
` [PATCH v8 8/9] hw/arm/xilinx_zynq: connect uart clocks to slcr
` [PATCH v8 9/9] qdev-monitor: print the device's clock with info qtree

[PATCH 0/5] vfio/pci: Fix up breakage against split irqchip and INTx
 2020-02-26 22:55 UTC  (6+ messages)
` [PATCH 1/5] vfio/pci: Disable INTx fast path if using split irqchip
` [PATCH 2/5] vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds
` [PATCH 3/5] KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd
` [PATCH 4/5] KVM: Kick resamplefd for split kernel irqchip
` [PATCH 5/5] Revert "vfio/pci: Disable INTx fast path if using split irqchip"

[PATCH v1 0/4] Fix codegen translation cache size
 2020-02-26 22:55 UTC  (13+ messages)
` [PATCH v1 1/4] accel/tcg: use units.h for defining code gen buffer sizes
` [PATCH v1 2/4] accel/tcg: remove link between guest ram and TCG cache size
` [PATCH v1 3/4] accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hosts
` [PATCH v1 4/4] accel/tcg: increase default code gen buffer size for 64 bit

[PATCH] ppc: Officially deprecate the CPU "compat" property
 2020-02-26 22:46 UTC  (2+ messages)

[RFC PATCH v2] target/ppc: Enable hardfloat for PPC
 2020-02-26 22:51 UTC  (25+ messages)
            ` R: "
                        ` R: "

[PATCH v4 00/10] vTPM for aarch64
 2020-02-26 22:44 UTC  (12+ messages)
` [PATCH v4 01/10] tpm: rename TPM_TIS into TPM_TIS_ISA
` [PATCH v4 02/10] tpm: Use TPMState as a common struct
` [PATCH v4 03/10] tpm: Separate tpm_tis common functions from isa code
` [PATCH v4 04/10] tpm: Separate TPM_TIS and TPM_TIS_ISA configs
` [PATCH v4 05/10] tpm: Add the SysBus TPM TIS device
` [PATCH v4 06/10] hw/arm/virt: vTPM support
` [PATCH v4 07/10] docs/specs/tpm: Document TPM_TIS sysbus device for ARM
` [PATCH v4 08/10] test: tpm: pass optional machine options to swtpm test functions
` [PATCH v4 09/10] test: tpm-tis: Get prepared to share tests between ISA and sysbus devices
` [PATCH v4 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test

[PATCH v5 0/4] target-riscv: support vector extension part 1
 2020-02-26 22:28 UTC  (13+ messages)
` [PATCH v5 1/4] target/riscv: add vector extension field in CPURISCVState
` [PATCH v5 2/4] target/riscv: implementation-defined constant parameters
` [PATCH v5 3/4] target/riscv: support vector extension csr
` [PATCH v5 4/4] target/riscv: add vector configure instruction

[PATCH v2 0/1] Enable PMR feature from NVMe 1.4 spec to NVMe driver
 2020-02-26 22:00 UTC  (3+ messages)
` [PATCH v2 1/1] block/nvme: introduce PMR support from NVMe 1.4 spec

[PATCH v2] hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logic
 2020-02-26 21:43 UTC  (3+ messages)

[PATCH v3 0/2] linux-user: generate syscall_nr.sh for RISC-V
 2020-02-26 21:26 UTC  (3+ messages)
` [PATCH v3 1/2] linux-user: Protect more syscalls
` [PATCH v3 2/2] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel

[PULL 000/136] Misc patches for 2020-02-25 (refactoring and Coccinelle edition)
 2020-02-26 21:07 UTC  (2+ messages)

[PATCH] target/xtensa: fix pasto in pfwait.r opcode name
 2020-02-26 20:59 UTC 

PATCH] WHPX: TSC get and set should be dependent on VM state
 2020-02-26 20:54 UTC 

[PATCH v3 00/10] vTPM for aarch64
 2020-02-26 20:17 UTC  (17+ messages)
` [PATCH v3 06/10] hw/arm/virt: vTPM support
` [PATCH v3 07/10] docs/specs/tpm: Document TPM_TIS sysbus device for ARM
` [PATCH v3 08/10] test: tpm: pass optional machine options to swtpm test functions
` [PATCH v3 09/10] test: tpm-tis: Get prepared to share tests between ISA and sysbus devices
` [PATCH v3 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test

[PATCH v5 00/18] s390x: Protected Virtualization support
 2020-02-26 20:09 UTC  (28+ messages)
` [PATCH v5 01/18] s390x: Use constant for ESA PSW address
` [PATCH v5 05/18] s390x: protvirt: Add migration blocker
` [PATCH v5 06/18] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
` [PATCH v5 07/18] s390x: protvirt: Inhibit balloon when switching to protected mode
` [PATCH v5 13/18] s390x: protvirt: Move diag 308 data over SIDAD
` [PATCH v5 15/18] s390x: protvirt: Move IO control structures over SIDA
` [PATCH v5 16/18] s390x: protvirt: Handle SIGP store status correctly
` [PATCH v5 18/18] docs: Add protvirt docs

[PATCH] softmmu/vl.c: fix too slow TCG regression
 2020-02-26 19:51 UTC  (3+ messages)

[Bug 1862986] [NEW] qemu-s390x crashes when run on aarch64
 2020-02-26 19:33 UTC  (5+ messages)
` [Bug 1862986] "

[PATCH v2 0/2] linux-user: generate syscall_nr.sh for RISC-V
 2020-02-26 19:32 UTC  (6+ messages)
` [PATCH v2 2/2] linux-user/riscv: Update the syscall_nr's to the 5.5 kernel

[PATCH 0/6] block: add block-dirty-bitmap-populate job
 2020-02-26 19:11 UTC  (6+ messages)
` [PATCH 1/6] block: add bitmap-populate job

[RFC 0/2] hw/arm/virt: kvm: allow gicv3 by default if host does not support v2
 2020-02-26 18:42 UTC  (4+ messages)
` [RFC 1/2] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
` [RFC 2/2] hw/arm/virt: kvm: allow gicv3 by default if host does not support v2

[PATCH] hw/i386/intel_iommu: Simplify vtd_find_as_from_bus_num() logic
 2020-02-26 18:13 UTC  (3+ messages)

[PATCH 0/2] iotests: complicate run_job with this one weird trick?
 2020-02-26 18:04 UTC  (7+ messages)
` [PATCH 1/2] iotests: add JobRunner class
` [PATCH 2/2] iotests: modify test 040 to use JobRunner

[PATCH v2 00/13] redundant code: Fix warnings reported by Clang static code analyzer
 2020-02-26 17:56 UTC  (4+ messages)
` [PATCH v2 09/13] dma/xlnx-zdma: Remove redundant statement in zdma_write_dst()

[PATCH 1/1] target/riscv: Fix VS mode interrupts forwarding
 2020-02-26 17:55 UTC  (5+ messages)

[PATCH] hw/arm/smmu-common: a fix to smmu_find_smmu_pcibus
 2020-02-26 17:57 UTC  (4+ messages)

[PATCH 0/3] reference implementation of RSS
 2020-02-26 17:48 UTC  (4+ messages)
` [PATCH 1/3] virtio-net: introduce RSS RX steering feature
` [PATCH 2/3] virtio-net: implement RSS configuration command
` [PATCH 3/3] virtio-net: implement RX RSS processing

[PATCH v3] pcie_root_port: Add hotplug disabling option
 2020-02-26 17:46 UTC 

[PATCH v2 fixed 00/16] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-26 17:36 UTC  (5+ messages)
` [PATCH v2 fixed 08/16] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()

[PATCH v2 0/6] tests/boot_linux_console: add extra boot acceptance tests
 2020-02-26 17:36 UTC  (5+ messages)
` [PATCH v2 2/6] tests/boot_linux_console: add BIOS acceptance test

[PATCH v2 00/29] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86
 2020-02-26 17:34 UTC  (4+ messages)
` [PATCH v2 09/29] tests/acceptance: Use 'machine' tag to check if available in QEMU binary

[RFC PATCH v3 00/27] Add subcluster allocation to qcow2
 2020-02-26 17:19 UTC  (9+ messages)
` [RFC PATCH v3 05/27] qcow2: Document the Extended L2 Entries feature
` [RFC PATCH v3 19/27] qcow2: Add subcluster support to expand_zero_clusters_in_l1()

[Qemu-devel] [PATCH v2 3/3] Update Documentation
 2020-02-26 17:14 UTC  (2+ messages)

[PATCH] hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2
 2020-02-26 17:09 UTC  (6+ messages)

[PATCH v9] qga: add command guest-get-devices for reporting VirtIO devices
 2020-02-26 17:01 UTC  (2+ messages)

[PATCH V2] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-02-26 16:52 UTC  (11+ messages)

[PATCH] accel/tcg: remove link between guest ram and TCG cache size
 2020-02-26 16:36 UTC  (3+ messages)

[PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-02-26 16:34 UTC  (5+ messages)

[PATCH v3 00/13] migrate/ram: Fix resizing RAM blocks while migrating
 2020-02-26 16:34 UTC  (18+ messages)
` [PATCH v3 01/13] util: vfio-helpers: Factor out and fix processing of existing ram blocks
` [PATCH v3 02/13] stubs/ram-block: Remove stubs that are no longer needed
` [PATCH v3 03/13] numa: Teach ram block notifiers about resizeable ram blocks
` [PATCH v3 04/13] numa: Make all callbacks of ram block notifiers optional
` [PATCH v3 05/13] migration/ram: Handle RAM block resizes during precopy
` [PATCH v3 06/13] exec: Relax range check in ram_block_discard_range()
` [PATCH v3 07/13] migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incoming_init()
` [PATCH v3 08/13] migration/ram: Simplify host page handling in ram_load_postcopy()
` [PATCH v3 09/13] migration/ram: Consolidate variable reset after placement "
` [PATCH v3 10/13] migration/ram: Handle RAM block resizes during postcopy
` [PATCH v3 11/13] migration/multifd: Print used_length of memory block
` [PATCH v3 12/13] migration/ram: Use offset_in_ramblock() in range checks
` [PATCH v3 13/13] migration/ram: Tolerate partially changed mappings in postcopy code

[qemu-web PATCH] Add GSoC 2020 announcement to blog
 2020-02-26 16:31 UTC  (2+ messages)

Implementing IOMMU support for SDHCI
 2020-02-26 16:29 UTC  (2+ messages)

[RFC PATCH 00/66] Hexagon patch series
 2020-02-26 16:13 UTC  (3+ messages)

Sudden slowdown of ARM emulation in master
 2020-02-26 15:29 UTC  (6+ messages)

[PATCH v4 0/5] vhost-user block device backend implementation
 2020-02-26 15:18 UTC  (3+ messages)

[PATCH v4 00/10] Further bitmaps improvements
 2020-02-26 15:06 UTC  (6+ messages)
` [PATCH v4 05/10] block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
` [PATCH v4 08/10] nbd/server: introduce NBDExtentArray

[PATCH v6 00/18] target/ppc: Correct some errors with real mode handling
 2020-02-26 14:47 UTC  (11+ messages)
` [PATCH v6 11/18] target/ppc: Only calculate RMLS derived RMA limit on demand
` [PATCH v6 12/18] target/ppc: Don't store VRMA SLBE persistently
` [PATCH v6 13/18] spapr: Don't use weird units for MIN_RMA_SLOF
` [PATCH v6 17/18] spapr: Clean up RMA size calculation
` [PATCH v6 18/18] spapr: Fold spapr_node0_size() into its only caller

[PATCH 0/2] aspeed/smc: fix data corruption on witherspoon machines
 2020-02-26 14:21 UTC  (3+ messages)
` [PATCH 1/2] aspeed/smc: Add some tracing

[PATCH v3 00/19] testing & plugin updates
 2020-02-26 13:59 UTC  (4+ messages)
` [PATCH v3 12/19] tests/plugin: prevent uninitialized warning

[PATCH] block: Fix leak in bdrv_create_file_fallback()
 2020-02-26 13:56 UTC  (2+ messages)

[PATCH 0/3] qcow2: Fix alloc_cluster_abort() for pre-existing clusters
 2020-02-26 13:53 UTC  (2+ messages)

[PATCH v2] iotests: Fix nonportable use of od --endian
 2020-02-26 13:19 UTC  (2+ messages)

[PATCH] spapr: Fix Coverity warning while validating nvdimm options
 2020-02-26 12:49 UTC  (3+ messages)

[PATCH] iotests: Fix nonportable use of od --endian
 2020-02-26 12:49 UTC  (3+ messages)


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