qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-11 06:53:00 to 2020-03-11 14:20:18 UTC [more...]

[PATCH v7 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-03-11 14:04 UTC  (22+ messages)
` [PATCH v7 06/18] hw/arm/allwinner: add CPU Configuration module
` [PATCH v7 07/18] hw/arm/allwinner: add Security Identifier device
` [PATCH v7 09/18] hw/arm/allwinner-h3: add EMAC ethernet device
` [PATCH v7 10/18] hw/arm/allwinner-h3: add Boot ROM support
` [PATCH v7 11/18] hw/arm/allwinner-h3: add SDRAM controller device
` [PATCH v7 12/18] hw/arm/allwinner: add RTC device support
` [PATCH v7 13/18] tests/boot_linux_console: Add a quick test for the OrangePi PC board
` [PATCH v7 14/18] tests/boot_linux_console: Add initrd test for the Orange Pi "
` [PATCH v7 15/18] tests/boot_linux_console: Add a SD card test for the OrangePi "
` [PATCH v7 16/18] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC

[PATCH] iotests/026: Move v3-exclusive test to new file
 2020-03-11 14:07 UTC 

[PATCH v8 00/10] error: auto propagated local_err part I
 2020-03-11 14:05 UTC  (17+ messages)
` [PATCH v8 02/10] scripts: add coccinelle script to use auto propagated errp

[PULL 00/19] Block patches
 2020-03-11 13:52 UTC  (20+ messages)
` [PULL 01/19] luks: extract qcrypto_block_calculate_payload_offset()
` [PULL 02/19] luks: implement .bdrv_measure()
` [PULL 03/19] qemu-img: allow qemu-img measure --object without a filename
` [PULL 04/19] iotests: add 288 luks qemu-img measure test
` [PULL 05/19] block/curl: HTTP header fields allow whitespace around values
` [PULL 06/19] block/curl: HTTP header field names are case insensitive
` [PULL 07/19] iotests: Fix nonportable use of od --endian
` [PULL 08/19] block/qcow2: do free crypto_opts in qcow2_close()
` [PULL 09/19] qemu-img: free memory before re-assign
` [PULL 10/19] block/qcow2-threads: fix qcow2_decompress
` [PULL 11/19] job: refactor progress to separate object
` [PULL 12/19] block/block-copy: fix progress calculation
` [PULL 13/19] block/block-copy: specialcase first copy_range request
` [PULL 14/19] block/block-copy: use block_status
` [PULL 15/19] block/block-copy: factor out find_conflicting_inflight_req
` [PULL 16/19] block/block-copy: refactor interfaces to use bytes instead of end
` [PULL 17/19] block/block-copy: rename start to offset in interfaces
` [PULL 18/19] block/block-copy: reduce intersecting request lock
` [PULL 19/19] block/block-copy: hide structure definitions

[PATCH v4 00/10] Further bitmaps improvements
 2020-03-11 13:58 UTC  (7+ messages)

[PATCH v3 0/6] reference implementation of RSS and hash report
 2020-03-11 13:57 UTC  (11+ messages)
` [PATCH v3 1/6] virtio-net: introduce RSS and hash report features
` [PATCH v3 2/6] virtio-net: implement RSS configuration command
` [PATCH v3 3/6] virtio-net: implement RX RSS processing
` [PATCH v3 4/6] virtio-net: reference implementation of hash report
` [PATCH v3 5/6] virtio-net: add migration support for RSS and hast report
` [PATCH v3 6/6] tap: allow extended virtio header with hash info

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

[PULL 0/9] Block patches
 2020-03-11 13:51 UTC  (12+ messages)
` [PULL 1/9] qemu/queue.h: clear linked list pointers on remove
` [PULL 2/9] aio-posix: remove confusing QLIST_SAFE_REMOVE()
` [PULL 3/9] aio-posix: completely stop polling when disabled
` [PULL 4/9] aio-posix: move RCU_READ_LOCK() into run_poll_handlers()
` [PULL 5/9] aio-posix: extract ppoll(2) and epoll(7) fd monitoring
` [PULL 6/9] aio-posix: simplify FDMonOps->update() prototype
` [PULL 7/9] aio-posix: add io_uring fd monitoring implementation
` [PULL 8/9] aio-posix: support userspace polling of fd monitoring
` [PULL 9/9] aio-posix: remove idle poll handlers to improve scalability

[kvm-unit-tests PATCH v5 00/13] arm/arm64: Add ITS tests
 2020-03-11 13:49 UTC  (17+ messages)
` [kvm-unit-tests PATCH v5 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v5 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v5 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v5 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v5 13/13] arm/arm64: ITS: pending table migration test

[PATCH v9 00/15] s390x: Protected Virtualization support
 2020-03-11 13:31 UTC  (18+ messages)
` [PATCH v9 01/15] Sync pv
` [PATCH v9 02/15] s390x: protvirt: Support unpack facility
` [PATCH v9 03/15] s390x: protvirt: Add migration blocker
` [PATCH v9 04/15] s390x: protvirt: Inhibit balloon when switching to protected mode
` [PATCH v9 05/15] s390x: protvirt: KVM intercept changes
` [PATCH v9 06/15] s390x: Add SIDA memory ops
` [PATCH v9 07/15] s390x: protvirt: Move STSI data over SIDAD
` [PATCH v9 08/15] s390x: protvirt: SCLP interpretation
` [PATCH v9 09/15] s390x: protvirt: Set guest IPL PSW
` [PATCH v9 10/15] s390x: protvirt: Move diag 308 data over SIDA
` [PATCH v9 11/15] s390x: protvirt: Disable address checks for PV guest IO emulation
` [PATCH v9 12/15] s390x: protvirt: Move IO control structures over SIDA
` [PATCH v9 13/15] s390x: protvirt: Handle SIGP store status correctly
` [PATCH v9 14/15] docs: Add protvirt docs
` [PATCH v9 15/15] s390x: Add unpack facility feature to GA1

[PATCH 0/2] thread: add lock guard macros
 2020-03-11 13:22 UTC  (6+ messages)
` [PATCH 1/2] thread: add QemuRecMutex lock guards
` [PATCH 2/2] thread: add QemuMutex "

[PATCH v5 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
 2020-03-11 13:16 UTC  (7+ messages)
` [PATCH v5 1/6] hw/arm/virt: Document 'max' value in gic-version property description
` [PATCH v5 2/6] hw/arm/virt: Introduce VirtGICType enum type
` [PATCH v5 3/6] hw/arm/virt: Introduce finalize_gic_version()
` [PATCH v5 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
` [PATCH v5 5/6] hw/arm/virt: kvm: Restructure finalize_gic_version()
` [PATCH v5 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work

[PATCH 0/4] linux-user: generate syscall_nr.h from linux unistd.h
 2020-03-11 13:09 UTC  (3+ messages)
` [PATCH 1/4] scripts: add a script to generate syscall_nr.h

[PATCH RESEND 0/3] fix some warnings by static code scan tool
 2020-03-11 13:00 UTC  (13+ messages)
` [PATCH RESEND 1/3] vfio/pci: fix a null pointer reference in vfio_rom_read

[PATCH] target/ppc: Fix rlwinm on ppc64
 2020-03-11 13:00 UTC  (3+ messages)

[PATCH v2 00/14] LUKS: encryption slot management using amend interface
 2020-03-11 12:55 UTC  (7+ messages)
` [PATCH v2 02/14] qcrypto/luks: implement encryption key management

[PATCH v3 00/10] tests/vm: Add support for aarch64 VMs
 2020-03-11 12:51 UTC  (5+ messages)
` [PATCH v3 01/10] tests/vm: Add validation of target

[PATCH v2] icount: make dma reads deterministic
 2020-03-11 12:42 UTC  (2+ messages)

[PATCH] util: fix to get configuration macros in util/mmap-alloc.c
 2020-03-11 12:37 UTC  (9+ messages)

[PATCH v6 00/13] APIC ID fixes for AMD EPYC CPU model
 2020-03-11 12:29 UTC  (13+ messages)
` [PATCH v6 01/13] hw/i386: Introduce X86CPUTopoInfo to contain topology info
` [PATCH v6 06/13] hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids
` [PATCH v6 08/13] target/i386: Cleanup and use the EPYC mode topology functions
` [PATCH v6 10/13] i386: Check for apic id encoding
` [PATCH v6 11/13] target/i386: Enable new apic id encoding for EPYC based cpus models
` [PATCH v6 12/13] hw/i386: Move arch_id decode inside x86_cpus_init

[PATCH 0/3] request_alignment vs file size
 2020-03-11 12:29 UTC  (8+ messages)
` [PATCH 1/3] block/file-posix: add raw_getlength_fd
` [PATCH 2/3] block/file-posix: consider file size when fallback to max_align
` [PATCH 3/3] block: fail on open when file size is unaligned to request_alignment

[PATCH v4 0/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work
 2020-03-11 12:23 UTC  (10+ messages)
` [PATCH v4 1/6] hw/arm/virt: Document 'max' value in gic-version property description
` [PATCH v4 2/6] hw/arm/virt: Introduce VirtGICType enum type
` [PATCH v4 3/6] hw/arm/virt: Introduce finalize_gic_version()
` [PATCH v4 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
` [PATCH v4 5/6] hw/arm/virt: kvm: Restructure finalize_gic_version()
` [PATCH v4 6/6] hw/arm/virt: kvm: allow gicv3 by default if v2 cannot work

[PATCH] console: make QMP screendump use coroutine
 2020-03-11 12:16 UTC  (14+ messages)

[PATCH v4 0/9] block-copy improvements: part I
 2020-03-11 11:52 UTC  (12+ messages)
` [PATCH v4 1/9] job: refactor progress to separate object
` [PATCH v4 2/9] block/block-copy: fix progress calculation
` [PATCH v4 3/9] block/block-copy: specialcase first copy_range request
` [PATCH v4 4/9] block/block-copy: use block_status
` [PATCH v4 5/9] block/block-copy: factor out find_conflicting_inflight_req
` [PATCH v4 6/9] block/block-copy: refactor interfaces to use bytes instead of end
` [PATCH v4 7/9] block/block-copy: rename start to offset in interfaces
` [PATCH v4 8/9] block/block-copy: reduce intersecting request lock
` [PATCH v4 9/9] block/block-copy: hide structure definitions

[PATCH v3 0/2] spapr: Use vIOMMU translation for virtio by default
 2020-03-11 11:48 UTC  (10+ messages)
` [PATCH v3 1/2] spapr: Disable legacy virtio devices for pseries-5.0 and later
` Upstream QEMU guest support policy ? Re: [PATCH v3 0/2] spapr: Use vIOMMU translation for virtio by default

[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
 2020-03-11 10:46 UTC  (9+ messages)
` [Bug 1866870] "

[PATCH v8 02/15] s390x: protvirt: Support unpack facility
 2020-03-11 10:20 UTC  (2+ messages)
` [PATCH v9] "

[PATCH 0/2] hw/mem/pc-dimm: Trivial code changes
 2020-03-11  9:56 UTC  (2+ messages)

[PATCH qemu v8 0/3] spapr: Kill SLOF
 2020-03-11  9:43 UTC  (3+ messages)
` [PATCH qemu v8 3/3] spapr: Implement Open Firmware client interface

[PATCH v3 0/9] block-copy improvements: part I
 2020-03-11  9:39 UTC  (4+ messages)
` [PATCH v3 8/9] block/block-copy: reduce intersecting request lock

[PATCH RESEND v2] block/nvme: introduce PMR support from NVMe 1.4 spec
 2020-03-11  9:20 UTC  (4+ messages)

[Bug 1866962] [NEW] Powerpc kvm guest unable to start with hugepage backed memory
 2020-03-11  8:36 UTC 

[PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
 2020-03-11  8:15 UTC  (2+ messages)

[PATCH] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION
 2020-03-11  7:35 UTC  (3+ messages)

[PATCH v5 0/5] qcow2: Implement zstd cluster compression method
 2020-03-11  7:31 UTC  (2+ messages)

I am trying to fixes a issue with QEMU with VxWorks
 2020-03-11  7:15 UTC  (5+ messages)

[PATCH 00/16] target/arm: sve load/store improvements
 2020-03-11  7:10 UTC  (8+ messages)
` [PATCH 07/16] target/arm: Adjust interface of sve_ld1_host_fn
` [PATCH 10/16] target/arm: Use SVEContLdSt for multi-register contiguous loads
` [PATCH 11/16] target/arm: Update contiguous first-fault and no-fault loads
` [PATCH 13/16] target/arm: Reuse sve_probe_page for gather first-fault loads
` [PATCH 14/16] target/arm: Reuse sve_probe_page for scatter stores
` [PATCH 16/16] target/arm: Remove sve_memopidx

[PATCH] hw/scsi/megasas:Clean up some redundant code fix Clang warnings
 2020-03-11  6:48 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).