qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-21 13:15:30 to 2020-02-21 19:51:41 UTC [more...]

[PATCH 0/3] RISC-V Spike machine improvements
 2020-02-21 19:49 UTC  (5+ messages)
` [PATCH 1/3] hw/riscv: Add optional symbol callback ptr to riscv_load_firmware()
` [PATCH 2/3] hw/riscv/spike: Allow loading firmware separately using -bios option

[PATCH v1] block/nvme: introduce PMR support from NVMe 1.4 spec
 2020-02-21 19:32 UTC  (8+ messages)

[PULL 0/6] virtiofs queue
 2020-02-21 18:37 UTC  (8+ messages)
` [PULL 1/6] virtiofsd: Help message fix for 'seconds'
` [PULL 2/6] tools/virtiofsd/passthrough_ll: Remove unneeded variable assignment
` [PULL 3/6] "
` [PULL 4/6] tools/virtiofsd/fuse_lowlevel: Fix fuse_out_header::error value
` [PULL 5/6] virtiofsd: Remove fuse.h and struct fuse_module
` [PULL 6/6] docs: Fix virtiofsd.1 location

[PATCH v1 0/4] Extension of migration tests
 2020-02-21 18:31 UTC  (3+ messages)
` [PATCH v1 3/4] Acceptance test: provides new functions

[PATCH v2 00/13] hw/arm: Add raspi0 and raspi1 machines
 2020-02-21 18:30 UTC  (5+ messages)
` [PATCH v2 12/13] hw/arm/raspi: Add the Raspberry Pi B+ machine

[QUESTION] Clang as QEMU compiler - two questions
 2020-02-21 18:28 UTC  (2+ messages)

[RFC PATCH v2] target/ppc: Enable hardfloat for PPC
 2020-02-21 18:26 UTC  (7+ messages)

[GSoC/Outreachy] Arduino complete setup visualization and emulation
 2020-02-21 18:18 UTC  (5+ messages)

[PATCH] hw/char/pl011: Output characters using best-effort mode
 2020-02-21 18:15 UTC  (10+ messages)

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

[PATCH v4 00/16] APIC ID fixes for AMD EPYC CPU model
 2020-02-21 17:51 UTC  (4+ messages)
` [PATCH v4 04/16] hw/i386: Introduce init_topo_info to initialize X86CPUTopoInfo

[PATCH 0/7] hw: Let devices own the MemoryRegion they create
 2020-02-21 17:36 UTC  (9+ messages)
` [PATCH 1/7] scripts/coccinelle: Add a script to let devices own their MemoryRegions
` [PATCH 2/7] hw/arm: Let devices own the MemoryRegion they create
` [PATCH 3/7] hw/char: "
` [PATCH 4/7] hw/core: "
` [PATCH 5/7] hw/display: "
` [PATCH 6/7] hw/dma: "
` [PATCH 7/7] hw/riscv: "

[PATCH v7 00/11] error: auto propagated local_err part I
 2020-02-21 17:31 UTC  (10+ messages)
` [PATCH v7 01/11] qapi/error: add (Error **errp) cleaning APIs
` [PATCH v7 02/11] error: auto propagated local_err

[PATCH] WHPX: Assigning maintainer for Windows Hypervisor Platform
 2020-02-21 17:15 UTC  (2+ messages)

[RFC PATCH v3 00/27] Add subcluster allocation to qcow2
 2020-02-21 17:10 UTC  (41+ messages)
` [RFC PATCH v3 07/27] qcow2: Add subcluster-related fields to BDRVQcow2State
` [RFC PATCH v3 10/27] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [RFC PATCH v3 12/27] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [RFC PATCH v3 14/27] qcow2: Add subcluster support to calculate_l2_meta()
` [RFC PATCH v3 15/27] qcow2: Add subcluster support to qcow2_get_cluster_offset()
` [RFC PATCH v3 16/27] qcow2: Add subcluster support to zero_in_l2_slice()
` [RFC PATCH v3 17/27] qcow2: Add subcluster support to discard_in_l2_slice()
` [RFC PATCH v3 18/27] qcow2: Add subcluster support to check_refcounts_l2()
` [RFC PATCH v3 19/27] qcow2: Add subcluster support to expand_zero_clusters_in_l1()
` [RFC PATCH v3 20/27] qcow2: Fix offset calculation in handle_dependencies()
` [RFC PATCH v3 21/27] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [RFC PATCH v3 22/27] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [RFC PATCH v3 23/27] qcow2: Add subcluster support to handle_alloc_space()
` [RFC PATCH v3 24/27] qcow2: Restrict qcow2_co_pwrite_zeroes() to full clusters only
` [RFC PATCH v3 25/27] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [RFC PATCH v3 26/27] qcow2: Add subcluster support to qcow2_measure()
` [RFC PATCH v3 27/27] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH] accel/kvm: Check ioctl(KVM_SET_USER_MEMORY_REGION) return value
 2020-02-21 17:03 UTC  (3+ messages)

