qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-08 12:47:20 to 2020-09-08 20:21:45 UTC [more...]

[PULL 00/34] QOM boilerplate cleanup (v2)
 2020-09-08 20:20 UTC  (36+ messages)
` [PULL 01/34] memory: Remove kernel-doc comment marker
` [PULL 02/34] qom: make object_ref/unref use a void * instead of Object *
` [PULL 03/34] qom: provide convenient macros for declaring and defining types
` [PULL 04/34] qom: Allow class type name to be specified in OBJECT_DECLARE*
` [PULL 05/34] qom: DECLARE_*_CHECKERS macros
` [PULL 06/34] qom: Make type checker functions accept const pointers
` [PULL 07/34] codeconverter: script for automating QOM code cleanups
` [PULL 08/34] Delete duplicate QOM typedefs
` [PULL 09/34] Move QOM typedefs and add missing includes
` [PULL 10/34] Use DECLARE_*CHECKER* macros
` [PULL 11/34] Use DECLARE_*CHECKER* when possible (--force mode)
` [PULL 12/34] Use OBJECT_DECLARE_TYPE where possible
` [PULL 13/34] Use OBJECT_DECLARE_SIMPLE_TYPE when possible
` [PULL 14/34] gpex: Fix type checking function name
` [PULL 15/34] chardev: Rename TYPE_CHARDEV_* to TYPE_*_CHARDEV
` [PULL 16/34] ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICE
` [PULL 17/34] dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEV
` [PULL 18/34] vfio: Rename VFIO_AP_DEVICE_TYPE to TYPE_VFIO_AP_DEVICE
` [PULL 19/34] vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENID
` [PULL 20/34] ahci: Rename ICH_AHCI to ICH9_AHCI
` [PULL 21/34] esp: Rename ESP_STATE to ESP
` [PULL 22/34] filter-rewriter: Rename FILTER_COLO_REWRITER to FILTER_REWRITER
` [PULL 23/34] rs6000_mc: Rename RS6000MC_DEVICE to RS6000MC
` [PULL 24/34] sabre: Rename SABRE_DEVICE to SABRE
` [PULL 25/34] usb: Rename USB_SERIAL_DEV to USB_SERIAL
` [PULL 26/34] vfio: Rename PCI_VFIO to VFIO_PCI
` [PULL 27/34] pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312
` [PULL 28/34] tusb6010: Rename TUSB to TUSB6010
` [PULL 29/34] xilinx_axidma: Use typedef name for instance_size
` [PULL 30/34] omap_intc: "
` [PULL 31/34] lpc_ich9: "
` [PULL 32/34] xilinx_axienet: "
` [PULL 33/34] vhost-user-vga: "
` [PULL 34/34] virtio-vga: "

[PATCH 0/5] migration/postcopy: Sync faulted addresses after network recovered
 2020-09-08 20:20 UTC  (7+ messages)
` [PATCH 2/5] migration: Introduce migrate_send_rp_message_req_pages()
` [PATCH 4/5] migration: Maintain postcopy faulted addresses

[PATCH] memory: Convert IOMMUMemoryRegionClass doc comment to kernel-doc
 2020-09-08 20:11 UTC 

[PATCH v8 00/14] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-09-08 19:52 UTC  (5+ messages)

[PATCH 0/4] Acceptance Tests: update assets location and cancel tests if missing
 2020-09-08 19:55 UTC  (13+ messages)
` [PATCH 1/4] Acceptance tests: use an available kernel image package for arm
` [PATCH 2/4] boot linux test: update arm bionic URL
` [PATCH 3/4] tests: bump avocado version
` [PATCH 4/4] Acceptance tests: cancel tests on missing assets

[PATCH 00/16] W32, W64 patches
 2020-09-08 19:48 UTC  (17+ messages)
