qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-02 14:19:50 to 2020-04-03 08:50:56 UTC [more...]

[PATCH 0/3] Three trivial patchs
 2020-04-03  8:47 UTC  (3+ messages)
` [PATCH 3/3] crypto: Redundant type conversion for AES_KEY pointer

bdrv_drained_begin deadlock with io-threads
 2020-04-03  8:47 UTC  (18+ messages)

[PATCH v5 0/3] redundant code: Fix warnings reported by Clang static code analyzer
 2020-04-03  8:48 UTC  (8+ messages)

Qemu doesn't detect hard drive
 2020-04-03  8:45 UTC  (4+ messages)

[PATCH v4 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
 2020-04-03  8:44 UTC  (3+ messages)
` [PATCH v4 2/2] target/arm: kvm: Handle potential issue with dabt injection

[PATCH v2 0/3] drop writes to read-only ram device & vfio regions
 2020-04-03 17:08 UTC  (6+ messages)
` [PATCH v2 1/3] memory: drop guest writes to read-only ram device regions
` [PATCH v2 2/3] hw/vfio: drop guest writes to ro regions
` [PATCH v2 3/3] hw/vfio: let read-only flag take effect for mmap'd regions

[kvm-unit-tests PATCH v8 00/13] arm/arm64: Add ITS tests
 2020-04-03  8:23 UTC  (18+ messages)
` [kvm-unit-tests PATCH v8 01/13] libcflat: Add other size defines
` [kvm-unit-tests PATCH v8 02/13] page_alloc: Introduce get_order()
` [kvm-unit-tests PATCH v8 03/13] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH v8 04/13] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v8 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v8 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v8 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v8 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v8 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v8 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v8 11/13] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v8 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v8 13/13] arm/arm64: ITS: pending table migration test
` [PATCH kvm-unit-tests] fixup! "

is just a wrong function name of libusb_get_port_number? request for a review of the bug fix
 2020-04-03  8:19 UTC  (4+ messages)
  ` Re: is just a wrong function name of libusb_get_port_number? request for a review of the bug fix(Internet mail)
    `  "

[PATCH 0/5] ppc: sreset and machine check injection
 2020-04-03  8:07 UTC  (10+ messages)
` [PATCH 2/5] ppc/pnv: Add support for NMI interface
` [PATCH 3/5] nmi: add MCE class for implementing machine check injection commands
` [PATCH 5/5] ppc/pnv: Implement mce injection
  ` [EXTERNAL] "

[PATCH v2 00/12] acpi: i386 tweaks
 2020-04-03  8:05 UTC  (13+ messages)
` [PATCH v2 01/12] move 'typedef Aml' to qemu/types.h
` [PATCH v2 02/12] acpi: add aml builder stubs
` [PATCH v2 03/12] acpi: drop pointless _STA method
` [PATCH v2 04/12] acpi: serial: don't use "
` [PATCH v2 05/12] acpi: parallel: "
` [PATCH v2 06/12] acpi: add ISADeviceClass->build_aml()
` [PATCH v2 07/12] acpi: move aml builder code for rtc device
` [PATCH v2 08/12] acpi: move aml builder code for serial device
` [PATCH v2 09/12] acpi: move aml builder code for parallel device
` [PATCH v2 10/12] acpi: move aml builder code for floppy device
` [PATCH v2 11/12] acpi: move aml builder code for i8042 (kbd+mouse) device
` [PATCH v2 12/12] acpi: factor out fw_cfg_add_acpi_dsdt()

[PATCH v5] qcow2: Forbid discard in qcow2 v2 images with backing files
 2020-04-03  8:08 UTC  (2+ messages)

Questionable aspects of QEMU Error's design
 2020-04-03  7:48 UTC  (18+ messages)

[PATCH v10 00/14] iotests: use python logging
 2020-04-03  7:46 UTC  (8+ messages)
` [PATCH v10 10/14] iotests: add hmp helper with logging

[PATCH for-5.0] aio-posix: fix test-aio /aio/event/wait with fdmon-io_uring
 2020-04-03  7:26 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 00/12] KVM: arm64: PMUv3 Event Counter Tests
 2020-04-03  7:13 UTC  (13+ messages)
