qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-26 05:49:50 to 2020-05-26 14:08:12 UTC [more...]

[PATCH 00/19] Add Thread Sanitizer support to QEMU
 2020-05-26 14:07 UTC  (15+ messages)
` [PATCH 01/19] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
` [PATCH 12/19] configure: added tsan support for blacklist
` [PATCH 14/19] util/async: Fixed tsan warnings
` [PATCH 18/19] target/arm: Fix tsan warning in cpu.c

[PATCH v1] pc: Support coldplugging of virtio-pmem-pci devices on all buses
 2020-05-26 13:44 UTC  (3+ messages)

[PATCH 00/14] hw/mips: patch queue for 2020-05-26
 2020-05-26 13:38 UTC  (28+ messages)
` [PATCH 01/14] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer
` [PATCH 02/14] hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge
` [PATCH 03/14] hw/pci-host/bonito: Fix DPRINTF() format strings
` [PATCH 04/14] hw/pci-host/bonito: Map peripheral using physical address
` [PATCH 05/14] hw/pci-host/bonito: Map all the Bonito64 I/O range
` [PATCH 06/14] hw/pci-host/bonito: Map the different PCI ranges more detailled
` [PATCH 07/14] hw/pci-host/bonito: Better describe the I/O CS regions
` [PATCH 08/14] hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32
` [PATCH 09/14] hw/mips/fuloong2e: Move code and update a comment
` [PATCH 10/14] hw/mips/fuloong2e: Fix typo in Fuloong machine name
` [PATCH 11/14] hw/mips: Rename malta/mipssim/r4k/jazz files
` [PATCH 12/14] hw/mips/malta: Add some logging for bad register offset cases
` [PATCH 13/14] hw/mips/mips_int: De-duplicate KVM interrupt delivery
` [PATCH 14/14] MAINTAINERS: Change Aleksandar Rikalo's email address

[PULL 00/14] mips-hw-next patches for 2020-05-26
 2020-05-26 13:32 UTC  (15+ messages)
` [PULL 01/14] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer
` [PULL 02/14] hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge
` [PULL 03/14] hw/pci-host/bonito: Fix DPRINTF() format strings
` [PULL 04/14] hw/pci-host/bonito: Map peripheral using physical address
` [PULL 05/14] hw/pci-host/bonito: Map all the Bonito64 I/O range
` [PULL 06/14] hw/pci-host/bonito: Map the different PCI ranges more detailed
` [PULL 07/14] hw/pci-host/bonito: Better describe the I/O CS regions
` [PULL 08/14] hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32
` [PULL 09/14] hw/mips/fuloong2e: Move code and update a comment
` [PULL 10/14] hw/mips/fuloong2e: Fix typo in Fuloong machine name
` [PULL 11/14] hw/mips: Rename malta/mipssim/r4k/jazz files
` [PULL 12/14] hw/mips/malta: Add some logging for bad register offset cases
` [PULL 13/14] hw/mips/mips_int: De-duplicate KVM interrupt delivery
` [PULL 14/14] MAINTAINERS: Change Aleksandar Rikalo's email address

[PATCH v2 0/7] Misc display/sm501 clean ups and fixes
 2020-05-26 13:35 UTC  (4+ messages)
` [PATCH v2 5/7] sm501: Replace hand written implementation with pixman where possible

[PATCH v2 0/2] qmp: Expose MachineClass::default_ram_id
 2020-05-26 13:17 UTC  (6+ messages)
` [PATCH v2 1/2] qapi: Fix comment format for @CpuInstanceProperties
` [PATCH v2 2/2] qmp: Expose MachineClass::default_ram_id

[PATCH v7 00/32] Add subcluster allocation to qcow2
 2020-05-26 13:08 UTC  (6+ messages)

[PULL 0/8] Audio 20200526 patches
 2020-05-26 13:05 UTC  (10+ messages)
` [PULL 1/8] es1370: check total frame count against current frame
` [PULL 2/8] hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'
` [PULL 3/8] audio/jack: add JACK client audiodev
` [PULL 4/8] audio/mixeng: fix clang 10+ warning
` [PULL 5/8] audio: fix wavcapture segfault
` [PULL 6/8] audio: Let audio_sample_to_uint64() use const samples argument
` [PULL 7/8] audio: Let capture_callback handler use const buffer argument
` [PULL 8/8] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include

[RFC v3 0/4] QEMU cpus.c refactoring
 2020-05-26 12:57 UTC  (2+ messages)

[Qemu-devel] [Bug 1336794] [NEW] 9pfs does not honor open file handles on unlinked files
 2020-05-26 11:58 UTC  (2+ messages)
` [Bug 1336794] "

