qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-03 18:11:58 to 2020-02-04 12:20:12 UTC [more...]

VW ELF loader
 2020-02-04  9:40 UTC  (16+ messages)
                      ` Restrictions of libnet (was: Re: VW ELF loader)

[RFC 0/9] Add an interVM memory sharing device
 2020-02-04 12:16 UTC  (12+ messages)
    ` [RFC 1/9] memory: Add function for finding flat memory ranges
    ` [RFC 2/9] memory: Support mmap offset for fd-backed memory regions
    ` [RFC 3/9] memory: Hack - use shared memory when possible
    ` [RFC 4/9] hw/misc/memexpose: Add documentation
    ` [RFC 5/9] hw/misc/memexpose: Add core memexpose files
    ` [RFC 6/9] hw/misc/memexpose: Add memexpose pci device
    ` [RFC 7/9] hw/misc/memexpose: Add memexpose memory region device
    ` [RFC 8/9] hw/misc/memexpose: Add simple tests
    ` [RFC 9/9] hw/arm/virt: Hack in support for memexpose device

[PATCH 1/3] m25p80: Convert to support tracing
 2020-02-04 12:13 UTC  (9+ messages)
` [PATCH 2/3] m25p80: Improve command handling for Jedec and unsupported commands
` [PATCH 3/3] aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command

[PATCH 0/9] linux-user: Update syscall numbers to kernel 5.5 level
 2020-02-04 12:07 UTC  (10+ messages)
` [PATCH 1/9] linux-user: alpha: "
` [PATCH 2/9] linux-user: arm: "
` [PATCH 3/9] linux-user: m68k: "
` [PATCH 4/9] linux-user: microblaze: "
` [PATCH 5/9] linux-user: mips: "
` [PATCH 6/9] linux-user: sh4: "
` [PATCH 7/9] linux-user: x86_64: "
` [PATCH 8/9] linux-user: xtensa: "
` [PATCH 9/9] linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count

[PATCH 0/4] virtiofsd coverity fixes
 2020-02-04 12:05 UTC  (9+ messages)
` [PATCH 1/4] virtiofsd: Remove fuse_req_getgroups
` [PATCH 2/4] virtiofsd: fv_create_listen_socket error path socket leak
` [PATCH 3/4] virtiofsd: load_capng missing unlock
` [PATCH 4/4] virtiofsd: do_read missing NULL check

[PATCH] .travis.yml: ensure python3-sphinx installed for docs
 2020-02-04 11:57 UTC  (2+ messages)

[PATCH v5 00/20] linux-user: Misc patches for 5.0
 2020-02-04 11:56 UTC  (4+ messages)
` [PATCH v5 05/20] linux-user: mips: Update syscall numbers to kernel 5.5 rc3 level

[PATCH 0/4] linux-user: fix use of SIGRTMIN
 2020-02-04 11:55 UTC  (10+ messages)
` [PATCH 2/4] linux-user: cleanup signal.c
` [PATCH 3/4] linux-user: fix TARGET_NSIG and _NSIG uses
` [PATCH 4/4] linux-user: fix use of SIGRTMIN

[PATCH v3 00/21] block: Fix check_to_replace_node()
 2020-02-04 11:40 UTC  (15+ messages)
` [PATCH v3 09/21] quorum: Add QuorumChild.to_be_replaced
` [PATCH v3 10/21] quorum: Implement .bdrv_recurse_can_replace()
` [PATCH v3 12/21] block: Remove bdrv_recurse_is_first_non_filter()
` [PATCH v3 16/21] iotests: Add VM.assert_block_path()
` [PATCH v3 17/21] iotests/041: Drop superfluous shutdowns
` [PATCH v3 18/21] iotests: Resolve TODOs in 041
` [PATCH v3 21/21] iotests: Check that @replaces can replace filters

Does Libvirt's json parser support single quoted string in qmp json string?
 2020-02-04 10:53 UTC  (5+ messages)