[PULL v2 00/46] target-arm queue
 2020-02-21 17:00 UTC  (2+ messages)

[PATCH] console: make QMP screendump use coroutine
 2020-02-21 16:50 UTC  (6+ messages)

[PATCH v5 0/5] gpio: Add GPIO Aggregator
 2020-02-21 16:39 UTC  (6+ messages)
` [PATCH v5 4/5] docs: gpio: Add GPIO Aggregator documentation

[PATCH] maint: Include top-level *.rst files early in git diff
 2020-02-21 16:40 UTC  (3+ messages)

[PATCH 0/3] hw: More dma_memory_read/write() API cleanup
 2020-02-21 16:34 UTC  (6+ messages)
` [PATCH 1/3] hw/dma/sparc32_dma: Make espdma_memory_[read/write] static
` [PATCH 2/3] hw/scsi/esp: Let ESPDMAMemoryReadWriteFunc take void pointer and size_t
` [PATCH 3/3] hw/net/pcnet: Let phys_mem_read/write take void pointer and boolean

[PATCH v1 00/13] migrate/ram: Fix resizing RAM blocks while migrating
 2020-02-21 16:35 UTC  (16+ messages)
` [PATCH v1 05/13] migrate/ram: Handle RAM block resizes during precopy
` [PATCH v1 06/13] migrate/ram: Discard new RAM when growing RAM blocks and the VM is stopped

[PATCH v2 0/2] block/curl: Improve HTTP header parsing
 2020-02-21 16:32 UTC  (3+ messages)
` [PATCH v2 1/2] block/curl: HTTP header fields allow whitespace around values
` [PATCH v2 2/2] block/curl: HTTP header field names are case insensitive

[PATCH] hw/unicore32/puv3: Simplify puv3_soc_init()
 2020-02-21 16:23 UTC 

[PATCH] target/i386: check for empty register in FXAM
 2020-02-21 16:20 UTC 

[PATCH] hw/mips/mips_int: Simplify cpu_mips_irq_init_cpu()
 2020-02-21 16:20 UTC 

[PATCH] target: i386: Check float overflow about register stack
 2020-02-21 16:18 UTC  (4+ messages)

[PULL 00/52] target-arm queue
 2020-02-21 16:10 UTC  (42+ messages)
` [PULL 14/52] target/arm: Add _aa32_ to isar_feature functions testing 32-bit ID registers
` [PULL 16/52] target/arm: Add isar_feature_any_fp16 and document naming/usage conventions
` [PULL 17/52] target/arm: Define and use any_predinv isar_feature test
` [PULL 18/52] target/arm: Factor out PMU register definitions
` [PULL 19/52] target/arm: Add and use FIELD definitions for ID_AA64DFR0_EL1
` [PULL 20/52] target/arm: Use FIELD macros for clearing ID_DFR0 PERFMON field
` [PULL 21/52] target/arm: Define an aa32_pmu_8_1 isar feature test function
` [PULL 22/52] target/arm: Add _aa64_ and _any_ versions of pmu_8_1 isar checks
` [PULL 23/52] target/arm: Stop assuming DBGDIDR always exists
` [PULL 24/52] target/arm: Move DBGDIDR into ARMISARegisters
` [PULL 25/52] target/arm: Read debug-related ID registers from KVM
` [PULL 26/52] target/arm: Implement ARMv8.1-PMU extension
` [PULL 27/52] target/arm: Implement ARMv8.4-PMU extension
` [PULL 28/52] target/arm: Provide ARMv8.4-PMU in '-cpu max'
` [PULL 29/52] target/arm: Correct definition of PMCRDP
` [PULL 30/52] target/arm: Correct handling of PMCR_EL0.LC bit
` [PULL 31/52] target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks
` [PULL 32/52] target/arm: Use isar_feature function for testing AA32HPD feature
` [PULL 33/52] target/arm: Use FIELD_EX32 for testing 32-bit fields
` [PULL 34/52] target/arm: Correctly implement ACTLR2, HACTLR2
` [PULL 35/52] hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include file
` [PULL 36/52] hcd-ehci: Introduce "companion-enable" sysbus property
` [PULL 37/52] arm: allwinner: Wire up USB ports
` [PULL 38/52] target/arm: Vectorize USHL and SSHL
` [PULL 39/52] target/arm: Convert PMUL.8 to gvec
` [PULL 40/52] target/arm: Convert PMULL.64 "
` [PULL 41/52] target/arm: Convert PMULL.8 "
` [PULL 42/52] xilinx_spips: Correct the number of dummy cycles for the FAST_READ_4 cmd
` [PULL 43/52] sh4: Fix PCI ISA IO memory subregion
` [PULL 44/52] target/arm: Rename isar_feature_aa32_simd_r32
` [PULL 45/52] target/arm: Use isar_feature_aa32_simd_r32 more places
` [PULL 46/52] target/arm: Set MVFR0.FPSP for ARMv5 cpus
` [PULL 47/52] target/arm: Add isar_feature_aa32_simd_r16
` [PULL 48/52] target/arm: Rename isar_feature_aa32_fpdp_v2
` [PULL 49/52] target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}
` [PULL 50/52] target/arm: Perform fpdp_v2 check first
` [PULL 51/52] target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3
` [PULL 52/52] target/arm: Add missing checks for fpsp_v2

