messages from 2024-03-08 18:12:41 to 2024-03-10 08:03:53 UTC [more...]
[PATCH 0/7] nsis: gitlab-ci: Improve QEMU Windows installer packaging
2024-03-10 8:02 UTC (8+ messages)
` [PATCH 3/7] scripts/nsis.py: Automatically package required DLLs of QEMU executables
[PATCH v9 00/10] riscv: set vstart_eq_zero on mark_vs_dirty
2024-03-10 7:47 UTC (17+ messages)
` [PATCH v9 01/10] target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()
` [PATCH v9 02/10] target/riscv: handle vstart >= vl in vext_set_tail_elems_1s()
` [PATCH v9 03/10] target/riscv/vector_helper.c: do vstart=0 after updating tail
` [PATCH v9 04/10] target/riscv/vector_helper.c: update tail with vext_set_tail_elems_1s()
` [PATCH v9 05/10] target/riscv: use vext_set_tail_elems_1s() in vcrypto insns
` [PATCH v9 06/10] trans_rvv.c.inc: set vstart = 0 in int scalar move insns
` [PATCH v9 07/10] target/riscv: remove 'over' brconds from vector trans
` [PATCH v9 08/10] trans_rvv.c.inc: remove redundant mark_vs_dirty() calls
` [PATCH v9 09/10] target/riscv: Clear vstart_qe_zero flag
` [PATCH v9 10/10] target/riscv/vector_helper.c: optimize loops in ldst helpers
[PATCH] usb-audio: Fix invalid values in AudioControl descriptors
2024-03-09 17:29 UTC
[PATCH v8 00/10] riscv: set vstart_eq_zero on mark_vs_dirty
2024-03-09 20:24 UTC (15+ messages)
` [PATCH v8 01/10] target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()
` [PATCH v8 02/10] target/riscv: handle vstart >= vl in vext_set_tail_elems_1s()
` [PATCH v8 03/10] target/riscv/vector_helper.c: do vstart=0 after updating tail
` [PATCH v8 04/10] target/riscv/vector_helper.c: update tail with vext_set_tail_elems_1s()
` [PATCH v8 05/10] target/riscv: use vext_set_tail_elems_1s() in vcrypto insns
` [PATCH v8 06/10] trans_rvv.c.inc: set vstart = 0 in int scalar move insns
` [PATCH v8 07/10] target/riscv: remove 'over' brconds from vector trans
` [PATCH v8 08/10] trans_rvv.c.inc: remove redundant mark_vs_dirty() calls
` [PATCH v8 09/10] target/riscv: Clear vstart_qe_zero flag
` [PATCH v8 10/10] target/riscv/vector_helper.c: optimize loops in ldst helpers
[PATCH v2] docs/conf.py: Remove usage of distutils
2024-03-09 20:15 UTC (8+ messages)
[PULL 0/3] Hyper-V Dynamic Memory and VMBus misc small patches
2024-03-09 20:11 UTC (2+ messages)
[PULL v2 0/9] Misc fixes and coverity CI for 2024-03-08
2024-03-09 20:11 UTC (11+ messages)
` [PULL 1/9] hw/scsi/lsi53c895a: add timer to scripts processing
` [PULL 2/9] system/qdev-monitor: move drain_call_rcu call under if (!dev) in qmp_device_add()
` [PULL 3/9] meson: Remove --warn-common ldflag
` [PULL 4/9] hw/scsi/lsi53c895a: stop script on phase mismatch
` [PULL 5/9] hw/intc/apic: fix memory leak
` [PULL 6/9] oslib-posix: fix memory leak in touch_all_pages
` [PULL 7/9] mips: do not list individual devices from configs/
` [PULL 8/9] run-coverity-scan: add --check-upload-only option
` [PULL 9/9] gitlab-ci: add manual job to run Coverity
[PULL 00/43] Misc HW patches for 2024-03-09
2024-03-09 19:22 UTC (44+ messages)
` [PULL 01/43] hw/i386: Rename kvmvapic.c -> vapic.c
` [PULL 02/43] sysemu/xen: Forbid using Xen headers in user emulation
` [PULL 03/43] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
` [PULL 04/43] system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
` [PULL 05/43] hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
` [PULL 06/43] hw/xen: Remove unnecessary xen_hvm_inject_msi() stub
` [PULL 07/43] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
` [PULL 08/43] hw/xen: Use target-agnostic qemu_target_page_bits()
` [PULL 09/43] hw/xen/xen_pt: Add missing license
` [PULL 10/43] hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
` [PULL 11/43] hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS
` [PULL 12/43] hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macro
` [PULL 13/43] hw/xen/hvm: Propagate page_mask to a pair of functions
` [PULL 14/43] hw/xen/hvm: Get target page size at runtime
` [PULL 15/43] hw/char/xen_console: Fix missing ERRP_GUARD() for error_prepend()
` [PULL 16/43] hw/net/xen_nic: "
` [PULL 17/43] hw/remote/remote-obj: hw/misc/ivshmem: "
` [PULL 18/43] target/i386/sev: "
` [PULL 19/43] hw/i386/pc: Remove pc_compat_1_4..1.7[] left over declarations
` [PULL 20/43] hw/i386/pc: Use generated NotifyVmexitOption_str()
` [PULL 21/43] hw/i386/pc: Remove 'host_type' argument from pc_init1()
` [PULL 22/43] hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argument
` [PULL 23/43] hw/intc/apic: fix memory leak
` [PULL 24/43] qdev: Add a granule_mode property
` [PULL 25/43] hmp: Add option to info qtree to omit details
` [PULL 26/43] mac_newworld: change timebase frequency from 100MHz to 25MHz for mac99 machine
` [PULL 27/43] hw/intc/grlib_irqmp: abort realize when ncpus value is out of range
` [PULL 28/43] docs/interop/firmware.json: Align examples
` [PULL 29/43] docs/interop/firmware.json: Fix doc for FirmwareFlashMode
` [PULL 30/43] hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurations
` [PULL 31/43] hw/core/machine-smp: Deprecate unsupported "parameter=1" "
` [PULL 32/43] hw/core/machine-smp: Calculate total CPUs once in machine_parse_smp_config()
` [PULL 33/43] tests/unit/test-smp-parse: Drop the unsupported "dies=1" case
` [PULL 34/43] tests/unit/test-smp-parse: Use CPU number macros in invalid topology case
` [PULL 35/43] tests/unit/test-smp-parse: Bump max_cpus to 4096
` [PULL 36/43] tests/unit/test-smp-parse: Make test cases aware of the book/drawer
` [PULL 37/43] tests/unit/test-smp-parse: Test "books" parameter in -smp
` [PULL 38/43] tests/unit/test-smp-parse: Test "drawers" "
` [PULL 39/43] tests/unit/test-smp-parse: Test "drawers" and "books" combination case
` [PULL 40/43] tests/unit/test-smp-parse: Test the full 7-levels topology hierarchy
` [PULL 41/43] tests/unit/test-smp-parse: Test smp_props.has_clusters
` [PULL 42/43] tests/unit/test-smp-parse: Test "parameter=0" SMP configurations
` [PULL 43/43] hw/m68k/mcf5208: add support for reset
[PATCH 0/2] Make PAMMemoryRegion less Intel-specific
2024-03-09 18:50 UTC (6+ messages)
` [PATCH 1/2] hw/pci-host/pam: Free PAMMemoryRegion from Intel-specific bit handling
` [PATCH 2/2] hw/pci-host/pam: Remove northbridge-specific PAM_REGIONS_COUNT
[PATCH v2] target/arm: Fix 32-bit SMOPA
2024-03-09 18:40 UTC (2+ messages)
[PATCH] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
2024-03-09 18:05 UTC (2+ messages)
[PATCH 0/2] tcg/aarch64: Fixes for test comparisons
2024-03-09 17:59 UTC (5+ messages)
` [PATCH 1/2] tcg/aarch64: Fix tcg_out_cmp "
` [PATCH 2/2] tcg/aarch64: Fix tcg_out_brcond "
[PATCH] mac_newworld: change timebase frequency from 100MHz to 25MHz for mac99 machine
2024-03-09 17:51 UTC (2+ messages)
[PATCH] usb: add support for sending MSIs from EHCI PCI devices
2024-03-09 17:35 UTC (2+ messages)
[PULL 00/11] Trivial patches for 2024-03-09
2024-03-09 15:57 UTC (12+ messages)
` [PULL 01/11] replay: Improve error messages about configuration conflicts
` [PULL 02/11] hw/vfio/pci.c: Make some structure static
` [PULL 03/11] hw/scsi/lsi53c895a: Fix typo in comment
` [PULL 04/11] make-release: switch to .xz format by default
` [PULL 05/11] char: Slightly better error reporting when chardev is in use
` [PULL 06/11] blockdev: Fix block_resize error reporting for op blockers
` [PULL 07/11] qerror: QERR_DEVICE_IN_USE is no longer used, drop
` [PULL 08/11] hw/cxl/cxl-cdat: Fix type of buf in ct3_load_cdat()
` [PULL 09/11] hw/pci-bridge/cxl_upstream: Fix problem with g_steal_pointer()
` [PULL 10/11] hw/mem/cxl_type3: "
` [PULL 11/11] docs/acpi/bits: add some clarity and details while also improving formating
[PATCH] usb: add support for sending MSIs from EHCI PCI devices
2024-03-09 15:26 UTC
[PATCH 0/2] Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"
2024-03-09 15:13 UTC (2+ messages)
[PULL 00/12] Cocoa patches for 2024-03-05
2024-03-09 14:58 UTC (2+ messages)
[PULL 00/14] target-arm queue
2024-03-09 14:58 UTC (2+ messages)
[PATCH v3] hw/m68k/mcf5208: add support for reset
2024-03-09 14:47 UTC (2+ messages)
[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
2024-03-09 13:55 UTC (10+ messages)
` [PATCH v9 06/21] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
` [PATCH v9 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v9 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
[PATCH v2 00/13] Cleanup on SMP and its test
2024-03-09 13:49 UTC (4+ messages)
[PATCH] disas/riscv: Further correction to LUI disassembly
2024-03-09 12:01 UTC (8+ messages)
[RFC PATCH] tests/vm: ensure we build everything by default
2024-03-09 11:57 UTC
[PATCH v2 1/5] gdbstub: Rename back gdb_handlesig
2024-03-09 11:43 UTC (13+ messages)
` [PATCH v2 3/5] gdbstub: Save target's siginfo
` [PATCH v2 4/5] gdbstub: Add Xfer:siginfo:read stub
[PATCH v7 00/10] Misc clean ups to target/ppc exception handling
2024-03-09 11:35 UTC (7+ messages)
` [PATCH v7 02/10] target/ppc: Readability improvements in exception handlers
[PATCH v3] docs/system/ppc: Document running Linux on AmigaNG machines
2024-03-09 11:34 UTC (3+ messages)
[PATCH] hw/ppc/sam460ex: Support short options for adding drives
2024-03-09 11:34 UTC (2+ messages)
Unmapping KVM Guest Memory from Host Kernel
2024-03-09 11:14 UTC (9+ messages)
[PATCH v2] hw/m68k/mcf5208: add support for reset
2024-03-09 9:30 UTC (3+ messages)
[PATCH v4 0/7] Introduce multifd zero page checking
2024-03-09 8:13 UTC (16+ messages)
` [PATCH v4 2/7] migration/multifd: Implement zero page transmission on the multifd thread
` [External] "
` [PATCH v4 3/7] migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page
` [PATCH v4 6/7] migration/multifd: Add zero pages and zero bytes counter to migration status interface
` [External] "
` [PATCH v4 7/7] Update maintainer contact for migration multifd zero page checking acceleration
[PATCH v5 0/7] Introduce multifd zero page checking
2024-03-09 7:57 UTC (8+ messages)
` [PATCH v5 1/7] migration/multifd: Allow zero pages in file migration
` [PATCH v5 2/7] migration/multifd: Allow clearing of the file_bmap from multifd
` [PATCH v5 3/7] migration/multifd: Add new migration option zero-page-detection
` [PATCH v5 4/7] migration/multifd: Implement zero page transmission on the multifd thread
` [PATCH v5 5/7] migration/multifd: Implement ram_save_target_page_multifd to handle multifd version of MigrationOps::ram_save_target_page
` [PATCH v5 6/7] migration/multifd: Enable multifd zero page checking by default
` [PATCH v5 7/7] migration/multifd: Add new migration test cases for legacy zero page checking
[PATCH v4 0/8] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
2024-03-09 7:41 UTC (10+ messages)
` [PATCH v4 1/8] Add 'to' object into migrate_qmp()
` [PATCH v4 2/8] Replace connect_uri and move migrate_get_socket_address inside migrate_qmp
` [PATCH v4 3/8] Replace migrate_get_connect_uri inplace of migrate_get_socket_address
` [PATCH v4 4/8] Add channels parameter in migrate_qmp_fail
` [PATCH v4 5/8] Add migrate_set_ports into migrate_qmp to update migration port value
` [PATCH v4 6/8] Add channels parameter in migrate_qmp
` [PATCH v4 7/8] Add multifd_tcp_plain test using list of channels instead of uri
` [PATCH v4 8/8] Add negative tests to validate migration QAPIs
[PATCH v2 00/20] Workaround Windows failing to find 64bit SMBIOS entry point with SeaBIOS
2024-03-09 5:42 UTC (6+ messages)
` [PATCH v2 07/20] smbios: avoid mangling user provided tables
[PATCH v5 00/13] Enabling DCD emulation support in Qemu
2024-03-09 4:35 UTC (6+ messages)
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
[PATCH v2 1/2] hw/xen: detect when running inside stubdomain
2024-03-09 3:35 UTC (4+ messages)
` [PATCH v2 2/2] xen: fix stubdom PCI addr
[PATCH v3 0/5] Add stub to handle Xfer:siginfo:read query
2024-03-09 3:09 UTC (6+ messages)
` [PATCH v3 1/5] gdbstub: Rename back gdb_handlesig
` [PATCH v3 2/5] linux-user: Move tswap_siginfo out of target code
` [PATCH v3 3/5] gdbstub: Save target's siginfo
` [PATCH v3 4/5] gdbstub: Add Xfer:siginfo:read stub
` [PATCH v3 5/5] tests/tcg: Add multiarch test for "
Unmapping KVM Guest Memory from Host Kernel
2024-03-08 21:05 UTC
[PATCH v3 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
2024-03-08 21:50 UTC (4+ messages)
` [PATCH v3 11/20] util/dsa: Implement DSA task asynchronous submission and wait for completion
` [External] "
[PATCH] hw: gpio: introduce pcf8574 driver
2024-03-08 20:44 UTC (2+ messages)
[PATCH v6] crypto: Introduce SM4 symmetric cipher algorithm
2024-03-08 20:30 UTC (2+ messages)
[PATCH] hw/arm: Deprecate various old Arm machine types
2024-03-08 20:19 UTC (3+ messages)
[PATCH] pci: Add option to disable device level INTx masking
2024-03-08 20:05 UTC (6+ messages)
[PATCH v1 0/5] hw/ppc: SPI model
2024-03-08 19:36 UTC (3+ messages)
` [PATCH v1 3/5] hw/ppc: SPI controller model - sequencer and shifter
[PATCH v1 0/8] virtio,vhost: Add VIRTIO_F_NOTIFICATION_DATA support
2024-03-08 19:19 UTC (6+ messages)
` [PATCH v1 2/8] virtio-pci: Lock ioeventfd state with VIRTIO_F_NOTIFICATION_DATA
[RFC PATCH INCOMPLETE] cxl: Multi-headed Single Logical Device (MHSLD)
2024-03-08 18:52 UTC
[PULL 00/12] Misc fixes, i386 TSTEQ/TSTNE, coverity CI for 2024-03-08
2024-03-08 18:12 UTC (3+ messages)
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).