qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-26 22:35:04 to 2020-03-27 14:18:37 UTC [more...]

[PATCH 0/6] acpi: i386 tweaks
 2020-03-27 14:17 UTC  (10+ messages)
` [PATCH 1/6] acpi: split hw/i386/acpi-build.c
` [PATCH 2/6] acpi: make build_madt() more generic
` [PATCH 3/6] acpi: factor out acpi_dsdt_add_fw_cfg()
` [PATCH 4/6] acpi: drop pointless _STA method
` [PATCH 5/6] acpi: serial: don't use "
` [PATCH 6/6] acpi: parallel: "

[PATCH v2] qcow2: Forbid discard in qcow2 v2 images with backing files
 2020-03-27 14:14 UTC  (2+ messages)

[PATCH v16 Kernel 4/7] vfio iommu: Implementation of ioctl for dirty pages tracking
 2020-03-27 14:09 UTC  (9+ messages)

[PATCH] qemu-user: fix build with LLVM lld 10
 2020-03-27 14:08 UTC  (6+ messages)

[PATCH 00/13] microvm: add acpi support
 2020-03-27 14:05 UTC  (6+ messages)

[PATCH] qemu/atomic.h: add #ifdef guards for stdatomic.h
 2020-03-27 13:35 UTC  (6+ messages)

[PATCH] monitor/hmp-cmds: add units for mirate_parameters
 2020-03-27 13:21 UTC  (6+ messages)

[PATCH for-5.0, v1] target/mips: Fix loongson multimedia condition instructions
 2020-03-27 12:46 UTC  (5+ messages)

[PATCH v2] s390x/pv: Retry ioctls on -EINTR
 2020-03-27 12:46 UTC 

[PULL 00/13] Net patches
 2020-03-27 12:05 UTC  (17+ messages)
` [PULL 01/13] hw/net/i82596: Correct command bitmask (CID 1419392)
` [PULL 02/13] hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive()
` [PULL 03/13] Fixed integer overflow in e1000e
` [PULL 04/13] hw/net/e1000e_core: Let e1000e_can_receive() return a boolean
` [PULL 05/13] hw/net/smc91c111: Let smc91c111_can_receive() "
` [PULL 06/13] hw/net/rtl8139: Simplify if/else statement
` [PULL 07/13] hw/net/rtl8139: Update coding style to make checkpatch.pl happy
` [PULL 08/13] hw/net: Make NetCanReceive() return a boolean
` [PULL 09/13] hw/net/can: Make CanBusClientInfo::can_receive() "
` [PULL 10/13] net/colo-compare.c: Expose "compare_timeout" to users
` [PULL 11/13] net/colo-compare.c: Expose "expired_scan_cycle" "
` [PULL 12/13] net: tulip: check frame size and r/w data length
` [PULL 13/13] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads

[PATCH for 5.0 v1 0/7] A selection of sanitiser fixes
 2020-03-27 11:45 UTC  (19+ messages)
` [PATCH v1 1/7] elf-ops: bail out if we have no function symbols
` [PATCH v1 2/7] linux-user: protect fcntl64 with an #ifdef
` [PATCH v1 3/7] tests/tcg: remove extraneous pasting macros
` [PATCH v1 4/7] linux-user: more debug for init_guest_space
` [PATCH v1 5/7] fpu/softfloat: avoid undefined behaviour when normalising empty sigs
` [PATCH v1 6/7] target/xtensa: add FIXME for translation memory leak
` [PATCH v1 7/7] gdbstub: fix compiler complaining

[PATCH] migration: fix bad indentation in error_report()
 2020-03-27 11:41 UTC  (2+ messages)

[PATCH v9 0/4] qcow2: Implement zstd cluster compression method
 2020-03-27 11:40 UTC  (5+ messages)
` [PATCH v9 3/4] qcow2: add zstd cluster compression

[PATCH v4 00/15] Ram blocks with resizeable anonymous allocations under POSIX
 2020-03-27 11:24 UTC  (4+ messages)
` [PATCH v4 15/15] exec: "

[PATCH] monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' fails
 2020-03-27 11:22 UTC  (2+ messages)

[PATCH v8 00/74] per-CPU locks
 2020-03-27 10:59 UTC  (7+ messages)