` [PATCH 01/16] block: Fixes nfs compiling error on msys2/mingw
` [PATCH 02/16] ci: fixes msys2 build by upgrading capstone to 4.0.2
` [PATCH 03/16] configure: Fixes ncursesw detection under msys2/mingw and enable curses
` [PATCH 04/16] curses: Fixes curses compiling errors
` [PATCH 05/16] tests: disable /char/stdio/* tests in test-char.c on win32
` [PATCH 06/16] ci: Enable msys2 ci in cirrus
` [PATCH 07/16] tests: Trying fixes test-replication.c on msys2/mingw
` [PATCH 08/16] block: get file-win32.c handle locking option consistence with file-posix.c
` [PATCH 09/16] osdep: These function are only available on Non-Win32 system
` [PATCH 10/16] meson: Use -b to ignore CR vs. CR-LF issues on Windows
` [PATCH 11/16] meson: disable crypto tests are empty under win32
` [PATCH 12/16] meson: remove empty else and duplicated gio deps
` [PATCH 13/16] vmstate: Fixes test-vmstate.c on msys2/mingw
` [PATCH 14/16] cirrus: Building freebsd in a single short
` [PATCH 15/16] logging: Fixes memory leak in test-logging.c
` [PATCH 16/16] rcu: add uninit destructor for rcu

[PULL 00/41] testing updates (vm, gitlab, misc build fixes)
 2020-09-08 19:54 UTC  (3+ messages)