[PATCH 00/19] target/arm: vfp feature and decodetree cleanup
 2020-02-21 16:05 UTC  (17+ messages)
` [PATCH 02/19] target/arm: Rename isar_feature_aa32_simd_r32
` [PATCH 03/19] target/arm: Use isar_feature_aa32_simd_r32 more places
` [PATCH 04/19] target/arm: Set MVFR0.FPSP for ARMv5 cpus
` [PATCH 05/19] target/arm: Add isar_feature_aa32_simd_r16
` [PATCH 07/19] target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3}
` [PATCH 08/19] target/arm: Perform fpdp_v2 check first
` [PATCH 09/19] target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3
` [PATCH 10/19] target/arm: Add missing checks for fpsp_v2

[Qemu-devel] [Bug 1838569] [NEW] virtio-balloon change breaks post 4.0 upgrade
 2020-02-21 15:52 UTC  (2+ messages)
` [Bug 1838569] "

[Qemu-devel] [Bug 1722884] [NEW] keyboard input while mouse moving triggers mouse failure
 2020-02-21  9:15 UTC  (2+ messages)
` [Bug 1722884] "

[PATCH] pcie_root_port: Add disable_hotplug option
 2020-02-21 15:45 UTC  (7+ messages)

[PATCH] hw/ide: Remove status register read side effect
 2020-02-21 15:43 UTC  (2+ messages)

[PATCH 0/5] aio-posix: towards an O(1) event loop
 2020-02-21 15:37 UTC  (11+ messages)
` [PATCH 5/5] aio-posix: make AioHandler dispatch O(1) with epoll

[PATCH v3 0/2] qemu-cpu-models: Convert to rST; document other MSR bits
 2020-02-21 15:36 UTC  (5+ messages)
` [PATCH v3 1/2] docs: Convert qemu-cpu-models.texi to rST

[PATCH rc4 00/29] target/avr merger
 2020-02-21 15:31 UTC  (7+ messages)
` [PATCH rc4 06/29] target/avr: Add defintions of AVR core types

[PATCH v2 1/3] arm_gic: Mask the un-supported priority bits
 2020-02-21 15:30 UTC  (6+ messages)
` [PATCH v2 2/3] cpu/a9mpcore: Set number of GIC priority bits to 5
` [PATCH v2 3/3] cpu/arm11mpcore: Set number of GIC priority bits to 4

[PULL 00/20] ppc-for-5.0 queue 20200221
 2020-02-21 15:18 UTC  (2+ messages)

[PATCH v10 00/22] Add virtual device fuzzing support
 2020-02-21 15:17 UTC  (6+ messages)
` [PATCH v10 01/22] softmmu: move vl.c to softmmu/
` [PATCH v10 21/22] fuzz: add virtio-scsi fuzz target

[PATCH v2 00/20] linux-user: generate syscall_nr.sh
 2020-02-21 14:37 UTC  (5+ messages)

[PATCH v16 00/10] VIRTIO-IOMMU device
 2020-02-21 14:27 UTC  (6+ messages)
` [PATCH v16 09/10] hw/arm/virt: Add the virtio-iommu device tree mappings
` [PATCH v16 10/10] MAINTAINERS: add virtio-iommu related files

[Bug 1863601] [NEW] unable to type "|" character in french keyboard
 2020-02-21 14:18 UTC  (4+ messages)
` [Bug 1863601] "

[PULL 00/18] Block patches
 2020-02-21 14:20 UTC  (2+ messages)

[PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-02-21 14:09 UTC  (6+ messages)
` [PATCH v24 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro
` [PATCH v24 09/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH] qdev-monitor: Forbid repeated device_del
 2020-02-21 13:58 UTC  (3+ messages)

[PATCH v3] util/async: make bh_aio_poll() O(1)
 2020-02-21 13:55 UTC  (2+ messages)

[PATCH] rcu_queue: add QSLIST functions
 2020-02-21 13:51 UTC  (2+ messages)

Race condition in overlayed qcow2?
 2020-02-21 13:23 UTC  (9+ messages)

[PATCH] util/async: make bh_aio_poll() O(1)
 2020-02-21 13:47 UTC  (5+ messages)

[PATCH] aio-posix: avoid reacquiring rcu_read_lock() when polling
 2020-02-21 13:34 UTC  (2+ 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).