` [kvm-unit-tests PATCH v4 01/12] arm64: Provide read/write_sysreg_s
` [kvm-unit-tests PATCH v4 02/12] arm: pmu: Let pmu tests take a sub-test parameter
` [kvm-unit-tests PATCH v4 03/12] arm: pmu: Don't check PMCR.IMP anymore
` [kvm-unit-tests PATCH v4 04/12] arm: pmu: Add a pmu struct
` [kvm-unit-tests PATCH v4 05/12] arm: pmu: Introduce defines for PMU versions
` [kvm-unit-tests PATCH v4 06/12] arm: pmu: Check Required Event Support
` [kvm-unit-tests PATCH v4 07/12] arm: pmu: Basic event counter Tests
` [kvm-unit-tests PATCH v4 08/12] arm: pmu: Test SW_INCR event count
` [kvm-unit-tests PATCH v4 09/12] arm: pmu: Test chained counters
` [kvm-unit-tests PATCH v4 10/12] arm: pmu: test 32-bit <-> 64-bit transitions
` [kvm-unit-tests PATCH v4 11/12] arm: gic: Introduce gic_irq_set_clr_enable() helper
` [kvm-unit-tests PATCH v4 12/12] arm: pmu: Test overflow interrupts

[PATCH v1 0/5] dma/xlnx-zdma: Bug fixes
 2020-04-03  6:50 UTC  (16+ messages)
` [PATCH v1 1/5] dma/xlnx-zdma: Remove comment
` [PATCH v1 2/5] dma/xlnx-zdma: Populate DBG0.CMN_BUF_FREE
` [PATCH v1 3/5] dma/xlnx-zdma: Clear DMA_DONE when halting
` [PATCH v1 4/5] dma/xlnx-zdma: Advance the descriptor address when stopping
` [PATCH v1 5/5] dma/xlnx-zdma: Reorg to fix CUR_DSCR

[PATCH v3] qobject: json-streamer: Change bracket_count to brace_count
 2020-04-03  6:48 UTC  (7+ messages)

[PATCH] ppc/pnv: Introduce common PNV_SETFIELD() and PNV_GETFIELD() macros
 2020-04-03  5:12 UTC  (6+ messages)

[Bug 1870477] [NEW] qemu-arm hangs when golang running test
 2020-04-03  5:28 UTC  (2+ messages)
` [Bug 1870477] "

[PATCH v2 0/6] nbd: reduce max_block restrictions
 2020-04-03  5:12 UTC  (2+ messages)