[PATCH 0/7] block/nvme: support nested aio_poll()
 2020-05-26 12:04 UTC  (7+ messages)
` [PATCH 2/7] block/nvme: drop tautologous assertion
` [PATCH 3/7] block/nvme: don't access CQE after moving cq.head
` [PATCH 5/7] block/nvme: clarify that free_req_queue is protected by q->lock

[PATCH 00/55] qdev: Rework how we plug into the parent bus
 2020-05-26 11:56 UTC  (20+ messages)
` [PATCH 13/55] hw/ppc: Eliminate two superfluous QOM casts
` [PATCH 30/55] auxbus: New aux_realize_bus(), pairing with aux_init_bus()
` [PATCH 33/55] qom: Tidy up a few object_initialize_child() calls
` [PATCH 50/55] s390x/event-facility: Simplify creation of SCLP event devices
` [PATCH 51/55] qdev: Make qdev_realize() support bus-less devices

[PULL 0/5] 9p patches 2020-05-26
 2020-05-26 11:49 UTC  (6+ messages)
` [PULL 1/5] 9pfs: include linux/limits.h for XATTR_SIZE_MAX
` [PULL 2/5] 9p: Lock directory streams with a CoMutex
` [PULL 3/5] Revert "9p: init_in_iov_from_pdu can truncate the size"
` [PULL 4/5] xen/9pfs: yield when there isn't enough room on the ring
` [PULL 5/5] xen/9pfs: increase max ring order to 9

[PATCH] scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header
 2020-05-26 11:24 UTC  (2+ messages)

[PATCH] qemu-plugin.h: add missing include <stddef.h> to define size_t
 2020-05-26 11:24 UTC  (2+ messages)

[PATCH v4] exec: set map length to zero when returning NULL
 2020-05-26 11:21 UTC  (2+ messages)

[PATCH v3] exec: set map length to zero when returning NULL
 2020-05-26 11:18 UTC  (5+ messages)

[PATCH v7 00/32] Add subcluster allocation to qcow2
 2020-05-26 11:01 UTC  (2+ messages)

[PATCH v5 0/5] block: widen and check consistency of size-related BlockConf properties
 2020-05-26 11:00 UTC  (10+ messages)
` [PATCH v5 1/5] virtio-blk: store opt_io_size with correct size
` [PATCH v5 2/5] block: consolidate blocksize properties consistency checks
` [PATCH v5 3/5] qdev-properties: blocksize: use same limits in code and description
` [PATCH v5 4/5] block: make size-related BlockConf properties accept size suffixes
` [PATCH v5 5/5] block: lift blocksize property limit to 2 MiB

[PATCH 00/14] hw/display: Omnibus cleanups
 2020-05-26 10:47 UTC  (21+ messages)
` [PATCH 01/14] hw/display/edid: Add missing 'qdev-properties.h' header
` [PATCH 02/14] hw/display/cg3: Convert debug printf()s to trace events
` [PATCH 03/14] hw/display/cirrus_vga: Convert debug printf() to trace event
` [PATCH 04/14] hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
` [PATCH 05/14] hw/display/cirrus_vga: Use qemu_log_mask(ERROR) "
` [PATCH 06/14] hw/display/cirrus_vga: Convert debug printf() to trace event
` [PATCH 07/14] hw/display/dpcd: Fix memory region size
` [PATCH 08/14] hw/display/dpcd: Convert debug printf()s to trace events
` [PATCH 09/14] hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
` [PATCH 10/14] hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
` [PATCH 11/14] hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
` [PATCH 12/14] hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
` [PATCH 13/14] hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
` [PATCH 14/14] hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()

[PATCH v6 00/21] target/mips: MSA, FPU and other cleanups and improvements
 2020-05-26 10:46 UTC  (10+ messages)
