qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-01 06:40:05 to 2023-03-01 14:21:45 UTC [more...]

[PATCH 0/5] VT82xx PCI fixes and audio output support
 2023-03-01 14:20 UTC  (5+ messages)
` [PATCH 1/5] hw/ppc/pegasos2: Initialize VT8231 PCI IRQ router
` [PATCH 2/5] hw/isa/vt82c686: Implement PCI IRQ routing

[PATCH v6 0/2] arm: enable MTE for QEMU + kvm
 2023-03-01 14:15 UTC  (6+ messages)
` [PATCH v6 1/2] arm/kvm: add support for MTE

[PATCH 00/19] hw: Set QDev properties using QDev API (part 1/3)
 2023-03-01 14:13 UTC  (10+ messages)
` [PATCH 03/19] hw/acpi: Set QDev properties using QDev API
` [RFC PATCH 05/19] hw/core/numa: "
` [RFC PATCH 07/19] hw/scsi: "
` [RFC PATCH 12/19] hw/i386: "

[PATCH] ui/sdl2: remove workaround forcing x11
 2023-03-01 14:12 UTC 

[PATCH v15 00/60] Xen HVM support under KVM
 2023-03-01 13:52 UTC  (61+ messages)
` [PATCH v15 01/60] include: import Xen public headers to hw/xen/interface
` [PATCH v15 02/60] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v15 03/60] xen: Add XEN_DISABLED mode and make it default
` [PATCH v15 04/60] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v15 05/60] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v15 06/60] i386/kvm: Set Xen vCPU ID in KVM
` [PATCH v15 07/60] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v15 08/60] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v15 09/60] i386/xen: handle guest hypercalls
` [PATCH v15 10/60] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v15 11/60] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v15 12/60] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v15 13/60] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v15 14/60] xen: Permit --xen-domid argument when accel is KVM
` [PATCH v15 15/60] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v15 16/60] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v15 17/60] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v15 18/60] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v15 19/60] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v15 20/60] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v15 21/60] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v15 22/60] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v15 23/60] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v15 24/60] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v15 25/60] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v15 26/60] i386/xen: implement HVMOP_set_param
` [PATCH v15 27/60] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v15 28/60] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v15 29/60] hw/xen: Implement EVTCHNOP_status
` [PATCH v15 30/60] hw/xen: Implement EVTCHNOP_close
` [PATCH v15 31/60] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v15 32/60] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v15 33/60] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v15 34/60] hw/xen: Implement EVTCHNOP_send
` [PATCH v15 35/60] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v15 36/60] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v15 37/60] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v15 38/60] hw/xen: Implement EVTCHNOP_reset
` [PATCH v15 39/60] i386/xen: add monitor commands to test event injection
` [PATCH v15 40/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v15 41/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v15 42/60] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v15 43/60] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v15 44/60] hw/xen: Support mapping grant frames
` [PATCH v15 45/60] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v15 46/60] hw/xen: Implement GNTTABOP_query_size
` [PATCH v15 47/60] i386/xen: handle PV timer hypercalls
` [PATCH v15 48/60] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v15 49/60] i386/xen: handle HVMOP_get_param
` [PATCH v15 50/60] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v15 51/60] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v15 52/60] hw/xen: Add basic ring handling to xenstore
` [PATCH v15 53/60] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v15 54/60] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v15 55/60] hw/xen: Implement emulated PIRQ hypercall support
` [PATCH v15 56/60] hw/xen: Support GSI mapping to PIRQ
` [PATCH v15 57/60] hw/xen: Support MSI "
` [PATCH v15 58/60] kvm/i386: Add xen-evtchn-max-pirq property
` [PATCH v15 59/60] i386/xen: Document Xen HVM emulation
` [PATCH v15 60/60] hw/xen: Subsume xen_be_register_common() into xen_be_init()

[PATCH v3 1/1] vhost-user-fs: add migration type property
 2023-03-01 14:03 UTC  (12+ messages)

[PATCH v5 0/7] Pegasos2 fixes and audio output support
 2023-03-01 14:05 UTC  (14+ messages)
` [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"
` [PATCH v5 3/7] hw/isa/vt82c686: Implement PCI IRQ routing
` [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model

[PATCH RESEND v7 0/9] target/arm: Allow CONFIG_TCG=n builds
 2023-03-01 13:50 UTC  (12+ messages)
` [PATCH RESEND v7 4/9] target/arm: move cpu_tcg to tcg/cpu32.c
` [PATCH RESEND v7 9/9] tests/qtest: Fix tests when no KVM or TCG are present

[PATCH 0/5] Pegasos2 fixes and audio output support
 2023-03-01 13:49 UTC  (14+ messages)

[PATCH] configure: Disable thread-safety warnings on macOS
 2023-03-01 13:31 UTC  (2+ messages)

Writing TCG plugin - how to hook interrupts?
 2023-03-01 13:30 UTC 

[PATCH 0/8] aspeed: I2C fixes, -drive removal (first step)
 2023-03-01 13:27 UTC  (4+ messages)
` [PATCH 7/8] aspeed: Introduce a spi_boot region under the SoC

[RFC] hw/block/m25p80: implement Octal SPI commands
 2023-03-01 13:25 UTC  (3+ messages)

[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
 2023-03-01 13:21 UTC  (11+ messages)
` [PATCH v3 07/10] qapi: implement conditional command arguments

[RFC v2] m25p80: Implement Octal SPI commands
 2023-03-01 13:18 UTC 

[PATCH] scsi: megasas: Internal cdbs have 16-byte length
 2023-03-01 12:42 UTC  (2+ messages)

[PATCH 0/3] Migration: Make more ram_counters atomic
 2023-03-01 12:40 UTC  (4+ messages)
` [PATCH 1/3] migration: Merge ram_counters and ram_atomic_counters
` [PATCH 2/3] migration: Update atomic stats out of the mutex
` [PATCH 3/3] migration: Make multifd_bytes atomic

[qemu-web PATCH] Announce Google Summer of Code and Outreachy 2023
 2023-03-01 12:36 UTC  (4+ messages)

hw/ppc/mac_newworld: Problem with Uninorth IRQ lines
 2023-03-01 12:24 UTC  (2+ messages)

[PATCH 0/7] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
 2023-03-01 12:14 UTC  (5+ messages)
` [PATCH 5/7] hw/ide/piix: Use generic ide_init_ioport()

[PATCH 00/27] tcg: Simplify temporary usage
 2023-03-01 12:11 UTC  (4+ messages)

[PATCH] Makefile: qemu-bundle is a directory
 2023-03-01 12:08 UTC  (2+ messages)

[PATCH] memory: dump HPA and access type of ramblocks
 2023-03-01 12:07 UTC  (3+ messages)

[PATCH 0/2] plugin: fix clearing of plugin_mem_cbs on TB exit
 2023-03-01 12:05 UTC  (3+ messages)
` [PATCH 1/2] tcg: Clear "

[PATCH v4] Emulate dip switch language layout settings on SUN keyboard
 2023-03-01 11:52 UTC  (4+ messages)
` [PATCH v5] "
  ` Ping "

[PATCH] plugin: fix clearing of plugin_mem_cbs before TB exit
 2023-03-01 11:41 UTC  (3+ messages)

[PATCH v3 00/24] testing/next: docker, avocado, unit, gitlab
 2023-03-01 11:12 UTC  (23+ messages)
` [PATCH v3 18/24] tests/lcitool: append user setting stanza to dockerfiles
` [PATCH v3 22/24] gitlab: move the majority of artefact handling to a template
` [PATCH v3 23/24] tests/docker: add zstdtools to the images (!AWAITING UPSTREAM)
` [PATCH v3 24/24] tests/avocado: disable BootLinuxPPC64 test in CI

[PATCH] test: Check vnc enable before compiling vnc test
 2023-03-01 11:09 UTC  (3+ messages)

[PATCH v5] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-03-01 11:08 UTC  (2+ messages)

[PATCH] test: Fix test-crypto-secret when compiling without keyring support
 2023-03-01 11:07 UTC  (2+ messages)

[PULL 00/62] tcg patch queue
 2023-03-01 11:07 UTC  (2+ messages)

[PATCH v6 00/12] Refactor cryptodev
 2023-03-01 11:05 UTC  (14+ messages)
` [PATCH v6 01/12] cryptodev: Introduce cryptodev.json
` [PATCH v6 02/12] cryptodev: Remove 'name' & 'model' fields
` [PATCH v6 03/12] cryptodev: Introduce cryptodev alg type in QAPI
` [PATCH v6 04/12] cryptodev: Introduce server "
` [PATCH v6 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
` [PATCH v6 06/12] cryptodev-builtin: Detect akcipher capability
` [PATCH v6 07/12] hmp: add cryptodev info command
` [PATCH v6 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
` [PATCH v6 09/12] cryptodev: Account statistics
` [PATCH v6 10/12] cryptodev: support QoS
` [PATCH v6 11/12] cryptodev: Support query-stats QMP command
` [PATCH v6 12/12] MAINTAINERS: add myself as the maintainer for cryptodev

[PATCH] tests: Ensure TAP version is printed before other messages
 2023-03-01 11:00 UTC  (5+ messages)

[PATCH v5 00/12] Refactor cryptodev
 2023-03-01 10:47 UTC  (16+ messages)
` [PATCH v5 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
` [PATCH v5 07/12] hmp: add cryptodev info command
` [PATCH v5 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
` [PATCH v5 09/12] cryptodev: Account statistics
    `  "
` [PATCH v5 10/12] cryptodev: support QoS
` [PATCH v5 11/12] cryptodev: Support query-stats QMP command

[PATCH v2] qapi: Add 'acpi' field to 'query-machines' output
 2023-03-01 10:37 UTC  (3+ messages)

[PATCH v6 0/8] net: Pad short frames for network backends
 2023-03-01 10:20 UTC  (11+ messages)
` [PATCH v6 1/8] hw/net: e1000: Remove the logic of padding short frames in the receive path
` [PATCH v6 2/8] hw/net: vmxnet3: "
` [PATCH v6 3/8] hw/net: i82596: "
` [PATCH v6 4/8] hw/net: ne2000: "
` [PATCH v6 5/8] hw/net: pcnet: "
` [PATCH v6 6/8] hw/net: rtl8139: "
` [PATCH v6 7/8] hw/net: sungem: "
` [PATCH v6 8/8] hw/net: sunhme: "

[PULL 00/13] testing updates (gitlab, cirrus, docker, avocado, windows)
 2023-03-01 10:02 UTC  (6+ messages)

out of CI pipeline minutes again
 2023-03-01  9:53 UTC  (8+ messages)

[PATCH v2 00/18] target/riscv: Various fixes to gdbstub and CSR access
 2023-03-01  9:55 UTC  (4+ messages)
` [PATCH v2 05/18] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled

[PATCH 0/5] eBPF RSS Helper support
 2023-03-01  9:31 UTC  (11+ messages)
` [PATCH 3/5] qmp: Added the helper stamp check

[PATCH v3 0/4] qga: Add optional `merge-output` flag to guest-exec QAPI
 2023-03-01  9:07 UTC  (9+ messages)
` [PATCH v3 1/4] crypto/luks: Initialize stack variable to silence warning
` [PATCH v3 2/4] qemu-keymap: Fix memory leaks
` [PATCH v3 3/4] qga: Add optional `merge-output` flag to guest-exec qapi
` [PATCH v3 4/4] qga: test: Add tests for `merge-output` flag

[PATCH] memory: avoid unnecessary iteration when updating ioeventfds
 2023-03-01  8:36 UTC  (2+ messages)

[PATCH v2] virtio-balloon: optimize the virtio-balloon on the ARM platform
 2023-03-01  8:16 UTC  (2+ messages)

[PATCH] acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
 2023-03-01  8:03 UTC  (5+ messages)

[PATCH 0/2] hw/vfio: Build various target-independent objects once
 2023-03-01  7:47 UTC  (6+ messages)
` [PATCH 1/2] hw/vfio/migration: Remove unused 'exec/ram_addr.h' header

[PATCH 0/2] Deprecate support for 32-bit x86 and arm hosts
 2023-03-01  7:46 UTC  (8+ messages)

[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-03-01  7:01 UTC  (4+ messages)
` [PATCH v4 01/15] vdpa net: move iova tree creation from init to start


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