qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-26 11:34:25 to 2020-08-26 17:44:00 UTC [more...]

[PATCH] hw/arm/sbsa-ref: add "reg" property to DT cpu nodes
 2020-08-26 17:42 UTC  (2+ messages)

[RFC v4 00/70] support vector extension v1.0
 2020-08-26 17:39 UTC  (4+ messages)

[PATCH v5 0/8] Remove EPYC mode apicid decode and use generic decode
 2020-08-26 17:31 UTC  (22+ messages)
` [PATCH v5 1/8] hw/i386: Remove node_id, nr_nodes and nodes_per_pkg from topology
` [PATCH v5 8/8] i386: Simplify CPUID_8000_001E for AMD

[PATCH v5 00/12] *** A Method for evaluating dirty page rate ***
 2020-08-26 17:20 UTC  (15+ messages)
` [PATCH v5 02/12] migration/dirtyrate: add DirtyRateStatus to denote calculation status
` [PATCH v5 03/12] migration/dirtyrate: Add RamlockDirtyInfo to store sampled page info
` [PATCH v5 04/12] migration/dirtyrate: Add dirtyrate statistics series functions
` [PATCH v5 06/12] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v5 07/12] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v5 08/12] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
` [PATCH v5 12/12] migration/dirtyrate: Add trace_calls to make it easier to debug

[PATCH 0/4] QOM instance_size cleanups and fixes
 2020-08-26 17:18 UTC  (6+ messages)
` [PATCH 1/4] tosa-ssp: No need to override instance_size
` [PATCH 2/4] hda-audio: Set instance_size at base class
` [PATCH 3/4] slavio_misc: Correct instance_size
` [PATCH 4/4] tls-cipher-suites: "

[PATCH v3 00/74] qom: Automated conversion of type checking boilerplate
 2020-08-26 17:06 UTC  (6+ messages)
` [PATCH v3 72/74] [automated] Remove redundant instance_size/class_size fields

