messages from 2023-03-02 16:37:42 to 2023-03-03 01:06:01 UTC [more...]
[PATCH v3 0/6] hw/cxl: Poison get, inject, clear
2023-03-03 1:05 UTC (7+ messages)
` [PATCH v3 4/6] hw/cxl: QMP based poison injection support
` [PATCH v3 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH v3 6/6] hw/cxl: Add clear poison mailbox command support
[PATCH v2 0/6] Deprecate support for 32-bit x86 and arm hosts
2023-03-03 0:57 UTC (22+ messages)
` [PATCH v2 1/6] docs/about/deprecated: Deprecate the qemu-system-i386 binary
` [PATCH v2 2/6] docs/about/deprecated: Deprecate 32-bit x86 hosts
` [PATCH v2 3/6] gitlab-ci.d/crossbuilds: Drop the i386 jobs
` [PATCH v2 4/6] docs/about/deprecated: Deprecate the qemu-system-arm binary
` [PATCH v2 5/6] docs/about/deprecated: Deprecate 32-bit arm hosts
` [PATCH v2 6/6] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs
[RFC PATCH] gdbstub: attempt to split gdb into 32/64 bit targets [!WORKING PLZ HELP]
2023-03-03 0:38 UTC (4+ messages)
[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
2023-03-03 0:19 UTC (12+ messages)
` [PATCH v2 10/20] vfio/common: Record DMA mapped IOVA ranges
[PULL 00/53] virtio,pc,pci: features, cleanups, fixes
2023-03-03 0:15 UTC (10+ messages)
` [PULL 31/53] pcie: set power indicator to off on reset by default
` [PULL 35/53] chardev/char-socket: set s->listener = NULL in char_socket_finalize
[PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
2023-03-03 0:09 UTC (20+ messages)
` [PATCH v3 01/18] hw/ide/piix: Expose output IRQ as properties for late object population
` [PATCH v3 02/18] hw/ide/piix: Allow using PIIX3-IDE as standalone PCI function
` [PATCH v3 03/18] hw/i386/pc_piix: Wire PIIX3 IDE ouput IRQs to ISA bus IRQs 14/15
` [PATCH v3 04/18] hw/isa/piix4: Wire PIIX4 "
` [PATCH v3 05/18] hw/ide: Rename ISA specific ide_init_ioport -> ide_bus_init_ioport_isa
` [PATCH v3 06/18] hw/ide/piix: Ensure IDE output IRQs are wired at realization
` [PATCH v3 07/18] hw/isa: Deprecate isa_get_irq() in favor of isa_bus_get_irq()
` [PATCH v3 08/18] hw/ide: Introduce generic ide_init_ioport()
` [PATCH v3 09/18] hw/ide/piix: Use generic ide_bus_init_ioport()
` [PATCH v3 10/18] hw/isa: Ensure isa_register_portio_list() do not get NULL ISA device
` [PATCH v3 11/18] hw/isa: Simplify isa_address_space[_io]()
` [PATCH v3 12/18] hw/isa: Reduce 'isabus' singleton scope to isa_bus_new()
` [PATCH v3 13/18] exec/ioport: Factor portio_list_register_flush_coalesced() out
` [PATCH v3 14/18] exec/ioport: Factor portio_list_register() out
` [PATCH v3 15/18] hw/southbridge/piix: Use OBJECT_DECLARE_SIMPLE_TYPE() macro
` [PATCH v3 16/18] hw/isa/piix: Batch register QOM types using DEFINE_TYPES() macro
` [PATCH v3 17/18] hw/isa/piix: Unify QOM type name of PIIX ISA function
` [PATCH v3 18/18] hw/isa/piix: Unify PIIX-ISA QOM type names using qdev aliases
[PATCH] vhost: accept VIRTIO_F_ORDER_PLATFORM as a valid SVQ feature
2023-03-02 23:31 UTC (10+ messages)
[PATCH 00/33] pci(pc/q35): acpi-index support on non-hotpluggable slots
2023-03-02 23:21 UTC (4+ messages)
[PULL v2 20/24] tests/docker: use direct RUNC call to build containers
2023-03-02 23:04 UTC (3+ messages)
[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
2023-03-02 22:25 UTC (4+ messages)
[PATCH v4 00/26] gdbstub/next: re-organise and split build
2023-03-02 22:21 UTC (32+ messages)
` [PATCH v4 01/26] gdbstub/internals.h: clean up include guard
` [PATCH v4 02/26] gdbstub: fix-up copyright and license files
` [PATCH v4 03/26] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs
` [PATCH v4 04/26] gdbstub: clean-up indent on gdb_exit
` [PATCH v4 05/26] gdbstub: define separate user/system structures
` [PATCH v4 06/26] gdbstub: move GDBState to shared internals header
` [PATCH v4 07/26] includes: move tb_flush into its own header
` [PATCH v4 08/26] gdbstub: move fromhex/tohex routines to internals
` [PATCH v4 09/26] gdbstub: make various helpers visible to the rest of the module
` [PATCH v4 10/26] gdbstub: move chunk of softmmu functionality to own file
` [PATCH v4 11/26] gdbstub: move chunks of user code into own files
` [PATCH v4 12/26] gdbstub: rationalise signal mapping in softmmu
` [PATCH v4 13/26] gdbstub: abstract target specific details from gdb_put_packet_binary
` [PATCH v4 14/26] gdbstub: specialise handle_query_attached
` [PATCH v4 15/26] gdbstub: specialise target_memory_rw_debug
` [PATCH v4 16/26] gdbstub: introduce gdb_get_max_cpus
` [PATCH v4 17/26] gdbstub: specialise stub_can_reverse
` [PATCH v4 18/26] gdbstub: fix address type of gdb_set_cpu_pc
` [PATCH v4 19/26] gdbstub: don't use target_ulong while handling registers
` [PATCH v4 20/26] gdbstub: move register helpers into standalone include
` [PATCH v4 21/26] gdbstub: move syscall handling to new file
` [PATCH v4 22/26] gdbstub: only compile gdbstub twice for whole build
` [PATCH v4 23/26] testing: probe gdb for supported architectures ahead of time
` [PATCH v4 24/26] include: split target_long definition from cpu-defs
` [PATCH v4 25/26] gdbstub: split out softmmu/user specifics for syscall handling
` [PATCH v4 26/26] gdbstub: move update guest debug to accel ops
[PATCH 0/4] user-created PHB cleanup
2023-03-02 22:21 UTC (6+ messages)
` [PATCH 1/4] pnv_phb4_pec: Keep track of instantiated PHBs
` [PATCH 2/4] pnv_phb4_pec: Only export existing PHBs to the device tree
` [PATCH 3/4] pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file
` [PATCH 4/4] pnv_phb4_pec: Simplify/align code to parent user-created PHBs
[PATCH v5 0/7] Pegasos2 fixes and audio output support
2023-03-02 21:59 UTC (16+ messages)
` [PATCH v5 1/7] hw/display/sm501: Add debug property to control pixman usage
` [PATCH v5 5/7] hw/isa/vt82c686: Work around missing level sensitive irq in i8259 model
` [PATCH v5 7/7] hw/audio/via-ac97: Basic implementation of audio playback
[PATCH] tcg: Include "qemu/timer.h" for profile_getclock
2023-03-02 21:56 UTC (2+ messages)
[PATCH 00/12] Q35 PCI host fixes and QOM cleanup
2023-03-02 21:54 UTC (4+ messages)
[PATCH RFC 0/4] memory: Fix (/ Discuss) a few rcu issues
2023-03-02 21:50 UTC (5+ messages)
[PATCH v8 00/23] Consolidate PIIX south bridges
2023-03-02 21:22 UTC (24+ messages)
` [PATCH v8 01/23] hw/i386/pc: Create RTC controllers in "
` [PATCH v8 02/23] hw/i386/pc: No need for rtc_state to be an out-parameter
` [PATCH v8 03/23] hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge
` [PATCH v8 04/23] hw/isa/piix3: Create USB controller in host device
` [PATCH v8 05/23] hw/isa/piix3: Create power management "
` [PATCH v8 06/23] hw/isa/piix3: Move ISA bus IRQ assignments into "
` [PATCH v8 07/23] hw/isa/piix3: Create IDE controller in "
` [PATCH v8 08/23] hw/isa/piix3: Wire up ACPI interrupt internally
` [PATCH v8 09/23] hw/isa/piix3: Resolve redundant PIIX_NUM_PIC_IRQS
` [PATCH v8 10/23] hw/isa/piix3: Rename pci_piix3_props for sharing with PIIX4
` [PATCH v8 11/23] hw/isa/piix3: Rename piix3_reset() "
` [PATCH v8 12/23] hw/isa/piix3: Drop the "3" from PIIX base class
` [PATCH v8 13/23] hw/isa/piix4: Make PIIX4's ACPI and USB functions optional
` [PATCH v8 14/23] hw/isa/piix4: Remove unused inbound ISA interrupt lines
` [PATCH v8 15/23] hw/isa/piix4: Reuse struct PIIXState from PIIX3
` [PATCH v8 16/23] hw/isa/piix4: Create the "intr" property during init() already
` [PATCH v8 17/23] hw/isa/piix4: Rename reset control operations to match PIIX3
` [PATCH v8 18/23] hw/isa/piix3: Merge hw/isa/piix4.c
` [PATCH v8 19/23] hw/isa/piix: Harmonize names of reset control memory regions
` [PATCH v8 20/23] hw/isa/piix: Rename functions to be shared for interrupt triggering
` [PATCH v8 21/23] hw/isa/piix: Consolidate IRQ triggering
` [PATCH v8 22/23] hw/isa/piix: Share PIIX3's base class with PIIX4
` [PATCH v8 23/23] hw/isa/piix: Reuse PIIX3 base class' realize method in PIIX4
[PATCH v7 00/23] Consolidate PIIX south bridges
2023-03-02 21:25 UTC (4+ messages)
[PATCH v10 0/5] riscv: Allow user to set the satp mode
2023-03-02 21:03 UTC (3+ messages)
[PATCH v3 00/16] win32: do not mix SOCKET and fd space
2023-03-02 20:53 UTC (19+ messages)
` [PATCH v3 04/16] tests: add test-error-report
` [PATCH v3 05/16] error: add global &error_warn destination
` [PATCH v3 06/16] win32/socket: introduce qemu_socket_select() helper
` [PATCH v3 07/16] win32/socket: introduce qemu_socket_unselect() helper
` [PATCH v3 08/16] aio: make aio_set_fd_poll() static to aio-posix.c
` [PATCH v3 09/16] aio/win32: aio_set_fd_handler() only supports SOCKET
` [PATCH v3 11/16] main-loop: remove qemu_fd_register(), win32/slirp/socket specific
` [PATCH v3 12/16] slirp: unregister the win32 SOCKET
` [PATCH v3 14/16] win32: avoid mixing SOCKET and file descriptor space
[PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool
2023-03-02 19:58 UTC (2+ messages)
[PATCH] Add qemu qcode support for keys F13 to F24
2023-03-02 19:35 UTC (2+ messages)
[PATCH 0/2] plugin: fix clearing of plugin_mem_cbs on TB exit
2023-03-02 19:16 UTC (5+ messages)
` [PATCH 1/2] tcg: Clear "
[PATCH 1/3] tests/avocado: update AArch64 tests to Alpine 3.17.2
2023-03-02 19:11 UTC (3+ messages)
` [PATCH 2/3] tests/avocado: Add set of boot tests on SBSA-ref
` [PATCH 3/3] tests/avocado: add Alpine Linux boot on AArch64/sbsa-ref
[PATCH 0/5] iotests: make meson aware of individual I/O tests
2023-03-02 18:54 UTC (7+ messages)
` [PATCH 1/5] iotests: explicitly pass source/build dir to 'check' command
` [PATCH 2/5] iotests: allow test discovery before building
` [PATCH 3/5] iotests: strip subdir path when listing tests
` [PATCH 4/5] iotests: print TAP protocol version when reporting tests
` [PATCH 5/5] iotests: register each I/O test separately with meson
[PATCH v4 00/27] target/s390x: pc-relative translation blocks
2023-03-02 18:05 UTC (6+ messages)
` [PATCH v4 27/27] target/s390x: Enable TARGET_TB_PCREL
[PULL 00/11] aspeed queue
2023-03-02 17:42 UTC (12+ messages)
` [PULL 01/11] readline: fix hmp completion issue
` [PULL 02/11] hw/i2c: only schedule pending master when bus is idle
` [PULL 03/11] hw/misc: add a toy i2c echo device
` [PULL 04/11] tests/avocado/machine_aspeed.py: Add an I2C slave test
` [PULL 05/11] hw/arm/aspeed: Adding new machine Yosemitev2 in QEMU
` [PULL 06/11] hw/arm/aspeed: Adding new machine Tiogapass "
` [PULL 07/11] hw/at24c : modify at24c to support 1 byte address mode
` [PULL 08/11] aspeed/fuji : correct the eeprom size
` [PULL 09/11] aspeed: Introduce a spi_boot region under the SoC
` [PULL 10/11] aspeed: Add a boot_rom overlap region in the SoC spi_boot container
` [PULL 11/11] aspeed/smc: Replace SysBus IRQs with GPIO lines
[RFC] Reducing NEED_CPU_H usage
2023-03-02 17:44 UTC (5+ messages)
[PATCH v3 0/7] QEMU CXL Provide mock CXL events and irq support
2023-03-02 17:42 UTC (3+ messages)
` [PATCH v3 5/7] hw/cxl/events: Add injection of General Media Events
[PATCH v6 0/8] hw/cxl: RAS error emulation and injection
2023-03-02 17:22 UTC (6+ messages)
` [PATCH v6 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support
[GSoC 2023] Introducing Myself
2023-03-02 17:14 UTC (3+ messages)
[PULL 00/13] build, Python, target/i386 changes for 2023-02-27
2023-03-02 16:54 UTC (3+ messages)
` [PULL 03/13] meson: stop looking for 'sphinx-build-3'
[PATCH v2 00/34] pci(pc/q35): acpi-index support on non-hotpluggable slots
2023-03-02 16:46 UTC (3+ messages)
` [PATCH v2 01/34] Revert "tests/qtest: Check for devices in bios-tables-test"
[PATCH 00/43] Migration: Create options.c for capabilities/params/properties
2023-03-02 16:34 UTC (32+ messages)
` [PATCH 04/43] migration: create options.c
` [PATCH 05/43] migration: Move migrate_colo_enabled() to options.c
` [PATCH 06/43] migration: Move migrate_use_compression() "
` [PATCH 07/43] migration: Move migrate_use_events() "
` [PATCH 11/43] migration: Move migrate_use_block() "
` [PATCH 12/43] migration: Move migrate_use_return() "
` [PATCH 13/43] migration: Create migrate_rdma_pin_all() function
` [PATCH 14/43] migration: Move migrate_caps_check() to options.c
` [PATCH 16/43] migration: Move qmp_migrate_set_capabilities() "
` [PATCH 18/43] migration: Move parameters functions to option.c
` [PATCH 20/43] migration: Move migrate_use_block_incremental() "
` [PATCH 21/43] migration: Create migrate_throttle_trigger_threshold()
` [PATCH 23/43] migration: Create migrate_max_cpu_throttle()
` [PATCH 24/43] migration: Move migrate_announce_params() to option.c
` [PATCH 26/43] migration: Create migrate_cpu_throttle_increment() function
` [PATCH 27/43] migration: Create migrate_cpu_throttle_tailslow() function
` [PATCH 28/43] migration: Move migrate_use_tls() to options.c
` [PATCH 29/43] migration: Move migrate_postcopy() "
` [PATCH 30/43] migration: Create migrate_max_bandwidth() function
` [PATCH 31/43] migration: Move qmp_query_migrate_parameters() to options.c
` [PATCH 32/43] migration: Move qmp_migrate_set_parameters() "
` [PATCH 33/43] migration: Create migrate_params_init() function
` [PATCH 34/43] migration: Make all functions check have the same format
` [PATCH 35/43] migration: Create migrate_downtime_limit() function
` [PATCH 36/43] migration: Move migrate_set_block_incremental() to options.c
` [PATCH 37/43] migration: Move block_cleanup_parameters() "
` [PATCH 38/43] migration: Remove MigrationState from block_cleanup_parameters()
` [PATCH 39/43] migration: Create migrate_tls_creds() function
` [PATCH 40/43] migration: Create migrate_tls_authz() function
` [PATCH 42/43] migration: Create migrate_block_bitmap_mapping() function
` [PATCH 43/43] migration: Move migration_properties to options.c
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).