[PATCH for-5.0] xen: fixup RAM memory region initialization
 2020-03-27 10:55 UTC  (2+ messages)

[PATCH] hw/vfio: let readonly flag take effect for mmaped regions
 2020-03-27 11:19 UTC  (2+ messages)

[PATCH v5 00/18] s390x: Protected Virtualization support
 2020-03-27 10:50 UTC  (10+ messages)
` [PATCH v5 07/18] s390x: protvirt: Inhibit balloon when switching to protected mode

[PATCH v2] hw/arm/collie: Put StrongARMState* into a CollieMachineState struct
 2020-03-27 10:46 UTC  (2+ messages)

RFC: use VFIO over a UNIX domain socket to implement device offloading
 2020-03-27 10:37 UTC  (2+ messages)

[PATCH 0/8] pc-bios: s390x: Cleanup part 1
 2020-03-27 10:33 UTC  (6+ messages)
` [PATCH 1/8] pc-bios: s390x: Consolidate timing functions into time.h
` [PATCH 2/8] pc-bios: s390x: Get rid of magic offsets into the lowcore

[PATCH] s390x/pv: Retry ioctls on -EINTR
 2020-03-27 10:01 UTC  (7+ messages)

[PATCH v2 0/3] Fix some AIO context locking in jobs
 2020-03-27 10:00 UTC  (7+ messages)
` [PATCH v2 1/3] backup: don't acquire aio_context in backup_clean

[PATCH 0/3] Three trivial patchs
 2020-03-27  9:43 UTC  (4+ messages)