[RFC 0/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-08-26 16:51 UTC  (20+ messages)
` [RFC v6 00/13] "
  ` [RFC v6 01/13] memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
  ` [RFC v6 02/13] memory: Add IOMMUTLBNotificationType to IOMMUTLBEntry
  ` [RFC v6 03/13] hw/alpha/typhoon: Mark all IOMMUTLBEntry as IOMMU_IOTLB_NONE type
  ` [RFC v6 04/13] amd_iommu: "
  ` [RFC v6 05/13] hw/arm/smmu: Fill IOMMUTLBEntry notifier type
  ` [RFC v6 06/13] dma/rc4030: Mark all IOMMUTLBEntry as IOMMU_IOTLB_NONE type
  ` [RFC v6 07/13] intel_iommu: Mark IOMMUTLBEntry of page notification as IOMMU_IOTLB_UNMAP type
  ` [RFC v6 08/13] virtio-iommu: Mark virtio_iommu_translate IOTLB as IOMMU_IOTLB_NONE type
  ` [RFC v6 09/13] intel_iommu: Set IOMMUTLBEntry type in vtd_page_walk_level
  ` [RFC v6 10/13] memory: Notify IOMMU IOTLB based on entry type, not permissions
  ` [RFC v6 11/13] memory: Add IOMMU_DEVIOTLB_UNMAP IOMMUTLBNotificationType
  ` [RFC v6 12/13] intel_iommu: Do not notify regular iotlb to device-iotlb notifiers
  ` [RFC v6 13/13] memory: Skip bad range assertion if notifier is DEVIOTLB type

[PATCH v3 0/8] meson: mingw installation fixes & nsis conversion
 2020-08-26 16:38 UTC  (5+ messages)

[PATCH v2 0/2] hw/isa/superio: Clean suspicious QOM types
 2020-08-26 16:27 UTC  (3+ messages)
` [PATCH v2 1/2] hw/isa/superio: Set abstract TYPE_ISA_SUPERIO instance size

[PATCH 0/3] ppc: Fixes for class and instance size problems
 2020-08-26 16:21 UTC  (3+ messages)
` [PATCH 3/3] spapr: Correct type for SPAPR_DRC_PCI

[PATCH 00/77] target/microblaze improvements
 2020-08-26 16:21 UTC  (8+ messages)
` [PATCH 01/77] tests/tcg: Add microblaze to arches filter
` [PATCH 02/77] tests/tcg: Do not require FE_TOWARDZERO
` [PATCH 03/77] tests/tcg: Do not require FE_* exception bits

[PATCH v5 1/6] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja
 2020-08-26 16:17 UTC  (22+ messages)
` [PATCH v5 2/6] meson: fixes relpath may fail on win32
` [PATCH v5 3/6] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH v5 4/6] configure: Fix include and linkage issue on msys2
` [PATCH v5 5/6] meson: Fixes ninjatool can not be recognized as script under Window/MSYS2
` [PATCH v5 6/6] meson: Convert undefsym.sh to undefsym.py

[PULL 00/18] Usb 20200826 patches
 2020-08-26 16:05 UTC  (20+ messages)
` [PULL 01/18] hw: xhci: check return value of 'usb_packet_map'
` [PULL 02/18] hw: ehci: destroy sglist in error path
` [PULL 03/18] hw: ehci: check return value of 'usb_packet_map'
` [PULL 04/18] ehci: drop pointless warn_report for guest bugs
` [PULL 05/18] hw/usb: Regroup USB HID protocol values
` [PULL 06/18] docs: Add USB U2F key device documentation
` [PULL 07/18] hw/usb: Add U2F key base class
` [PULL 08/18] hw/usb: Add U2F key base class implementation
` [PULL 09/18] hw/usb: Add U2F key passthru mode
` [PULL 10/18] hw/usb: Add U2F key emulated mode
` [PULL 11/18] meson: Add U2F key to meson
` [PULL 12/18] docs/system: Add U2F key to the USB devices examples
` [PULL 13/18] docs/qdev-device-use.txt: Add USB U2F key to the QDEV "
` [PULL 14/18] scripts: Add u2f-setup-gen script
` [PULL 15/18] hw/usb: Add U2F device check to passthru mode
` [PULL 16/18] hw/usb: Add U2F device autoscan "
` [PULL 17/18] usb-host: workaround libusb bug
` [PULL 18/18] usb: fix setup_len init (CVE-2020-14364)

[PATCH v2 (BROKEN) 0/6] migration: bring improved savevm/loadvm/delvm to QMP
 2020-08-26 15:52 UTC  (2+ messages)

Contributor wanting to get started with simple contributions
 2020-08-26 15:51 UTC  (6+ messages)

QEMU | Pipeline #182269677 has failed for master | 25f6dc28
 2020-08-26 15:50 UTC 

[PATCH v6] meson: Convert undefsym.sh to undefsym.py
 2020-08-26 15:41 UTC 

meson: problems building under msys2/mingw-w64 native
 2020-08-26 15:34 UTC  (8+ messages)

[RFC PATCH v3 00/34] Hexagon patch series
 2020-08-26 15:25 UTC  (31+ messages)
` [RFC PATCH v3 04/34] Hexagon (target/hexagon) scalar core definition
` [RFC PATCH v3 05/34] Hexagon (target/hexagon) register names
` [RFC PATCH v3 06/34] Hexagon (disas) disassembler
` [RFC PATCH v3 07/34] Hexagon (target/hexagon) scalar core helpers
` [RFC PATCH v3 08/34] Hexagon (target/hexagon) GDB Stub
` [RFC PATCH v3 09/34] Hexagon (target/hexagon) architecture types
` [RFC PATCH v3 10/34] Hexagon (target/hexagon) instruction and packet types
` [RFC PATCH v3 11/34] Hexagon (target/hexagon) register fields
` [RFC PATCH v3 12/34] Hexagon (target/hexagon) instruction attributes
` [RFC PATCH v3 13/34] Hexagon (target/hexagon) register map
` [RFC PATCH v3 14/34] Hexagon (target/hexagon) instruction/packet decode
` [RFC PATCH v3 15/34] Hexagon (target/hexagon) instruction printing
` [RFC PATCH v3 16/34] Hexagon (target/hexagon) utility functions
` [RFC PATCH v3 17/34] Hexagon (target/hexagon/imported) arch import - macro definitions
` [RFC PATCH v3 24/34] Hexagon (target/hexagon) opcode data structures

[Fwd] Issue 25164 in oss-fuzz: qemu: Fuzzing build failure
 2020-08-26 15:15 UTC  (4+ messages)

[PATCH v2 0/7] x86: fix cpu hotplug with secure boot
 2020-08-26 15:12 UTC  (9+ messages)
` [PATCH v2 6/7] x68: acpi: trigger SMI before sending hotplug Notify event to OSPM

[PATCH v2] virtio-gpu: fix unmap the already mapped items
 2020-08-26 14:54 UTC  (2+ messages)

[PATCH v2 1/1] core/register: Specify instance_size in the TypeInfo
 2020-08-26 14:46 UTC  (3+ messages)

[PULL v2 00/34] Block patches
 2020-08-26 14:34 UTC  (2+ messages)

[PATCH v2 0/2] Add an embedded controller to sbsa-ref machine
 2020-08-26 14:19 UTC  (3+ messages)
` [PATCH v2 1/2] hw/misc/sbsa_ec : Add an embedded controller for sbsa-ref
` [PATCH v2 2/2] hw/arm/sbsa-ref : Add embedded controller in secure memory

[PATCH] numa: hmat: fix cache size check
 2020-08-26 14:17 UTC  (2+ messages)

[PATCH V8] Introduce a new flag for i440fx to disable PCI hotplug on the root bus
 2020-08-26 14:02 UTC  (4+ messages)

[PATCH v2 0/2] linux-user: Adding support for a group of 4 time64 syscalls
 2020-08-26 13:58 UTC  (5+ messages)
` [PATCH v2 2/2] linux-user: Add support for utimensat_time64() and semtimedop_time64()

Issue with submodules on macOS & meson
 2020-08-26 13:56 UTC  (3+ messages)

[PATCH v5 00/10] preallocate filter
 2020-08-26 13:51 UTC  (4+ messages)
` [PATCH v5 07/10] block: introduce "

[Bug 1893040] [NEW] External modules retreval using Go1.15 on s390x appears to have checksum and ECDSA verification issues
 2020-08-26 13:39 UTC  (4+ messages)
` [Bug 1893040] "

[PATCH v6 00/12] monitor: Optionally run handlers in coroutines
 2020-08-26 13:49 UTC  (13+ messages)
` [PATCH v6 06/12] monitor: Make current monitor a per-coroutine property
        ` Ways to do per-coroutine properties (was: [PATCH v6 06/12] monitor: Make current monitor a per-coroutine property)
          ` [PATCH] Simple & stupid coroutine-aware monitor_cur()
          ` [PATCH] Coroutine-aware monitor_cur() with coroutine-specific data

[PATCH v5 0/1] audio/jack: fix use after free segfault
 2020-08-26 13:48 UTC  (4+ messages)
` [PATCH v5 1/1] "
    ` PTHREAD_MUTEX_ERRORCHECK and fork()

[PATCH] os-posix: Restore firmware location ../share/qemu
 2020-08-26  7:57 UTC 

[PATCH] block/mirror: fix core when using iothreads
 2020-08-26 13:19 UTC 

[PATCH v3] block: Raise an error when backing file parameter is an empty string
 2020-08-26 13:22 UTC  (2+ messages)

Meson build on macOS: undefined symbol treatment
 2020-08-26 13:11 UTC 

[PATCH] meson: install pc-bios blobs
 2020-08-26 13:08 UTC  (2+ messages)

[PATCH 0/6] meson: convert the remaining of install target
 2020-08-26 13:06 UTC  (7+ messages)
` [PATCH 1/6] meson: install pc-bios blobs
` [PATCH 2/6] meson: install scripts/qemu-trace-stap
` [PATCH 3/6] meson: install icons
` [PATCH 4/6] meson: install desktop file
` [PATCH 5/6] meson: install $localstatedir/run for qga
` [PATCH 6/6] build-sys: remove install target from Makefile

[PATCH 00/12] fix some error memleaks
 2020-08-26 12:37 UTC  (13+ messages)
` [PATCH 01/12] qga/channel-posix: Plug memory leak in ga_channel_write_all()
` [PATCH 02/12] hw/vfio/ap: Plug memleak in vfio_ap_get_group()
` [PATCH 06/12] ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context()
` [PATCH 07/12] target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_features
` [PATCH 08/12] migration/colo: Plug memleaks in colo_process_incoming_thread

[PATCH v5 00/12] *** A Method for evaluating dirty page rate ***
 2020-08-26 12:33 UTC  (5+ messages)
` [PATCH v5 06/12] migration/dirtyrate: Record hash results for each sampled page

[Bug 1883984] [NEW] QEMU S/390x sqxbr (128-bit IEEE 754 square root) crashes qemu-system-s390x
 2020-08-26 12:19 UTC  (2+ messages)
` [Bug 1883984] "

[PATCH v3] virtio-rng: return available data with O_NONBLOCK
 2020-08-26 12:26 UTC  (3+ messages)

[PATCH 0/3] Add support for sequential backups
 2020-08-26 12:13 UTC  (4+ messages)
` [PATCH 1/3] job: add sequential transaction support
` [PATCH 2/3] blockdev: add sequential mode to *-backup transactions
` [PATCH 3/3] backup: initialize bcs bitmap on job create, not start

[PATCH v3 00/12] Introduce USB U2F key device
 2020-08-26 11:42 UTC  (13+ messages)
` [PATCH v3 01/12] hw/usb: Regroup USB HID protocol values
` [PATCH v3 02/12] docs: Add USB U2F key device documentation
` [PATCH v3 03/12] hw/usb: Add U2F key base class
` [PATCH v3 04/12] hw/usb: Add U2F key base class implementation
` [PATCH v3 05/12] hw/usb: Add U2F key passthru mode
` [PATCH v3 06/12] hw/usb: Add U2F key emulated mode
` [PATCH v3 07/12] meson: Add U2F key to meson
` [PATCH v3 08/12] docs/system: Add U2F key to the USB devices examples
` [PATCH v3 09/12] docs/qdev-device-use.txt: Add USB U2F key to the QDEV "
` [PATCH v3 10/12] scripts: Add u2f-setup-gen script
` [PATCH v3 11/12] hw/usb: Add U2F device check to passthru mode
` [PATCH v3 12/12] hw/usb: Add U2F device autoscan "

[PATCH v4 1/5] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja
 2020-08-26 11:33 UTC  (5+ messages)
` [PATCH v4 2/5] meson: fixes relpath may fail on win32
` [PATCH v4 3/5] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH v4 4/5] configure: Fix include and linkage issue on msys2
` [PATCH v4 5/5] meson: Fixes ninjatool can not be recognized as script under Window/MSYS2

linux-user static build broken
 2020-08-26 11:35 UTC  (6+ messages)

[[PATCH v3] 1/5] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja
 2020-08-26 11:30 UTC  (2+ messages)
` [[PATCH v3] 5/5] meson: Fixes ninjatool can not be recognized as script under Window/MSYS2


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