` [PULL 28/41] gitlab: add acceptance testing to system builds

[PATCH v2 0/2] virtio-iommu-pci: Advertise the device as modern-only
 2020-09-08 19:33 UTC  (3+ messages)
` [PATCH v2 1/2] virtio-iommu: Check gtrees are non null before destroying them
` [PATCH v2 2/2] virtio-iommu-pci: force virtio version 1

[PULL 00/16] Msys2 patches patches
 2020-09-08 19:09 UTC  (23+ messages)
` [PULL 01/16] block: Fixes nfs on msys2/mingw
` [PULL 02/16] ci: fixes msys2 build by upgrading capstone to 4.0.2
` [PULL 03/16] configure: Fixes ncursesw detection under msys2/mingw and enable curses
` [PULL 04/16] curses: Fixes curses compiling errors
` [PULL 05/16] tests: disable /char/stdio/* tests in test-char.c on win32
` [PULL 06/16] ci: Enable msys2 ci in cirrus
` [PULL 07/16] tests: Trying fixes test-replication.c on msys2/mingw
` [PULL 08/16] block: get file-win32.c handle locking option consistence with file-posix.c
` [PULL 09/16] osdep: These function are only available on Non-Win32 system
` [PULL 10/16] meson: Use -b to ignore CR vs. CR-LF issues on Windows
` [PULL 11/16] meson: disable crypto tests are empty under win32
` [PULL 12/16] meson: remove empty else and duplicated gio deps
` [PULL 13/16] vmstate: Fixes test-vmstate.c on msys2/mingw
` [PULL 14/16] cirrus: Building freebsd in a single short
` [PULL 15/16] logging: Fixes memory leak in test-logging.c
` [PULL 16/16] rcu: add uninit destructor for rcu

[PATCH 0/5] Add support for loading SMBIOS OEM strings from a file
 2020-09-08 18:38 UTC  (12+ messages)
` [PATCH 1/5] hw/smbios: support loading OEM strings values "
` [PATCH 2/5] hw/smbios: report error if table size is too large
` [PATCH 3/5] qemu-options: document SMBIOS type 11 settings
` [PATCH 4/5] hw/smbios: use qapi for SMBIOS entry point type enum
` [PATCH 5/5] hw/i386: expose a "smbios_ep" PC machine property

[PATCH] memory: Remove kernel-doc comment marker
 2020-09-08 18:17 UTC  (2+ messages)

[PATCH RESEND] manual: escape backslashes in "parsed-literal" blocks
 2020-09-08 18:14 UTC  (2+ messages)

[PATCH V2 for-5.2] hw/null-machine: Add the kvm_type() hook for MIPS
 2020-09-08 18:12 UTC  (4+ messages)

[PATCH v5 09/10] x68: acpi: trigger SMI before sending hotplug Notify event to OSPM
 2020-09-08 18:09 UTC  (3+ messages)
` [PATCH v5 9/10] fixup! "

[PATCH v5 00/10] x86: fix cpu hotplug with secure boot
 2020-09-08 18:08 UTC  (3+ messages)

[RFC PATCH v5 0/4] util/vfio-helpers: Add support for multiple IRQs
 2020-09-08 18:03 UTC  (5+ messages)
` [RFC PATCH v5 1/4] util/vfio-helpers: Improve reporting unsupported IOMMU type
` [RFC PATCH v5 2/4] util/vfio-helpers: Report error when IOMMU page size is not supported
` [RFC PATCH v5 3/4] util/vfio-helpers: Introduce qemu_vfio_pci_init_msix_irqs()
` [RFC PATCH v5 4/4] block/nvme: Use qemu_vfio_pci_init_msix_irqs() to initialize our IRQ

[Qemu-devel] [Bug 1826200] [NEW] RFE: populate "OEM Strings" (type 11) SMBIOS table strings from regular files
 2020-09-08 17:20 UTC  (2+ messages)
` [Bug 1826200] "

[PULL 0/5] QAPI patches patches for 2020-09-08
 2020-09-08 17:23 UTC  (2+ messages)

[Bug 1894818] [NEW] COLO's guest VNC client hang after failover
 2020-09-08 17:09 UTC  (5+ messages)
` [Bug 1894818] "

[RFC 0/4] Add a 'in_mmio' device flag to avoid the DMA to MMIO
 2020-09-08 16:41 UTC  (5+ messages)
` [RFC 1/4] memory: add memory_region_init_io_with_dev interface
` [RFC 2/4] memory: avoid reenter the device's MMIO handler while processing MMIO
` [RFC 3/4] e1000e: use the new memory_region_init_io_with_dev interface
` [RFC 4/4] hcd-xhci: "

Question regarding packet sniffing from a guest KVM
 2020-09-08 16:23 UTC  (2+ messages)

[PULL 00/33] ppc-for-5.2 queue 20200908
 2020-09-08 16:23 UTC  (2+ messages)

[PATCH] Simplify the .gitignore file
 2020-09-08 16:04 UTC  (6+ messages)

[Bug 1894869] [NEW] Chelsio T4 has old MSIX PBA offset bug
 2020-09-08 15:53 UTC 

[PATCH v2 0/6] hw/xen: Housekeeping
 2020-09-08 15:59 UTC  (8+ messages)
` [PATCH v2 1/6] hw/i386/q35: Remove unreachable Xen code on Q35 machine
` [PATCH v2 2/6] hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()
` [PATCH v2 3/6] sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t type
` [PATCH v2 4/6] stubs: Split accelerator / hardware related stubs
` [PATCH v2 5/6] hw/xen: Split x86-specific declaration from generic hardware ones
` [PATCH v2 6/6] typedefs: Restrict PCMachineState to 'hw/i386/pc.h'

[PATCH v3 0/4] Introducing QMP query-netdevs command
 2020-09-08 15:52 UTC  (10+ messages)
` [PATCH v3 1/4] qapi: net: Add "

[PATCH 00/17] hw/block/nvme: multiple namespaces support
 2020-09-08 15:39 UTC  (8+ messages)
` [PATCH 17/17] hw/block/nvme: change controller pci id

[PATCH v3] virtio-rng: return available data with O_NONBLOCK
 2020-09-08 15:33 UTC  (7+ messages)

[Bug 1893691] [NEW] Chardev logfile is not written (regression between 5.0 and 5.1)
 2020-09-08 15:24 UTC  (2+ messages)
` [Bug 1893691] "

[PATCH v4 0/9] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-09-08 15:27 UTC  (5+ messages)
` [PATCH v4 6/9] scsi/scsi-bus: scsi_device_find: don't return unrealized devices
` [PATCH v4 9/9] scsi/scsi_bus: fix races in REPORT LUNS

[PULL v2 00/18] target/microblaze patch queue
 2020-09-08 15:17 UTC  (2+ messages)

[PULL 00/30] ppc-for-5.2 queue 20200904
 2020-09-08 15:12 UTC  (12+ messages)

[PATCH v4 0/2] rcu: fixes rcu and test-logging.c
 2020-09-08 15:10 UTC  (3+ messages)
` [PATCH v4 1/2] logging: Fixes memory leak in test-logging.c
` [PATCH v4 2/2] rcu: add uninit destructor for rcu

[PATCH for 5.1] docs: fix trace docs build with sphinx 3.1.1
 2020-09-08 14:55 UTC  (5+ messages)

RFC [PATCH] piix4: don't reserve hw resources when hotplug is off
 2020-09-08 14:53 UTC  (4+ messages)
` [PATCH] piix4: don't reserve hw resources when hotplug is off globally

[PATCH v5 00/11] RISC-V Add the OpenTitan Machine
 2020-09-08 14:52 UTC  (3+ messages)
` [PATCH v5 06/11] riscv: Initial commit of OpenTitan machine

[PATCH v2] virtio-mem: detach the element from the virtqueue when error occurs
 2020-09-08 14:46 UTC  (5+ messages)

[PATCH] monitor: Use LOCK_GUARD macros
 2020-09-08 14:43 UTC  (3+ messages)

[PATCH] block/qcow2-cluster: Add missing "fallthrough" annotation
 2020-09-08 14:42 UTC  (2+ messages)

device compatibility interface for live migration with assigned devices
 2020-09-08 14:41 UTC  (11+ messages)

[PATCH 0/5] hw/xen: Housekeeping
 2020-09-08 14:34 UTC  (7+ messages)
` [PATCH 1/5] hw/i386/q35: Remove unreachable Xen code on Q35 machine
` [PATCH 2/5] hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()
` [PATCH 3/5] stubs: Split accelerator / hardware related stubs
` [PATCH 4/5] hw/xen: Split x86-specific declaration from generic hardware ones
` [PATCH 5/5] typedefs: Restrict PCMachineState to 'hw/i386/pc.h'

[PATCH 0/4] docs: add qemu-storage-daemon documentation
 2020-09-08 14:33 UTC  (7+ messages)
` [PATCH 1/4] docs: lift block-core.json rST header into parents
` [PATCH 3/4] docs: add qemu-storage-daemon(1) man page

[PULL v5 00/46] Next round of Meson bugfixes and cleanups
 2020-09-08 14:21 UTC  (4+ messages)

[PATCH 1/2] hw/virtio-pci Added counter for pcie capabilities offsets
 2020-09-08 14:19 UTC  (3+ messages)
` [PATCH 2/2] hw/virtio-pci Added AER capability

[PATCH] target/i386: support KVM_FEATURE_ASYNC_PF_INT
 2020-09-08 14:12 UTC 

[PATCH v7 0/2] Remove EPYC mode apicid decode and use generic decode
 2020-09-08 14:11 UTC  (2+ messages)

[PATCH 0/2] Fix error handling in preallocate_co()
 2020-09-08 14:08 UTC  (3+ messages)
` [PATCH 1/2] qcow2: Handle QCowL2Meta on error "
` [PATCH 2/2] qcow2: Make qcow2_free_any_clusters() free only one cluster

[PATCH v2 1/3] tests/acpi: document addition of table DSDT.roothp for unit testing root pci hotplug on/off
 2020-09-08 14:00 UTC  (5+ messages)
` [PATCH v2 3/3] tests/acpi: add a new ACPI table in order to test "

[PULL 0/3] Sirius/ipxe 20200908 patches
 2020-09-08  6:10 UTC  (2+ messages)
` [PULL 3/3] ipxe: update binaries

[Qemu-devel] [Bug 1838390] [NEW] vmx_write_mem: mmu_gva_to_gpa failed when using hvf
 2020-09-08 13:13 UTC  (2+ messages)
` [Bug 1838390] "

[Bug 1894836] [NEW] kernel panic using hvf with CPU passthrough
 2020-09-08 13:06 UTC  (2+ messages)
` [Bug 1894836] "

[PATCH v3 00/15] Reverse debugging
 2020-09-08 13:10 UTC  (8+ messages)
` [PATCH v3 05/15] iotests: update snapshot test for new output format
` [PATCH v3 13/15] replay: describe reverse debugging in docs/replay.txt
` [PATCH v3 15/15] tests/acceptance: add reverse debugging test

[Bug 1894781] [NEW] [Feature request] Provide a way to do TLS first in QEMU/NBD connections (not after NBD negotiation)
 2020-09-08 13:00 UTC  (4+ messages)
` [Bug 1894781] "

[PATCH 0/4] target/mips: Misc patches
 2020-09-08 12:44 UTC  (2+ messages)
` [PATCH 2/4] target/mips: Demacro helpers for M<ADD|SUB>F.<D|S>


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