[PATCH v2 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-04-03  1:38 UTC  (7+ messages)
` [PATCH v2 15/22] intel_iommu: bind/unbind guest page table to host

[PATCH v1] usb: Add read support for HCIVERSION register to XHCI
 2020-04-03  0:48 UTC  (6+ messages)

[PATCH v3 1/1] ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2
 2020-04-03  0:00 UTC  (7+ messages)

[PATCH v7 00/61] target/riscv: support vector extension v0.7.1
 2020-04-02 22:53 UTC  (7+ messages)
` [PATCH v7 25/61] target/riscv: vector single-width averaging add and subtract
` [PATCH v7 26/61] target/riscv: vector single-width fractional multiply with rounding and saturation
` [PATCH v7 27/61] target/riscv: vector widening saturating scaled multiply-add

[PATCH-for-5.1 v2] hw/core/register: Add register_init_block8 helper
 2020-04-02 22:45 UTC  (2+ messages)

Question on dirty sync before kvm memslot removal
 2020-04-02 22:32 UTC  (9+ messages)

[PULL 0/9] x86 queue for -rc2
 2020-04-02 22:20 UTC  (10+ messages)
` [PULL 1/9] hw/386: Add EPYC mode topology decoding functions
` [PULL 2/9] target/i386: Cleanup and use the EPYC mode topology functions
` [PULL 3/9] hw/i386: Introduce apicid functions inside X86MachineState
` [PULL 4/9] i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition
` [PULL 5/9] hw/i386: Move arch_id decode inside x86_cpus_init
` [PULL 6/9] target/i386: Enable new apic id encoding for EPYC based cpus models
` [PULL 7/9] i386: Fix pkg_id offset for EPYC cpu models
` [PULL 8/9] target/i386: set the CPUID level to 0x14 on old machine-type
` [PULL 9/9] target/i386: Add ARCH_CAPABILITIES related bits into Icelake-Server CPU model

[PATCH for 5.0 v2 00/10] A selection of sanitiser fixes
 2020-04-02 22:03 UTC  (7+ messages)
` [PATCH v2 08/10] linux-user: factor out reading of /proc/self/maps
` [PATCH v2 09/10] linux-user: clean-up padding on /proc/self/maps
` [PATCH v2 10/10] linux-user: completely re-write init_guest_space

[PATCH for-5.0? v3] qemu-img: Report convert errors by bytes, not sectors
 2020-04-02 21:44 UTC  (2+ messages)

[PATCH 0/7] hw/sparc/leon3: Few fixes and disable HelenOS test
 2020-04-02 21:39 UTC  (12+ messages)
` [PATCH-for-5.0 1/7] tests/acceptance/machine_sparc_leon3: Disable "

[PATCH] hw/core: properly terminate loading .hex on EOF record
 2020-04-02 21:35 UTC  (3+ messages)

[PATCH v4 0/7] Tighten qemu-img rules on missing backing format
 2020-04-02 21:32 UTC  (2+ messages)
` [PATCH for-5.0? "

[PULL 00/15] Misc patches for 5.0-rc2
 2020-04-02 20:17 UTC  (19+ messages)
` [PULL 01/15] hw/scsi/vmw_pvscsi: Remove assertion for kick after reset
` [PULL 02/15] hw/isa/superio: Correct the license text
` [PULL 03/15] virtio-iommu: depend on PCI
` [PULL 04/15] softmmu: fix crash with invalid -M memory-backend=
` [PULL 05/15] MAINTAINERS: Add an entry for the HVF accelerator
` [PULL 06/15] util/bufferiszero: assign length_to_accel value for each accelerator case
` [PULL 07/15] util/bufferiszero: improve avx2 accelerator
` [PULL 08/15] vl: fix broken IPA range for ARM -M virt with KVM enabled
` [PULL 09/15] i386: hvf: Reset IRQ inhibition after moving RIP
` [PULL 10/15] serial: Fix double migration data
` [PULL 11/15] target/i386: do not set unsupported VMX secondary execution controls
` [PULL 12/15] migration: fix cleanup_bh leak on resume
` [PULL 13/15] qmp: fix leak on callbacks that return both value and error
` [PULL 14/15] object-add: don't create return value if failed
` [PULL 15/15] xen: fixup RAM memory region initialization

[PATCH] Add PAT, cr8 and EFER for 32-bit qemu to hax ioctl interface
 2020-04-02 20:12 UTC  (3+ messages)

[PATCH for-5.0 v2] xen: fixup RAM memory region initialization
 2020-04-02 18:57 UTC  (2+ messages)

[PATCH v3 1/1] vl/s390x: fixup ram sizes for compat machines
 2020-04-02 17:48 UTC  (12+ messages)

[PATCH v2] qobject: json-streamer: Change bracket_count to brace_count
 2020-04-02 17:44 UTC  (2+ messages)

[PATCH 1/1] target/i386: fix phadd* with identical destination and source register
 2020-04-02 17:23 UTC  (2+ messages)

[PATCH] target/arm: don't expose "ieee_half" via gdbstub
 2020-04-02 17:17 UTC  (2+ messages)

qemu-system-ppc 5.0 rc1 crashing on Windows
 2020-04-02 17:15 UTC  (7+ messages)

[RFC PATCH 1/1] ppc/spapr: Add hotplugged flag on DIMM LMBs on drmem_v2
 2020-04-02 17:11 UTC  (4+ messages)

qemu plugin exposure of register addresses
 2020-04-02 16:52 UTC 

[RFC v6 00/24] vSMMUv3/pSMMUv3 2 stage VFIO integration
 2020-04-02 16:46 UTC  (5+ messages)

[PATCH] qobject: json-streamer: Remove double test
 2020-04-02 16:41 UTC  (3+ messages)

[RFC 0/5] hmp,qmp: Add some commands to introspect virtio devices
 2020-04-02 15:23 UTC  (14+ messages)
` [RFC 1/5] qmp: add QMP command query-virtio
` [RFC 2/5] qmp: add QMP command virtio-status
` [RFC 3/5] qmp: add QMP command virtio-queue-status
` [RFC 4/5] qmp: add QMP command virtio-queue-element
` [RFC 5/5] hmp: add virtio commands
` [RFC 0/5] hmp, qmp: Add some commands to introspect virtio devices

[PATCH v4 0/3] Fix some AIO context locking in jobs
 2020-04-02 15:05 UTC  (7+ messages)
` [PATCH v4 1/3] job: take each job's lock individually in job_txn_apply
` [PATCH v4 2/3] replication: acquire aio context before calling job_cancel_sync

[kvm-unit-tests PATCH v7 00/13] arm/arm64: Add ITS tests
 2020-04-02 14:41 UTC  (6+ messages)
` [kvm-unit-tests PATCH v7 10/13] arm/arm64: ITS: INT functional tests

[PATCH for-5.0] xen: fixup RAM memory region initialization
 2020-04-02 14:30 UTC  (5+ messages)

[PATCH for-5.0] xen-block: Fix double qlist remove
 2020-04-02 14:27 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).