messages from 2023-10-19 20:19:55 to 2023-10-20 09:10:36 UTC [more...]
[PATCH v2 00/13] migration: Check for duplicates on vmstate_register()
2023-10-20 9:07 UTC (13+ messages)
` [PATCH v2 01/13] migration: Create vmstate_register_any()
` [PATCH v2 02/13] migration: Use vmstate_register_any()
` [PATCH v2 03/13] migration: Use vmstate_register_any() for isa-ide
` [PATCH v2 04/13] migration: Use vmstate_register_any() for ipmi-bt*
` [PATCH v2 05/13] migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
` [PATCH v2 06/13] migration: Use VMSTATE_INSTANCE_ID_ANY for s390 devices
` [PATCH v2 08/13] migration: vmstate_register() check that instance_id is valid
` [PATCH v2 09/13] migration: Check in savevm_state_handler_insert for dups
` [PATCH v2 10/13] migration: Improve example and documentation of vmstate_register()
` [PATCH v2 11/13] migration: Use vmstate_register_any() for audio
` [PATCH v2 12/13] migration: Use vmstate_register_any() for eeprom93xx
` [PATCH v2 13/13] migration: Use vmstate_register_any() for vmware_vga
[PATCH v5 0/6] virtio: cleanup vhost-user-generic and reduce c&p
2023-10-20 9:03 UTC (6+ messages)
` [PATCH v5 5/6] hw/virtio: add vhost-user-snd and virtio-snd-pci devices
[PATCH 00/13] migration: Check for duplicates on vmstate_register()
2023-10-20 9:03 UTC (34+ messages)
` [PATCH 02/13] migration: Use vmstate_register_any()
` [PATCH 03/13] migration: Use vmstate_register_any() for isa-ide
` [PATCH 04/13] migration: Use vmstate_register_any() for ipmi-bt*
` [PATCH 05/13] migration: Use VMSTATE_INSTANCE_ID_ANY for slirp
` [PATCH 06/13] migration: Use VMSTATE_INSTANCE_ID_ANY for s390 devices
` [PATCH 07/13] RFC migration: icp/server is a mess
` [PATCH 10/13] migration: Improve example and documentation of vmstate_register()
` [PATCH 11/13] migration: Use vmstate_register_any() for audio
` [PATCH 12/13] migration: Use vmstate_register_any() for eeprom93xx
` [PATCH 13/13] migration: Use vmstate_register_any() for vmware_vga
[PATCH 0/6] target: Use env_archcpu() instead of ARCH_CPU(env_cpu(env))
2023-10-20 9:14 UTC (5+ messages)
` [PATCH 5/6] target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
` [PATCH 6/6] target/i386: Use env_archcpu() in simulate_[rdmsr/wrmsr]()
[PATCH v2 0/4] Allow user enable/disable LSX/LASX
2023-10-20 8:56 UTC (4+ messages)
` [PATCH v2 2/4] target/loongarch: Add cpu feature flags
[PATCH v3 0/3] Allow user enable/disable LSX/LASX
2023-10-20 8:49 UTC (4+ messages)
` [PATCH v3 1/3] target/loongarch: Add cpu model 'max'
` [PATCH v3 2/3] target/loongarch: Allow user enable/disable LSX/LASX features
` [PATCH v3 3/3] target/loongarch: Implement query-cpu-model-expansion
[PATCH 0/3] fix a few blockjob-related deadlocks when using iothread
2023-10-20 8:46 UTC (3+ messages)
` [PATCH 3/3] blockdev: mirror: avoid potential deadlock "
[PATCH v2 00/22] qapi: Kill 'qapi/qmp/qerror.h' for good
2023-10-20 8:33 UTC (15+ messages)
` [PATCH v2 01/22] qapi: Inline and remove QERR_BUS_NO_HOTPLUG definition
` [PATCH v2 02/22] qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definition
` [PATCH v2 04/22] qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definition
` [PATCH v2 05/22] qapi: Inline QERR_INVALID_PARAMETER definition (constant parameter)
` [PATCH v2 06/22] qapi: Inline and remove QERR_INVALID_PARAMETER definition
` [PATCH v2 07/22] qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant param)
` [PATCH v2 10/22] qapi: Correct error message for 'vcpu_dirty_limit' parameter
[PATCH v2 00/27] vfio: Adopt iommufd
2023-10-20 8:28 UTC (10+ messages)
` [PATCH v2 02/27] vfio: Introduce base object for VFIOContainer and targetted interface
[RFC PATCH v2 0/6] migration/multifd: Locking changes
2023-10-20 7:56 UTC (15+ messages)
` [RFC PATCH v2 1/6] migration/multifd: Remove channels_ready semaphore
[PATCH v2 00/16] target: Make 'cpu-qom.h' really target agnostic
2023-10-20 8:03 UTC (10+ messages)
` [PATCH v2 01/16] target: Unify QOM style
` [PATCH v2 02/16] target: Mention 'cpu-qom.h' is target agnostic
` [PATCH v2 12/16] target: Move ArchCPUClass definition to 'cpu.h'
` [PATCH v2 13/16] target/i386: Declare CPU QOM types using DEFINE_TYPES() macro
[PATCH] linux-user/riscv: change default cpu to 'max'
2023-10-20 7:45 UTC
[PATCH 0/2] igb: Add FLR support
2023-10-20 7:40 UTC (4+ messages)
` [PATCH 2/2] igb: Add Function Level Reset to PF and VF
[PATCH] tests/tcg: fix out-of-bounds access in test-avx
2023-10-20 7:21 UTC
[PULL 00/17] Migration 20231020 patches
2023-10-20 6:57 UTC (18+ messages)
` [PULL 01/17] tests/qtest/migration-test: Disable the analyze-migration.py test on s390x
` [PULL 02/17] migration: simplify blockers
` [PULL 03/17] migration: Fix parse_ramblock() on overwritten retvals
` [PULL 04/17] migration: simplify notifiers
` [PULL 05/17] migration/multifd: Stop checking p->quit in multifd_send_thread
` [PULL 06/17] tests/qtest: Allow qtest_qemu_binary to use a custom environment variable
` [PULL 07/17] tests/qtest: Introduce qtest_init_with_env
` [PULL 08/17] tests/qtest: Allow qtest_get_machines to use an alternate QEMU binary
` [PULL 09/17] tests/qtest: Introduce qtest_has_machine_with_env
` [PULL 10/17] tests/qtest: Introduce qtest_resolve_machine_alias
` [PULL 11/17] tests/qtest/migration: Introduce find_common_machine_version
` [PULL 12/17] tests/qtest/migration: Define a machine for all architectures
` [PULL 13/17] tests/qtest/migration: Specify the geometry of the bootsector
` [PULL 14/17] tests/qtest/migration: Set q35 as the default machine for x86_86
` [PULL 15/17] tests/qtest/migration: Support more than one QEMU binary
` [PULL 16/17] tests/qtest/migration: Allow user to specify a machine type
` [PULL 17/17] tests/qtest: Don't print messages from query instances
[PATCH] MAINTAINERS: Add the ompic.c file to the or1k-sim section
2023-10-20 6:24 UTC
[PATCH] MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too
2023-10-20 6:21 UTC
[PATCH 0/4] MAINTAINERS: Update arm machines with missing files
2023-10-20 6:09 UTC (5+ 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
[PULL v2 00/24] s390x patches
2023-10-20 5:20 UTC (3+ messages)
` [PULL 03/24] s390x/cpu topology: add topology entries on CPU hotplug
` [PULL 06/24] s390x/cpu topology: resetting the Topology-Change-Report
[PATCH v14 00/14] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
2023-10-20 5:06 UTC (3+ messages)
` [PATCH v14 02/14] fixup! migration: New QAPI type 'MigrateAddress'
[PATCH v2] hw/audio/pcspk: Inline pcspk_init()
2023-10-20 4:49 UTC (5+ messages)
[PATCH 0/2] misc/pca9552: Changes to support powernv10
2023-10-20 4:48 UTC (5+ messages)
` [PATCH 1/2] misc/pca9552: Fix inverted input status
` [PATCH 2/2] misc/pca9552: Let external devices set pca9552 inputs
[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
2023-10-20 3:30 UTC (4+ messages)
[PATCH v2 00/12] hw: Strengthen SysBus & QBus API
2023-10-20 3:35 UTC (6+ messages)
` [PATCH v2 01/12] hw/i386/amd_iommu: Do not use SysBus API to map local MMIO region
` [PATCH v2 02/12] hw/i386/intel_iommu: "
[PATCH] hw/ufs: Modify lu.c to share codes with SCSI subsystem
2023-10-20 1:51 UTC
[PULL 00/83] virtio,pc,pci: features, cleanups
2023-10-20 0:58 UTC (5+ messages)
` [PULL 08/83] vdpa: Restore hash calculation state
[PATCH 0/2] ide: implement simple legacy/native mode switching for PCI IDE controllers
2023-10-19 23:14 UTC (4+ messages)
` [PATCH 2/2] hw/ide/via: implement legacy/native mode switching
[PULL 00/11] C3700 patches
2023-10-19 23:07 UTC (3+ messages)
[PULL 00/11] C3700 patches
2023-10-19 22:52 UTC (12+ messages)
` [PULL 01/11] target/hppa: Update to SeaBIOS-hppa version 10
` [PULL 02/11] hw/hppa: Require at least "
` [PULL 03/11] pci_ids/tulip: Add PCI vendor ID for HP and use it in tulip
` [PULL 04/11] lasips2: LASI PS/2 devices are not user-createable
` [PULL 05/11] hw/pci-host: Add Astro system bus adapter found on PA-RISC machines
` [PULL 06/11] pci-host: Wire up new Astro/Elroy PCI bridge
` [PULL 07/11] MAINTAINERS: Update HP-PARISC entries
` [PULL 08/11] hw/hppa: Export machine name, BTLBs, power-button address via fw_cfg
` [PULL 09/11] hw/hppa: Provide RTC and DebugOutputPort on CPU #0
` [PULL 10/11] hw/hppa: Split out machine creation
` [PULL 11/11] hw/hppa: Add new HP C3700 machine
[PATCH 0/7] tcg: Expose tcg_gen_ext_{i32,i64,tl}
2023-10-19 21:57 UTC (9+ messages)
` [PATCH 1/7] tcg: Export tcg_gen_ext_{i32,i64,tl}
` [PATCH 3/7] target/i386: Use tcg_gen_ext_tl
` [PATCH 4/7] target/m68k: Use tcg_gen_ext_i32
` [PATCH 5/7] target/rx: "
[PATCH 0/6] arm/stellaris: convert gamepad input device to qdev
2023-10-19 21:47 UTC (3+ messages)
` [PATCH 6/6] hw/input/stellaris_gamepad: Convert to qemu_input_handler_register()
[PATCH v2] mailmap: update email addresses for Luc Michel
2023-10-19 21:42 UTC (2+ messages)
[PATCH] ui/input: Constify QemuInputHandler structure
2023-10-19 21:41 UTC (2+ messages)
[PATCH 0/7] hw: Few more QOM/QDev cleanups
2023-10-19 21:41 UTC (2+ messages)
[PATCH] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
2023-10-19 21:40 UTC (2+ messages)
[PATCH] MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt section
2023-10-19 21:40 UTC (2+ messages)
[PATCH v3 0/7] hw/ppc: SysBus simplifications
2023-10-19 21:38 UTC (2+ messages)
[PULL 00/46] Misc HW/UI patches for 2023-10-19
2023-10-19 21:18 UTC (47+ messages)
` [PULL 01/46] mailmap: update email addresses for Luc Michel
` [PULL 02/46] MAINTAINERS: Split vt82c686 out of fuloong2e
` [PULL 03/46] MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
` [PULL 04/46] MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt section
` [PULL 05/46] MAINTAINERS: Add include/hw/openrisc/ to the OpenRISC section
` [PULL 06/46] cutils: Fix get_relocated_path on Windows
` [PULL 07/46] buildsys: Only display Objective-C information when Objective-C is used
` [PULL 08/46] memory: drop needless argument
` [PULL 09/46] memory: follow Error API guidelines
` [PULL 10/46] hw/sd/sdhci: Block Size Register bits [14:12] is lost
` [PULL 11/46] hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h'
` [PULL 12/46] hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'
` [PULL 13/46] hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'
` [PULL 14/46] hw/misc/mips_itu: Make MIPSITUState target agnostic
` [PULL 15/46] hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macro
` [PULL 16/46] hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function names
` [PULL 17/46] hw/pci-host/sh_pcic: Replace magic value by proper definition
` [PULL 18/46] hw/sparc64/ebus: Access memory regions via pci_address_space_io()
` [PULL 19/46] hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()
` [PULL 20/46] hw/pci: Clean up global variable shadowing of address_space_io variable
` [PULL 21/46] hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req()
` [PULL 22/46] hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()
` [PULL 23/46] hw/ppc/spapr_vio: Realize SPAPR_VIO_BRIDGE device before accessing it
` [PULL 24/46] hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()
` [PULL 25/46] hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()
` [PULL 26/46] hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO region
` [PULL 27/46] hw/ppc/pnv: "
` [PULL 28/46] hw/intc/spapr_xive: Move sysbus_init_mmio() calls around
` [PULL 29/46] hw/intc/spapr_xive: Do not use SysBus API to map local MMIO region
` [PULL 30/46] hw/audio/pcspk: Inline pcspk_init()
` [PULL 31/46] hw/i386/amd_iommu: Do not use SysBus API to map local MMIO region
` [PULL 32/46] hw/i386/intel_iommu: "
` [PULL 33/46] hw/misc/allwinner-dramc: Move sysbus_mmio_map call from init -> realize
` [PULL 34/46] hw/misc/allwinner-dramc: Do not use SysBus API to map local MMIO region
` [PULL 35/46] hw/pci-host/bonito: "
` [PULL 36/46] hw/acpi: Realize ACPI_GED sysbus device before accessing it
` [PULL 37/46] hw/arm/virt: Realize ARM_GICV2M "
` [PULL 38/46] hw/isa: Realize ISA bridge "
` [PULL 39/46] hw/s390x/css-bridge: Realize sysbus "
` [PULL 40/46] hw/virtio/virtio-pmem: Replace impossible check by assertion
` [PULL 41/46] hw/block/vhost-user-blk: Use DEVICE() / VIRTIO_DEVICE() macros
` [PULL 42/46] hw/display/virtio-gpu: Use VIRTIO_DEVICE() macro
` [PULL 43/46] hw/scsi/virtio-scsi: Use VIRTIO_SCSI_COMMON() macro
` [PULL 44/46] hw/dma: Declare link using static DEFINE_PROP_LINK() macro
` [PULL 45/46] hw/net: "
` [PULL 46/46] ui/input: Constify QemuInputHandler structure
[PATCH 0/2] migration: Simplify handling of zero pages
2023-10-19 21:23 UTC (5+ messages)
` [PATCH 1/2] migration: Receiving a zero page non zero is an error
` [PATCH 2/2] migration: Rename ram_handle_compressed() to ram_handle_zero()
[PATCH V1 0/4] Live Update reboot mode
2023-10-19 21:18 UTC (6+ messages)
` [PATCH V1 1/4] migration: mode parameter
` [PATCH V1 2/4] migration: per-mode blockers
` [PATCH V1 3/4] cpr: relax some blockers
` [PATCH V1 4/4] cpr: reboot mode
[PATCH v4 0/4] Migration documentation
2023-10-19 21:16 UTC (5+ messages)
` [PATCH v4 1/4] migration/doc: Add contents
` [PATCH v4 3/4] migration/doc: How to migrate when hosts have different features
[PATCH v4 0/5] migration: Better error handling in rp thread, allow failures in recover
2023-10-19 21:13 UTC (7+ messages)
` [PATCH v4 1/5] migration: Refactor error handling in source return path
` [PATCH v4 4/5] migration: Change ram_dirty_bitmap_reload() retval to bool
` [PATCH v4 5/5] migration: Change ram_save_queue_pages() "
[PATCH] semihosting: fix memleak at semihosting_arg_fallback
2023-10-19 21:05 UTC (2+ messages)
[PATCH v5 0/6] gdbstub and TCG plugin improvements
2023-10-19 20:24 UTC (3+ messages)
` [PATCH v5 6/6] plugins: Remove an extra parameter
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).