qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-15 20:57:42 to 2023-11-16 13:25:14 UTC [more...]

[PATCH v2 0/5] Limit type names to alphanumerical and some few special characters
 2023-11-16 13:24 UTC  (8+ messages)
` [PATCH v2 1/5] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl"
` [PATCH v2 2/5] hw: Replace anti-social QOM type names (again)
` [PATCH v2 3/5] memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
` [PATCH v2 4/5] tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name
` [PATCH v2 5/5] qom/object: Limit type names to alphanumerical and some few special characters

[PATCH v5 00/31] Unified CPU type check
 2023-11-16 13:22 UTC  (52+ messages)
` [PATCH v5 01/31] target/alpha: Remove 'ev67' CPU class
` [PATCH v5 02/31] target/hppa: Remove object_class_is_abstract()
` [PATCH v5 05/31] cpu: Add helper cpu_model_from_type()
` [PATCH v5 06/31] cpu: Add generic cpu_list()
` [PATCH v5 07/31] target/alpha: Use "
` [PATCH v5 08/31] target/arm: "
` [PATCH v5 09/31] target/avr: "
` [PATCH v5 10/31] target/cris: "
` [PATCH v5 11/31] target/hexagon: "
` [PATCH v5 12/31] target/hppa: "
` [PATCH v5 13/31] target/loongarch: "
` [PATCH v5 14/31] target/m68k: "
` [PATCH v5 15/31] target/mips: "
` [PATCH v5 16/31] target/openrisc: "
` [PATCH v5 17/31] target/riscv: "
` [PATCH v5 18/31] target/rx: "
` [PATCH v5 19/31] target/sh4: "
` [PATCH v5 20/31] target/tricore: "
` [PATCH v5 23/31] machine: Constify MachineClass::valid_cpu_types[i]
` [PATCH v5 25/31] machine: Introduce helper is_cpu_type_supported()
` [PATCH v5 30/31] hw/arm: Check CPU type in machine_run_board_init()

[PATCH] qom/object: Limit type names to alphanumerical and some few special characters
 2023-11-16 13:21 UTC  (5+ messages)

[PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
 2023-11-16 13:19 UTC  (3+ messages)

[PATCH] hw/audio: Fix logic error in hda audio
 2023-11-16 13:18 UTC  (2+ messages)

[PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
 2023-11-16 13:14 UTC  (8+ messages)
` [PATCH v3 1/4] ide/ioport: move ide_portio_list[] and ide_portio_list2[] definitions to IDE core
` [PATCH v3 2/4] ide/pci: introduce pci_ide_update_mode() function
` [PATCH v3 3/4] ide/via: don't attempt to set default BAR addresses
` [PATCH v3 4/4] hw/ide/via: implement legacy/native mode switching

[PATCH] avocado: fix Python invalid escape sequence
 2023-11-16 13:12 UTC  (2+ messages)

[PATCH 00/16] hw/uefi: add uefi variable service
 2023-11-16 12:46 UTC  (3+ messages)
` [PATCH 01/16] hw/uefi: add include/hw/uefi/var-service-api.h

[PATCH 1/3] tests/avocado: reverse_debugging drain console to prevent hang
 2023-11-16 12:33 UTC  (4+ messages)
` [PATCH 2/3] chardev: report blocked write to chardev backend
` [PATCH 3/3] tests/avocado: Enable reverse_debugging.py tests in gitlab CI

[PATCH] Fix CLINT clock frequency for SiFive E
 2023-11-16 12:11 UTC  (5+ messages)

[PATCH] Fix SiFive E CLINT clock frequency (#1978)
 2023-11-16 12:07 UTC 

[PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
 2023-11-16 11:31 UTC  (17+ messages)

[PATCH] softmmu/memory: use memcpy for multi-byte accesses
 2023-11-16 11:30 UTC  (6+ messages)

[PATCH] monitor: flush messages on abort
 2023-11-16 11:21 UTC  (6+ messages)

[PATCH] block-backend: per-device throttling of BLOCK_IO_ERROR reports
 2023-11-16 10:27 UTC  (3+ messages)

[PULL 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2
 2023-11-16  9:56 UTC  (5+ messages)
` [PULL 06/23] tests/tcg: add an explicit gdbstub register tester

[PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-11-16  9:34 UTC  (3+ messages)

[PATCH-for-8.2] virtio-sound: add realize() error cleanup path
 2023-11-16  9:16 UTC  (7+ messages)

[PATCH v6 00/21] vfio: Adopt iommufd
 2023-11-16  9:17 UTC  (16+ messages)
` [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
` [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 19/21] hw/arm: Activate IOMMUFD for virt machines
` [PATCH v6 21/21] hw/i386: Activate IOMMUFD for q35 machines

[PATCH] tests/avocado/mem-addr-space-check: Replace assertEquals() for Python 3.12
 2023-11-16  8:39 UTC  (4+ messages)

[PATCH v2 0/5] VFIO device init cleanup
 2023-11-16  7:59 UTC  (6+ messages)
` [PATCH v2 1/5] vfio/pci: Move VFIODevice initializations in vfio_instance_init
` [PATCH v2 2/5] vfio/platform: Move VFIODevice initializations in vfio_platform_instance_init
` [PATCH v2 3/5] vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
` [PATCH v2 4/5] vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init
` [PATCH v2 5/5] vfio: Introduce a helper function to initialize VFIODevice

[PULL 00/27] Trivial patches for 2023-11-16
 2023-11-16  7:44 UTC  (28+ messages)
` [PULL 01/27] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header
` [PULL 02/27] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section
` [PULL 03/27] tests/data/qobject/qdict.txt: Avoid non-inclusive words
` [PULL 04/27] qapi/pragma.json: Improve the comment about the lists of QAPI rule exceptions
` [PULL 05/27] hw/audio/virtio-snd.c: spelling: initalize
` [PULL 06/27] qapi/migration.json: spelling: transfering
` [PULL 07/27] bsd-user: spelling fixes: necesary, agrument, undocummented
` [PULL 08/27] linux-user: spelling fixes: othe, necesary
` [PULL 09/27] hw/cxl: spelling fixes: limitaions, potentialy, intialized
` [PULL 10/27] gdbstub: spelling fix: respectivelly
` [PULL 11/27] docs/about/deprecated.rst: spelling fix: becase
` [PULL 12/27] docs/devel/migration.rst: spelling fixes: doen't, diferent, responsability, recomend
` [PULL 13/27] docs/system/arm/emulation.rst: spelling fix: Enhacements
` [PULL 14/27] target/arm/tcg: spelling fixes: alse, addreses
` [PULL 15/27] target/hppa: spelling fixes: Indicies, Truely
` [PULL 16/27] migration/rdma.c: spelling fix: asume
` [PULL 17/27] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage
` [PULL 18/27] hw/mem/memory-device.c: spelling fix: ontaining
` [PULL 19/27] hw/net/cadence_gem.c: spelling fixes: Octects
` [PULL 20/27] include/block/ufs.h: spelling fix: setted
` [PULL 21/27] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber, atleast
` [PULL 22/27] include/hw/virtio/vhost.h: spelling fix: sate
` [PULL 23/27] target/riscv/cpu.h: spelling fix: separatly
` [PULL 24/27] tests/qtest/migration-test.c: spelling fix: bandwith
` [PULL 25/27] tests/qtest/ufs-test.c: spelling fix: tranfer
` [PULL 26/27] util/filemonitor-inotify.c: spelling fix: kenel
` [PULL 27/27] util/range.c: spelling fix: inbetween

[PATCH 0/4] VFIO device init cleanup
 2023-11-16  7:46 UTC  (6+ messages)
` [PATCH 1/4] vfio/pci: Move VFIODevice initializations in vfio_instance_init

virtio-sound segmentation fault
 2023-11-16  7:41 UTC  (2+ messages)

[PATCH-for-8.2? 0/6] hw/arm/stm32xxx: Report error when incorrect CPU is used
 2023-11-16  7:25 UTC  (9+ messages)
` [PATCH-for-8.2? 1/6] hw/arm/stm32f405: "
` [PATCH-for-8.2? 2/6] hw/arm/stm32f205: "
` [PATCH-for-8.2? 3/6] hw/arm/stm32f100: "
` [PATCH-for-9.0 4/6] hw/arm/msf2: Simplify setting MachineClass::valid_cpu_types[]
` [PATCH-for-9.0 5/6] hw/arm/npcm7xx_boards: "
` [PATCH-for-9.0 6/6] hw/arm/musca: "

[PATCH 00/19] qapi: statically type schema.py
 2023-11-16  7:05 UTC  (24+ messages)
` [PATCH 01/19] qapi/schema: fix QAPISchemaEntity.__repr__()
` [PATCH 02/19] qapi/schema: add pylint suppressions
` [PATCH 03/19] qapi/schema: name QAPISchemaInclude entities
` [PATCH 04/19] qapi/schema: declare type for QAPISchemaObjectTypeMember.type
` [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
` [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
` [PATCH 07/19] qapi/introspect: assert schema.lookup_type did not fail
` [PATCH 08/19] qapi/schema: add static typing and assertions to lookup_type()
` [PATCH 09/19] qapi/schema: assert info is present when necessary
` [PATCH 10/19] qapi/schema: make QAPISchemaArrayType.element_type non-Optional
` [PATCH 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
` [PATCH 12/19] qapi/schema: split "checked" field into "checking" and "checked"
` [PATCH 13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PATCH 14/19] qapi/schema: assert QAPISchemaVariants are QAPISchemaObjectType
` [PATCH 15/19] qapi/parser: demote QAPIExpression to Dict[str, Any]
` [PATCH 16/19] qapi/schema: add type hints
` [PATCH 17/19] qapi/schema: turn on mypy strictness
` [PATCH 18/19] qapi/schema: remove unnecessary asserts
` [PATCH 19/19] qapi/schema: refactor entity lookup helpers

[PATCH] migration: free 'saddr' since be no longer used
 2023-11-16  6:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-11-16  6:22 UTC  (24+ messages)
` [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes
` [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
` [PATCH v3 10/70] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v3 14/70] target/i386: Implement mc->kvm_type() to get VM type

[PATCH-for-8.2? v2] tests/avocado: Make fetch_asset() unconditionally require a crypto hash
 2023-11-16  6:10 UTC  (2+ messages)

[PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
 2023-11-16  6:00 UTC  (2+ messages)

[PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
 2023-11-16  5:14 UTC  (19+ messages)

[PATCH] tests/qtest: remove unused variables
 2023-11-16  2:14 UTC  (2+ messages)

[RFC 0/2] vhost-user-test: Add negotiated features check
 2023-11-16  1:01 UTC  (2+ messages)

[PATCH 00/10] random fixes for 8.2 (tests, plugins, docs, semihosting)
 2023-11-15 22:42 UTC  (13+ messages)
` [PATCH 01/10] tests/docker: replace fedora-i386 with debian-i686
` [PATCH 03/10] tests/docker: merge debian-native with debian-amd64
` [PATCH 04/10] plugins: fix win plugin tests on cross compile
` [PATCH 05/10] tests/tcg: fixup Aarch64 semiconsole test
` [PATCH 07/10] hw/core: skip loading debug on all failures
` [PATCH 08/10] testing: move arm system tests into their own folder
` [PATCH 09/10] tests/tcg: enable arm softmmu tests

[PATCH v3 0/8] Add powernv10 I2C devices and tests
 2023-11-15 22:34 UTC  (9+ messages)
` [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
` [PATCH v3 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
` [PATCH v3 4/8] ppc/pnv: Fix PNV I2C invalid status after reset

[RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
 2023-11-15 22:02 UTC  (4+ messages)

[PATCH RFC 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
 2023-11-15 21:57 UTC  (2+ messages)

[PATCH RFC 1/2] hw/arm: Add minimal support for the STM32L475VG SoC
 2023-11-15 21:46 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).