[PATCH 0/2] configure: Check that sphinx-build is using Python 3
 2020-02-04 10:39 UTC  (3+ messages)
` [PATCH 1/2] configure: Allow user to specify sphinx-build binary

[PATCH v2 0/2] target/arm: kvm: Support for KVM DABT without valid ISS
 2020-02-04 10:34 UTC  (3+ messages)
` [PATCH v2 1/2] target/arm: kvm: Inject events at the last stage of sync

[PATCH v5 00/26] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-02-04 10:34 UTC  (28+ messages)
    ` [PATCH v5 01/26] nvme: rename trace events to nvme_dev
    ` [PATCH v5 02/26] nvme: remove superfluous breaks
    ` [PATCH v5 03/26] nvme: move device parameters to separate struct
    ` [PATCH v5 04/26] nvme: add missing fields in the identify data structures
    ` [PATCH v5 05/26] nvme: populate the mandatory subnqn and ver fields
    ` [PATCH v5 06/26] nvme: refactor nvme_addr_read
    ` [PATCH v5 07/26] nvme: add support for the abort command
    ` [PATCH v5 08/26] nvme: refactor device realization
    ` [PATCH v5 09/26] nvme: add temperature threshold feature
    ` [PATCH v5 10/26] nvme: add support for the get log page command
    ` [PATCH v5 11/26] nvme: add support for the asynchronous event request command
    ` [PATCH v5 12/26] nvme: add missing mandatory features
    ` [PATCH v5 13/26] nvme: additional tracing
    ` [PATCH v5 14/26] nvme: make sure ncqr and nsqr is valid
    ` [PATCH v5 15/26] nvme: bump supported specification to 1.3
    ` [PATCH v5 16/26] nvme: refactor prp mapping
    ` [PATCH v5 17/26] nvme: allow multiple aios per command
    ` [PATCH v5 18/26] nvme: use preallocated qsg/iov in nvme_dma_prp
    ` [PATCH v5 19/26] pci: pass along the return value of dma_memory_rw
    ` [PATCH v5 20/26] nvme: handle dma errors
    ` [PATCH v5 21/26] nvme: add support for scatter gather lists
    ` [PATCH v5 22/26] nvme: support multiple namespaces
    ` [PATCH v5 23/26] pci: allocate pci id for nvme
    ` [PATCH v5 24/26] nvme: change controller pci id
    ` [PATCH v5 25/26] nvme: remove redundant NvmeCmd pointer parameter
    ` [PATCH v5 26/26] nvme: make lba data size configurable

Disabling PCI "hot-unplug" for a guest (and/or a single PCI device)
 2020-02-04 10:24 UTC  (2+ messages)

[RFC PATCH] audio: proper support for float samples in mixeng
 2020-02-04 10:24 UTC  (7+ messages)

[RFC PATCH] hw/arm/virt: Support NMI injection
 2020-02-04 10:22 UTC  (8+ messages)

Need help understanding assertion fail
 2020-02-04 10:19 UTC  (4+ messages)

[PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX
 2020-02-04 10:15 UTC  (2+ messages)

[PATCH v2 0/4] migration: Replace gemu_log with qemu_log
 2020-02-04 10:11 UTC  (10+ messages)
` [PATCH v2 1/4] linux-user: Use `qemu_log' for non-strace logging
` [PATCH v2 2/4] linux-user: Use `qemu_log' for strace

[PATCH v1 0/4] Increase default virtqueue size to improve performance
 2020-02-04  9:59 UTC  (4+ messages)
` [PATCH v1 2/4] virtio: increase virtuqueue size for virtio-scsi and virtio-blk

[PATCH v3 0/1] qemu-img: Add --target-is-zero to indicate that a target is blank
 2020-02-04  9:52 UTC  (2+ messages)
` [PATCH v3 1/1] qemu-img: Add --target-is-zero to convert

Making QEMU easier for management tools and applications
 2020-02-04  9:58 UTC  (14+ messages)

[PATCH v2 0/2] qemu-img: Add --target-is-zero to indicate that a target is blank
 2020-02-04  9:54 UTC  (5+ messages)
` [PATCH v2 1/2] qemu-img: Add --target-is-zero to convert

[Bug 1861404] [NEW] AVX instruction VMOVDQU implementation error for YMM registers
 2020-02-04  9:12 UTC  (2+ messages)
` [Bug 1861404] "

[PATCH] migration: Optimization about wait-unplug migration state
 2020-02-04  9:14 UTC  (2+ messages)

[PULL v2 00/14] qtests, kconfig and misc patches
 2020-02-04  8:53 UTC  (3+ messages)
` [PULL v2 11/14] Makefile: Do not use wildcard hw/*/Kconfig as input for minikconf
` [PULL v2 14/14] configure: Fix typo of the have_afalg variable

Making QEMU easier for management tools and applications
 2020-02-04  8:42 UTC  (16+ messages)
          ` Improving QOM documentation [Was: Re: Making QEMU easier for management tools and applications]

[PULL 0/3] MIPS queue for February 4th, 2020
 2020-02-04  8:30 UTC  (9+ messages)
` [PULL 1/3] target/mips: Fix ll/sc after 7dd547e5ab6b31e7a0cfc182d3ad131dd55a948f
` [PULL 2/3] target/mips: Separate CP0-related helpers into their own file
` [PULL 3/3] target/mips: Separate FPU-related "

[RFC v2 00/14] Add SDEI support for arm64
 2020-02-04  8:26 UTC  (4+ messages)

[PATCH v4 00/11] RFC: [for 5.0]: HMP monitor handlers refactoring
 2020-02-04  8:15 UTC  (3+ messages)

[PULL v2 0/3] MIPS queue for February 4th, 2020
 2020-02-04  8:09 UTC  (5+ messages)
` [PULL v2 1/3] target/mips: Fix handling of LL/SC instructions after 7dd547e5ab
` [PULL v2 2/3] target/mips: Separate CP0-related helpers into their own file
` [PULL v2 3/3] target/mips: Separate FPU-related "

[PATCH v3 00/18] APIC ID fixes for AMD EPYC CPU models
 2020-02-04  8:02 UTC  (15+ messages)
` [PATCH v3 01/18] hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs
` [PATCH v3 07/18] machine: Add a new function init_apicid_fn in MachineClass

[PATCH v2] pl031: add finalize function to avoid memleaks
 2020-02-04  7:20 UTC  (2+ messages)

[PATCH v3 0/7] Some cleanup in arm/virt/acpi
 2020-02-04  6:35 UTC  (10+ messages)
` [PATCH v3 1/7] bios-tables-test: prepare to change ARM virt ACPI DSDT
` [PATCH v3 2/7] arm/virt/acpi: remove meaningless sub device "RP0" from PCI0
` [PATCH v3 3/7] arm/virt/acpi: remove _ADR from devices identified by _HID
` [PATCH v3 4/7] arm/acpi: fix PCI _PRT definition
` [PATCH v3 5/7] arm/acpi: fix duplicated _UID of PCI interrupt link devices
` [PATCH v3 6/7] arm/acpi: simplify the description of PCI _CRS
` [PATCH v3 7/7] virt/acpi: update golden masters for DSDT update

[PATCH v5 0/4] ppc: spapr: virtual NVDIMM support
 2020-02-04  4:09 UTC  (5+ messages)
` [PATCH v5 3/4] spapr: Add NVDIMM device support
` [PATCH v5 4/4] spapr: Add Hcalls to support PAPR NVDIMM device

[PATCH] e1000e: Avoid hw_error if legacy mode used
 2020-02-04  4:08 UTC  (2+ messages)

[PATCH v4 00/14] Fixes for DP8393X SONIC device emulation
 2020-02-04  3:58 UTC  (2+ messages)

[PATCH 0/4] migration: Replace gemu_log with qemu_log
 2020-02-04  2:55 UTC  (5+ messages)

[PATCH v3 0/4] migration: Replace gemu_log with qemu_log
 2020-02-04  2:54 UTC  (5+ messages)
` [PATCH v3 1/4] linux-user: Use `qemu_log' for non-strace logging
` [PATCH v3 2/4] linux-user: Use `qemu_log' for strace
` [PATCH v3 3/4] linux-user: remove gemu_log from the linux-user tree
` [PATCH v3 4/4] bsd-user: Replace gemu_log with qemu_log

[PATCH v2 0/7] Some cleanup in arm/virt/acpi
 2020-02-04  1:43 UTC  (5+ messages)

[PATCH] pl031: add finalize function to avoid memleaks
 2020-02-04  0:49 UTC  (3+ messages)

[PATCH] configure: Fix typo of the have_afalg variable
 2020-02-04  0:02 UTC  (2+ messages)

[PATCH 0/3] spapr: Fix device unplug vs CAS or migration
 2020-02-03 22:36 UTC  (4+ messages)
` [PATCH 1/3] spapr: Don't use spapr_drc_needed() in CAS code
` [PATCH 2/3] spapr: Detect hot unplugged devices during CAS
` [PATCH 3/3] spapr: Migrate SpaprDrc::unplug_requested

[PATCH 0/1] Introduce Xlnx ZynqMP CAN controller for QEMU
 2020-02-03 21:06 UTC  (2+ messages)
` [PATCH 1/1] hw/net/can: "

[PATCH qemu] spapr/rtas: Print message from "ibm,os-term"
 2020-02-03 20:51 UTC  (2+ messages)

[PATCH v2 00/29] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86
 2020-02-03 19:17 UTC  (3+ messages)
` [PATCH v2 03/29] python/qemu: Add binutils::binary_get_version()

[PATCH v3 02/17] tests/docker: better handle symlinked libs
 2020-02-03 19:02 UTC 

[PATCH 0/6] hw/arm/raspi: Dynamically create machines based on the board revision
 2020-02-03 18:38 UTC  (3+ messages)
` [PATCH 1/6] hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernels

[PATCH v1 00/13] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-03 18:31 UTC  (14+ messages)
` [PATCH v1 01/13] util: vfio-helpers: Factor out and fix processing of existings ram blocks
` [PATCH v1 02/13] exec: Factor out setting ram settings (madvise ...) into qemu_ram_apply_settings()
` [PATCH v1 03/13] exec: Reuse qemu_ram_apply_settings() in qemu_ram_remap()
` [PATCH v1 04/13] exec: Drop "shared" parameter from ram_block_add()
` [PATCH v1 05/13] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()
` [PATCH v1 06/13] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v1 07/13] util/mmap-alloc: Factor out populating of memory to mmap_populate()
` [PATCH v1 08/13] util/mmap-alloc: Prepare for resizable mmaps
` [PATCH v1 09/13] util/mmap-alloc: Implement "
` [PATCH v1 10/13] numa: Introduce ram_block_notify_resized() and ram_block_notifiers_support_resize()
` [PATCH v1 11/13] util: vfio-helpers: Implement ram_block_resized()
` [PATCH v1 12/13] util: oslib: Resizable anonymous allocations under POSIX
` [PATCH v1 13/13] exec: Ram blocks with resizable "

[PATCH v2] block/backup-top: fix flags handling
 2020-02-03 18:20 UTC  (3+ messages)

[PATCH v13 00/10] VIRTIO-IOMMU device
 2020-02-03 18:19 UTC  (7+ messages)
` [PATCH v13 03/10] virtio-iommu: Implement attach/detach command

[PATCH v2 2/2] bcm2835_dma: Re-initialize xlen in TD mode
 2020-02-03 16:45 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).