` [PATCH 1/3] gdbstub: prevent uninitialized warning

[PATCH v3 0/2] fix two virtio queues memleak
 2020-03-27  9:56 UTC  (3+ messages)
` [PATCH v3 1/2] virtio-blk: delete vqs on the error path in realize()
` [PATCH v3 2/2] virtio-iommu: delete vqs in unrealize to fix memleak

[PATCH 1/1] s390/ipl: fix off-by-one in update_machine_ipl_properties()
 2020-03-27  9:15 UTC  (2+ messages)

[PATCH] s390x: protvirt: Fix stray error_report_err in s390_machine_protect
 2020-03-27  9:15 UTC  (2+ messages)

[PATCH] gdbstub: fix compiler complaining
 2020-03-27  9:07 UTC  (2+ messages)

[PATCH 0/2] fix two virtio queues memleak
 2020-03-27  9:02 UTC  (10+ messages)
` [PATCH 1/2] virtio-blk: delete vqs on the error path in realize()
` [PATCH 2/2] virtio-iommu: delete vqs in unrealize to fix memleaks

[PATCH v2 0/2] fix two virtio queues memleak
 2020-03-27  9:03 UTC  (5+ messages)
` [PATCH v2 1/2] virtio-blk: delete vqs on the error path in realize()
` [PATCH v2 2/2] virtio-iommu: delete vqs in unrealize to fix memleak

[PATCH v6 0/8] gpio: Add GPIO Aggregator
 2020-03-27  8:45 UTC  (5+ messages)
` [PATCH v6 1/8] ARM: integrator: impd1: Use GPIO_LOOKUP() helper macro
  ` [PATCH v6 5/8] gpiolib: Introduce gpiod_set_config()

[PATCH v9 0/9] virtio-iommu: VFIO integration
 2020-03-27  8:34 UTC  (18+ messages)
` [PATCH v9 1/9] hw/vfio/common: Remove error print on mmio region translation by viommu
        ` [EXT] "
` [PATCH v9 2/9] memory: Add interface to set iommu page size mask
    ` [EXT] "
` [PATCH v9 4/9] virtio-iommu: set supported "
    ` [EXT] "
` [PATCH v9 8/9] virtio-iommu: Implement probe request
    ` [EXT] "

[Bug 1868116] Re: QEMU monitor no longer works
 2020-03-27  7:51 UTC  (2+ messages)

[PATCH 0/3] Fix Skylake, Cascadelake and Icelake Server CPU models
 2020-03-27  7:45 UTC  (3+ messages)

[PATCH v16 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-27  4:42 UTC  (6+ messages)
` [PATCH v16 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap

[Bug 1868527] [NEW] alignment may overlap the TLB flags
 2020-03-27  3:40 UTC  (2+ messages)
` [Bug 1868527] "

[PATCH v6 0/2] net: tulip: add checks to avoid OOB access
 2020-03-27  3:43 UTC  (9+ messages)
` [PATCH v6 1/2] net: tulip: check frame size and r/w data length

[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
 2020-03-27  3:02 UTC 

[PATCH v6 0/7] reference implementation of RSS and hash report
 2020-03-27  2:23 UTC  (3+ messages)

[PATCH] hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive()
 2020-03-27  2:10 UTC  (4+ messages)

[PATCH] hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads
 2020-03-27  2:00 UTC  (2+ messages)

[PATCH v7] net: tulip: check frame size and r/w data length
 2020-03-27  1:56 UTC  (3+ messages)

[PATCH v1 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-03-27  1:33 UTC  (9+ messages)
` [PATCH v1 12/22] intel_iommu: add PASID cache management infrastructure

[RFC for-5.1 0/4] Better handling of attempt NVLink2 unplug
 2020-03-26 23:56 UTC  (10+ messages)
` [RFC for-5.1 1/4] spapr: Refactor locating NVLink2 devices for device tree creation
` [RFC for-5.1 3/4] spapr: Fix failure path for attempting to hot unplug PCI bridges
` [RFC for-5.1 4/4] spapr: Don't allow unplug of NVLink2 devices

[PATCH for 5.0 v1 0/2] RISC-V: Fix Hypervisor guest user space
 2020-03-27  0:00 UTC  (7+ messages)
` [PATCH for 5.0 v1 1/2] riscv: Don't use stage-2 PTE lookup protection flags
` [PATCH for 5.0 v1 2/2] riscv: AND stage-1 and stage-2 "

[PATCH] i386/cpu: Expand MAX_FIXED_COUNTERS from 3 to 4 to for Icelake
 2020-03-26 23:56 UTC  (3+ messages)

[PATCH for-5.1 00/31] target/arm: SVE2, part 1
 2020-03-26 23:08 UTC  (32+ messages)
` [PATCH 01/31] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH 02/31] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH 03/31] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH 04/31] target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32
` [PATCH 05/31] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH 06/31] target/arm: Split out saturating/rounding shifts from neon
` [PATCH 07/31] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH 08/31] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH 09/31] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH 10/31] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH 11/31] target/arm: Implement SVE2 integer add/subtract long
` [PATCH 12/31] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH 13/31] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH 14/31] target/arm: Implement SVE2 integer multiply long
` [PATCH 15/31] target/arm: Implement PMULLB and PMULLT
` [PATCH 16/31] target/arm: Tidy SVE tszimm shift formats
` [PATCH 17/31] target/arm: Implement SVE2 bitwise shift left long
` [PATCH 18/31] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH 19/31] target/arm: Implement SVE2 bitwise permute
` [PATCH 20/31] target/arm: Implement SVE2 complex integer add
` [PATCH 21/31] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH 22/31] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH 23/31] target/arm: Create arm_gen_gvec_[us]sra
` [PATCH 24/31] target/arm: Create arm_gen_gvec_{u,s}{rshr,rsra}
` [PATCH 25/31] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH 26/31] target/arm: Create arm_gen_gvec_{sri,sli}
` [PATCH 27/31] target/arm: Tidy handle_vec_simd_shri
` [PATCH 28/31] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH 29/31] target/arm: Vectorize SABD/UABD
` [PATCH 30/31] target/arm: Vectorize SABA/UABA
` [PATCH 31/31] target/arm: Implement SVE2 integer absolute difference and accumulate

[PATCH 0/3] target/mips: Add loongson gs464 core
 2020-03-26 23:02 UTC  (2+ messages)

[PATCH-for-5.0 00/12] hw: Add missing error-propagation code
 2020-03-26 22:50 UTC  (7+ messages)
` [PATCH-for-5.0 07/12] hw/mips/cps: "
` [PATCH-for-5.0 08/12] hw/mips/boston: "
` [PATCH-for-5.0 09/12] hw/mips/mips_malta: "

[PATCH v5 0/6] 9pfs: readdir optimization
 2020-03-26 21:28 UTC  (2+ messages)
` [PATCH v5 3/6] 9pfs: make v9fs_readdir_response_size() public


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