qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-07 10:11:20 to 2023-11-07 14:00:03 UTC [more...]

[PATCH] scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmd
 2023-11-07 14:10 UTC  (2+ messages)

[PATCH] s390/sclp: fix SCLP facility map
 2023-11-07 13:57 UTC  (3+ messages)

[PULL 0/8] Dump patches
 2023-11-07 13:54 UTC  (3+ messages)
` [PULL 3/8] dump: Add command interface for kdump-raw formats

[PATCH v4 00/41] vfio: Adopt iommufd
 2023-11-07 13:52 UTC  (19+ messages)
` [PATCH v4 22/41] vfio/spapr: switch to spapr IOMMU BE add/del_section_window
` [PATCH v4 25/41] Add iommufd configure option
` [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
` [PATCH v4 27/41] util/char_dev: Add open_cdev()
` [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
` [PATCH v4 31/41] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
` [PATCH v4 32/41] vfio/pci: Introduce a vfio pci hot reset interface
` [PATCH v4 41/41] vfio: Compile out iommufd for PPC target

[PULL 00/11] qdev: Make array properties user accessible again
 2023-11-07 13:48 UTC  (12+ messages)
` [PULL 01/11] hw/i386/pc: Use qdev_prop_set_array()
` [PULL 02/11] hw/arm/mps2-tz: "
` [PULL 03/11] hw/arm/mps2: "
` [PULL 04/11] hw/arm/sbsa-ref: "
` [PULL 05/11] hw/arm/vexpress: "
` [PULL 06/11] hw/arm/virt: "
` [PULL 07/11] hw/arm/xlnx-versal: "
` [PULL 08/11] hw/rx/rx62n: "
` [PULL 09/11] qom: Add object_property_set_default_list()
` [PULL 10/11] qdev: Make netdev properties work as list elements
` [PULL 11/11] qdev: Rework array properties based on list visitor

[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-27 12:56 UTC  (3+ messages)
` [PATCH V6 1/9] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V6 1/9] accel/kvm: Extract common KVM vCPU {creation,parking} code

[PATCH] MAINTAINERS: Add artist.c to the hppa machine section
 2023-11-07 13:45 UTC  (2+ messages)

[PULL v3 00/25] Pixman patches
 2023-11-07 13:40 UTC  (28+ messages)
` [PULL v3 01/25] build-sys: add a "pixman" feature
` [PULL v3 02/25] build-sys: drop needless warning pragmas for old pixman
` [PULL v3 03/25] ui: compile out some qemu-pixman functions when !PIXMAN
` [PULL v3 04/25] ui: add pixman-minimal.h
` [PULL v3 05/25] vl: drop needless -spice checks
` [PULL v3 06/25] qemu-options: define -vnc only #ifdef CONFIG_VNC
` [PULL v3 07/25] vl: simplify display_remote logic
` [PULL v3 08/25] vl: move display early init before default devices
` [PULL v3 09/25] ui/console: allow to override the default VC
` [PULL v3 10/25] ui/vc: console-vc requires PIXMAN
` [PULL v3 11/25] qmp/hmp: disable screendump if PIXMAN is missing
` [PULL v3 12/25] virtio-gpu: replace PIXMAN for region/rect test
` [PULL v3 13/25] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [PULL v3 14/25] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PULL v3 15/25] ui/gl: opengl doesn't require PIXMAN
` [PULL v3 16/25] ui/vnc: VNC requires PIXMAN
` [PULL v3 17/25] ui/spice: SPICE/QXL "
` [PULL v3 18/25] ui/gtk: -display gtk "
` [PULL v3 19/25] ui/dbus: do not require PIXMAN
` [PULL v3 20/25] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
` [PULL v3 21/25] hw/arm: XLNX_VERSAL depends on XLNX_CSU_DMA
` [PULL v3 22/25] hw/sm501: allow compiling without PIXMAN
` [PULL v3 23/25] hw/mips: FULOONG depends on VT82C686
` [PULL v3 24/25] hw/display/ati: allow compiling without PIXMAN
` [PULL v3 25/25] build-sys: make pixman actually optional

[PULL 00/15] xenfv.for-upstream queue
 2023-11-07 13:40 UTC  (2+ messages)

[PULL 0/5] Ui patches
 2023-11-07 13:40 UTC  (2+ messages)

[PULL 00/63] virtio,pc,pci: features, fixes
 2023-11-07 13:40 UTC  (61+ messages)
` [PULL 02/63] vhost-user.rst: Clarify enabling/disabling vrings
` [PULL 03/63] vhost-user.rst: Introduce suspended state
` [PULL 04/63] vhost-user.rst: Migrating back-end-internal state
` [PULL 05/63] vhost-user: Interface for migration state transfer
` [PULL 06/63] vhost: Add high-level state save/load functions
` [PULL 08/63] Add virtio-sound device stub
` [PULL 10/63] virtio-sound: handle control messages and streams
` [PULL 12/63] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PULL 13/63] virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS
` [PULL 14/63] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PULL 15/63] virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE
` [PULL 16/63] virtio-sound: implement audio output (TX)
` [PULL 17/63] virtio-sound: implement audio capture (RX)
` [PULL 18/63] docs/system: add basic virtio-snd documentation
` [PULL 19/63] vdpa: Restore hash calculation state
` [PULL 20/63] vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQ
` [PULL 21/63] vdpa: Add SetSteeringEBPF method for NetClientState
` [PULL 22/63] vdpa: Restore receive-side scaling state
` [PULL 23/63] vdpa: Allow VIRTIO_NET_F_RSS in SVQ
` [PULL 24/63] tests: test-smp-parse: Add the test for cores/threads per socket helpers
` [PULL 25/63] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 count test
` [PULL 26/63] tests: bios-tables-test: Add test for smbios type4 count
` [PULL 27/63] tests: bios-tables-test: Add ACPI table binaries for smbios type4 count test
` [PULL 28/63] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core "
` [PULL 29/63] tests: bios-tables-test: Add test for smbios type4 core count
` [PULL 30/63] tests: bios-tables-test: Add ACPI table binaries for smbios type4 core count test
` [PULL 31/63] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core count2 test
` [PULL 32/63] tests: bios-tables-test: Extend smbios core count2 test to cover general topology
` [PULL 33/63] tests: bios-tables-test: Update ACPI table binaries for smbios core count2 test
` [PULL 34/63] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 thread count test
` [PULL 35/63] tests: bios-tables-test: Add test for smbios type4 thread count
` [PULL 36/63] tests: bios-tables-test: Add ACPI table binaries for smbios type4 thread count test
` [PULL 37/63] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 thread count2 test
` [PULL 38/63] tests: bios-tables-test: Add test for smbios type4 thread count2
` [PULL 39/63] tests: bios-tables-test: Add ACPI table binaries for smbios type4 thread count2 test
` [PULL 40/63] hw/cxl: Use a switch to explicitly check size in caps_reg_read()
` [PULL 41/63] hw/cxl: Use switch statements for read and write of cachemem registers
` [PULL 42/63] hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
` [PULL 43/63] hw/cxl: Line length reductions
` [PULL 44/63] hw/cxl: Fix a QEMU_BUILD_BUG_ON() in switch statement scope issue
` [PULL 45/63] hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constant
` [PULL 46/63] hw/cxl/mbox: Split mailbox command payload into separate input and output
` [PULL 47/63] hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceState
` [PULL 48/63] hw/cxl/mbox: Generalize the CCI command processing
` [PULL 49/63] hw/pci-bridge/cxl_upstream: Move defintion of device to header
` [PULL 50/63] hw/cxl: Add a switch mailbox CCI function
` [PULL 51/63] hw/cxl/mbox: Add Information and Status / Identify command
` [PULL 52/63] hw/cxl/mbox: Add Physical Switch "
` [PULL 53/63] hw/pci-bridge/cxl_downstream: Set default link width and link speed
` [PULL 54/63] hw/cxl: Implement Physical Ports status retrieval
` [PULL 55/63] hw/cxl/mbox: Add support for background operations
` [PULL 56/63] hw/cxl/mbox: Wire up interrupts for background completion
` [PULL 57/63] hw/cxl: Add support for device sanitation
` [PULL 58/63] hw/cxl/mbox: Add Get Background Operation Status Command
` [PULL 59/63] hw/cxl/type3: Cleanup multiple CXL_TYPE3() calls in read/write functions
` [PULL 60/63] hw/cxl: Add dummy security state get
` [PULL 61/63] hw/cxl: Add tunneled command support to mailbox for switch cci
` [PULL 62/63] acpi/tests/avocado/bits: enforce 32-bit SMBIOS entry point
` [PULL 63/63] acpi/tests/avocado/bits: enable console logging from bits VM

[PATCH v2 00/12] qdev: Make array properties user accessible again
 2023-11-07 13:35 UTC  (4+ messages)
` [PATCH v2 11/12] qdev: Make netdev properties work as list elements

[PATCH 0/4] target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
 2023-11-07 13:30 UTC  (7+ messages)
` [PATCH 2/4] hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*

[PATCH 00/22] Maintainer updates for 8.2 (gdbstub, tests, plugins) pre-PR
 2023-11-07 13:08 UTC  (16+ messages)
` [PATCH 03/22] target/arm: hide the 32bit version of PAR from gdbstub
` [PATCH 05/22] target/arm: hide aliased MIDR "
` [PATCH 08/22] gdbstub: Add num_regs member to GDBFeature
` [PATCH 14/22] plugins: make test/example plugins work on windows
` [PATCH 16/22] plugins: allow plugins to be enabled "

[PATCH v3 00/20] first version of mcdstub
 2023-11-07 13:03 UTC  (21+ messages)
` [PATCH v3 01/20] mcdstub: initial file structure for new mcdstub created. -mcd QEMU startup option added. Functions for initializing the mcdstub added. Basic helper functions for processes/cpus in the mcdstub added
` [PATCH v3 02/20] mcdstub gdbstub: new DebugClass and DebugState introduced. They are used to abstract the debugger details behind a QOM. This is currently used in the cpu_handle_guest_debug function
` [PATCH v3 03/20] gdbstub: moving code so that it can be easier accessed from outside the gdbstub: fromhex and tohex functions moved to a cutils header. GDBRegisterState moved to gdbstub.h
` [PATCH v3 04/20] mcdstub: added header with defines specific to the mcd tcp packet communication
` [PATCH v3 05/20] mcdstub: tcp packet processing added
` [PATCH v3 06/20] mcdstub: open/close server functions and trigger/reset data added. User for initial connection with an mcd client
` [PATCH v3 07/20] mcdstub: quitting QEMU via mcd command added
` [PATCH v3 08/20] mcdstub: query packet processing added and core/system querie added
` [PATCH v3 09/20] mcdstub: open/close core added. This includes core specific data preparation: memory spaces, register groups and registers. This data preparation is done in the arm mcdstub
` [PATCH v3 10/20] mcdstub: state query added: this query collects information about the state of a specific core. This commit also includes mcd_vm_state_change, which is called when the cpu state changes because it collects data for the query
` [PATCH v3 11/20] mcdstub: reset and trigger queries added
` [PATCH v3 12/20] mcdstub: missing parse_reg_xml function for parsing gdb register xml files added
` [PATCH v3 13/20] mcdstub: added queries for memory spaces, register groups and registers
` [PATCH v3 14/20] mcdstub: missing handle_query_state function added
` [PATCH v3 15/20] mcdstub: added go, break and step functionality and all corresponding functions
` [PATCH v3 16/20] mcdstub: function construct for resets added
` [PATCH v3 17/20] mcdstub: reading/writing registers added
` [PATCH v3 18/20] mcdstub: read/write to memory added: This also includes various helper functions in the QEMU memory code
` [PATCH v3 19/20] mcdstub: break/watchpoints added
` [PATCH v3 20/20] mcdstub: updated MAINTAINERS file and fully activated the mcdstub in the meson build system

[PATCH] target/arm: mark the 32bit alias of PAR when LPAE enabled
 2023-11-07 13:05 UTC  (2+ messages)

[PATCH v5] limit physical address space size
 2023-11-07 13:03 UTC 

[PULL 00/75] Misc HW/UI patches for 2023-11-07
 2023-11-07 12:24 UTC  (17+ messages)
` [PULL 36/75] target/ppc: Define powerpc_pm_insn_t in 'internal.h'
` [PULL 37/75] target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h'
` [PULL 38/75] target/ppc: Move PowerPCCPUClass definition "
` [PULL 39/75] target/ppc: Move powerpc_excp_t "
` [PULL 40/75] target/ppc: Move powerpc_mmu_t "
` [PULL 41/75] target/ppc: Move powerpc_input_t "
` [PULL 42/75] hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState
` [PULL 43/75] hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*
` [PULL 44/75] target/s390x/cpu: Restrict cpu_get_tb_cpu_state() definition to TCG
` [PULL 45/75] target/s390x/cpu: Restrict CPUS390XState declaration to 'cpu.h'
` [PULL 47/75] target: Move ArchCPUClass definition "
` [PULL 51/75] hw/cpu: Clean up global variable shadowing
` [PULL 68/75] hw/sd: Declare QOM types using DEFINE_TYPES() macro
` [PULL 72/75] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPGA machine section
` [PULL 73/75] MAINTAINERS: Add more guest-agent related files to the corresponding section
` [PULL 75/75] dump: Add close fd on error return to avoid resource leak

[PATCH v2 0/5] virtio-gpu: add blob migration support
 2023-11-07 12:21 UTC  (5+ messages)

[PATCH v3 0/6] migration: check required entries and sections are loaded
 2023-11-07 12:03 UTC  (3+ messages)

QEMU entering soft freeze for 8.2 release cycle
 2023-11-07 12:03 UTC  (3+ messages)

[PATCH] dump:Add close fd on error return to avoid resource leak
 2023-11-07 11:54 UTC  (3+ messages)

[PULL 0/6] Firmware/seabios 20231010 patches
 2023-11-07 11:49 UTC  (6+ messages)
` [PULL 4/6] seabios: update binaries to git snapshot

[PATCH] MAINTAINERS: Add more guest-agent related files to the corresponding section
 2023-11-07 11:47 UTC  (3+ messages)

[PATCH 00/29] gdbstub and plugin read register and windows support
 2023-11-07 11:46 UTC  (5+ messages)
` [PATCH 17/29] gdbstub: Simplify XML lookup

[PATCH 0/4] MAINTAINERS: Update arm machines with missing files
 2023-11-07 11:36 UTC  (10+ messages)
` [PATCH 1/4] MAINTAINERS: Add include/hw/input/pl050.h to the PrimeCell/CMSDK section
` [PATCH 2/4] MAINTAINERS: Add hw/input/ads7846.c to the PXA2XX section
` [PATCH 3/4] MAINTAINERS: Add hw/display/sii9022.c to the Versatile Express section
` [PATCH 4/4] MAINTAINERS: Extend the Stellaris section

[PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE controllers
 2023-11-07 11:11 UTC  (9+ messages)
` [PATCH v2 1/3] ide/pci.c: introduce pci_ide_update_mode() function
` [PATCH v2 3/3] hw/ide/via: implement legacy/native mode switching

[PATCH] MAINTAINERS: Add include/hw/xtensa/mx_pic.h to the XTFPAG machine section
 2023-11-07 11:05 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add some more vmware-related files to the corresponding section
 2023-11-07 11:04 UTC  (2+ messages)

[PATCH v2 0/4] Support RISC-V IOPMP
 2023-11-07 10:53 UTC  (10+ messages)
` [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs

[PATCH RFC 0/3] hw/misc/pvpanic: add support for normal shutdowns
 2023-11-07 10:16 UTC  (3+ messages)
` [PATCH RFC 2/3] tests/qtest/pvanic: use centralized definition of supported events

[PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
 2023-11-07 10:20 UTC  (4+ messages)

[PATCH] Fix Windows 2000 and XP HDAudio Support
 2023-11-07 10:19 UTC  (2+ 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).