` [PATCH v6 17/21] MAINTAINERS: Change Aleksandar Rikalo's email address
` [PATCH v6 20/21] hw/mips: Add some logging for bad register offset cases
` [PATCH v6 21/21] hw/mips: Rename malta/mipssim/r4k/jazz files in hw/mips

[PATCH 00/12] hw/mips/fuloong2e: PoC to fix hang after reboot
 2020-05-26 10:41 UTC  (3+ messages)

5.1 proposed schedule
 2020-05-26 10:07 UTC 

[PATCH 0/7] hw/sparc/leon3: Few fixes and disable HelenOS test
 2020-05-26  9:50 UTC  (9+ messages)

[PATCH v3 0/2] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
 2020-05-26  9:40 UTC  (3+ messages)
` [PATCH v3 1/2] hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit
` [PATCH v3 2/2] hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()

[PATCH v3 0/9] user-mode: Prune build dependencies (part 2)
 2020-05-26  9:31 UTC  (27+ messages)
` [PATCH v3 1/9] target/i386: Restrict X86CPUFeatureWord to X86 targets
` [PATCH v3 2/9] qapi/misc: Restrict LostTickPolicy enum to machine code
` [PATCH v3 3/9] qapi/misc.json: Correct balloon documentation
` [PATCH v3 4/9] qapi/misc: Restrict balloon-related commands to machine code
` [PATCH v3 5/9] qapi/misc: Restrict query-vm-generation-id command "
` [PATCH v3 6/9] qapi/misc: Move query-uuid "
` [PATCH v3 7/9] qapi/misc: Restrict ACPI commands "
` [PATCH v3 8/9] qapi/misc: Restrict PCI "
` [PATCH v3 9/9] qapi/misc: Restrict device memory "

[PATCH v6 0/3] drop writes to read-only ram device & vfio regions
 2020-05-26  9:26 UTC  (11+ messages)
` [PATCH v6 1/3] memory: drop guest writes to read-only ram device regions

[PATCH] MAINTAINERS: add Thomas as additional s390x maintainer
 2020-05-26  9:17 UTC  (3+ messages)

[PATCH] tests/acceptance/boot_linux: Skip slow Aarch64 'virt' machine TCG test
 2020-05-26  9:14 UTC  (5+ messages)

[PATCH v2] hw/display/cg3: Convert debug printf()s to trace events
 2020-05-26  9:11 UTC  (2+ messages)

[PATCH 0/2] tests/qtest/fuzz: Avoid QTest serialization
 2020-05-26  9:05 UTC  (5+ messages)
` [PATCH 1/2] tests/qtest/fuzz: Avoid QTest ioport serialization
` [PATCH 2/2] tests/qtest/fuzz: Avoid QTest mmio serialization

[PATCH 50/55] s390x/event-facility: Simplify creation of SCLP event devices
 2020-05-26  8:59 UTC  (7+ messages)

[PATCH] pci: Display PCI IRQ pin in "info pci"
 2020-05-26  8:27 UTC  (4+ messages)

[PATCH 0/2] mips: Minor simplifications for KVM use
 2020-05-26  8:17 UTC  (7+ messages)
` [PATCH 1/2] hw/mips/mips_int: De-duplicate KVM interrupt delivery

About the PVH in Seabios
 2020-05-26  7:57 UTC  (3+ messages)

[PATCH 0/2] qmp: Expose MachineClass::default_ram_id
 2020-05-26  8:06 UTC  (4+ messages)
` [PATCH 2/2] "

[Bug 1880518] [NEW] issue while installing docker inside s390x container
 2020-05-26  7:37 UTC  (2+ messages)
` [Bug 1880518] "

[PATCH v2 0/3] Megasas: fix OOB access and NULL dereference issues
 2020-05-26  7:49 UTC  (5+ messages)
` [PATCH v2 2/3] megasas: avoid NULL pointer dereference

[PATCH] hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include
 2020-05-26  7:45 UTC  (5+ messages)

[PATCH 1/1] util/getauxval: Porting to FreeBSD getauxval feature
 2020-05-26  7:37 UTC  (3+ messages)

[PATCH 1/1] util/oslib: Returns real thread identifier on FreeBSD and NetBSD
 2020-05-26  7:29 UTC  (3+ messages)

[PATCH] hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
 2020-05-26  7:23 UTC  (2+ messages)

[PATCH v2] arm/aspeed: Rework NIC attachment
 2020-05-26  7:08 UTC 

[PATCH v5 0/7] dwc-hsotg (aka dwc2) USB host controller emulation
 2020-05-26  7:00 UTC  (7+ messages)
` [PATCH v5 4/7] dwc-hsotg (dwc2) "

[PATCH] hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'
 2020-05-26  6:05 UTC  (2+ messages)

[PATCH 0/7] audio: Spring cleaning
 2020-05-26  6:04 UTC  (2+ messages)

[PATCH] audio: fix wavcapture segfault
 2020-05-26  5:56 UTC  (2+ messages)

[PATCH 0/1] audio/mixeng: fix clang 10+ warning
 2020-05-26  5:51 UTC  (3+ messages)
` [PATCH] "


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