qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-05 01:43:20 to 2023-07-05 20:17:00 UTC [more...]

[PATCH v2 00/14] PPC440 devices misc clean up
 2023-07-05 20:12 UTC  (5+ messages)
` [PATCH v2 01/14] ppc440: Change ppc460ex_pcie_init() parameter type
` [PATCH v2 06/14] ppc440: Stop using system io region for PCIe buses
` [PATCH v2 10/14] ppc4xx_pci: Rename QOM type name define
` [PATCH v2 11/14] ppc4xx_pci: Add define for ppc4xx-host-bridge type name

[PATCH qemu v5] aspeed add montblanc bmc reference from fuji
 2023-07-05 17:38 UTC  (5+ messages)

[PATCH 00/21] q800: add support for booting MacOS Classic - part 2
 2023-07-05 19:49 UTC  (9+ messages)
` [PATCH 06/21] q800: allow accesses to RAM area even if less memory is available
` [PATCH 11/21] swim: add trace events for IWM and ISM registers
` [PATCH 14/21] mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK

[PATCH v7 00/20] target/riscv, KVM: fixes and enhancements
 2023-07-05 19:47 UTC  (4+ messages)
` [PATCH v7 14/20] target/riscv/kvm.c: add multi-letter extension KVM properties

[PATCH v3] kconfig: Add PCIe devices to s390x machines
 2023-07-05 19:32 UTC  (2+ messages)

[PATCH v2] Hexagon: move GETPC() calls to top level helpers
 2023-07-05 18:34 UTC 

[RESEND][PATCH v1 2/2] xen_arm: Initialize RAM and add hi/low memory regions
 2023-07-05 18:27 UTC  (3+ messages)
` [PATCH "

[PATCH] io: remove io watch if TLS channel is closed during handshake
 2023-07-05 18:17 UTC 

Reducing vdpa migration downtime because of memory pin / maps
 2023-07-05 18:03 UTC  (7+ messages)

[PATCH] pnv/xive: Print CPU target in all TIMA traces
 2023-07-05 17:04 UTC  (7+ messages)

[PATCH] pnv/xive2: Always pass a presenter object when accessing the TIMA
 2023-07-05 17:04 UTC  (3+ messages)

[PATCH v2 0/4] ppc/pnv: SMT support for powernv
 2023-07-05 17:04 UTC  (7+ messages)
` [PATCH v2 1/4] target/ppc: Add LPAR-per-core vs per-thread mode flag
` [PATCH v2 2/4] target/ppc: SMT support for the HID SPR
` [PATCH v2 3/4] ppc/pnv: SMT support for powernv
` [PATCH v2 4/4] tests/avocado: Add powernv machine test script

[PATCH v2 0/2] VIRTIO-IOMMU/VFIO page size related fixes
 2023-07-05 16:51 UTC  (3+ messages)
` [PATCH v2 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
` [PATCH v2 2/2] virtio-iommu: Rework the traces in virtio_iommu_set_page_size_mask()

[PATCH v1 00/23] Q35 support for Xen
 2023-07-05 16:50 UTC  (3+ messages)

[PATCH v2] virtio: add a new vcpu watchdog
 2023-07-05 16:35 UTC  (4+ messages)

[PATCH v2 0/7] migration: Better error handling in return path thread
 2023-07-05 16:35 UTC  (8+ messages)
` [PATCH v2 1/7] migration: Display error in query-migrate irrelevant of status
` [PATCH v2 2/7] migration: Let migrate_set_error() take ownership
` [PATCH v2 3/7] migration: Introduce migrate_has_error()
` [PATCH v2 4/7] migration: Refactor error handling in source return path
` [PATCH v2 5/7] migration: Deliver return path file error to migrate state too
` [PATCH v2 6/7] qemufile: Always return a verbose error
` [PATCH v2 7/7] migration: Provide explicit error message for file shutdowns

[PATCH v4 0/2] migration: switchover-hold flag
 2023-07-05 16:31 UTC  (3+ messages)
` [PATCH v4 1/2] migration: switchover-hold parameter
` [PATCH v4 2/2] qtest/migration: Use switchover-hold to speedup

[PATCH v3] linux-user/syscall: Implement execve without execveat
 2023-07-05 15:46 UTC  (3+ messages)

[PATCH v2 00/19] hw/timer/arm_timer: QOM'ify ARM_TIMER and correct sysbus/irq in ICP_PIT
 2023-07-05 15:44 UTC  (37+ messages)
` [PATCH v2 01/19] hw/timer/arm_timer: Declare QOM types using DEFINE_TYPES() macro
` [PATCH v2 02/19] hw/timer/arm_timer: Remove pointless cast from void *
` [PATCH v2 03/19] hw/timer/arm_timer: Move SP804 code around
` [PATCH v2 04/19] hw/timer/arm_timer: CamelCase rename icp_pit_state -> IntegratorPIT
` [PATCH v2 05/19] hw/timer/arm_timer: CamelCase rename arm_timer_state -> ArmTimer
` [PATCH v2 06/19] hw/timer/arm_timer: Rename SP804State -> SP804Timer
` [PATCH v2 07/19] hw/timer/arm_timer: Rename TYPE_SP804 -> TYPE_SP804_TIMER
` [PATCH v2 08/19] hw/timer/arm_timer: Extract arm_timer_reset_hold()
` [PATCH v2 09/19] hw/timer/arm_timer: Convert read/write handlers to MemoryRegionOps ones
` [PATCH v2 10/19] hw/timer/arm_timer: Rename arm_timer_init() -> arm_timer_new()
` [PATCH v2 11/19] hw/timer/arm_timer: Convert ArmTimer::freq to uint32_t type
` [PATCH v2 12/19] hw/timer/arm_timer: Use array of frequency in SP804Timer
` [PATCH v2 13/19] hw/timer/arm_timer: Iterate on timers using for() loop statement
` [PATCH v2 14/19] hw/timer/arm_timer: Pass timer output IRQ as parameter to arm_timer_new
` [PATCH v2 15/19] hw/timer/arm_timer: Fix misuse of SysBus IRQ in IntegratorPIT
` [PATCH v2 16/19] hw/timer/arm_timer: Extract icp_pit_realize() from icp_pit_init()
` [PATCH v2 18/19] hw/timer/arm_timer: Map ARM_TIMER MMIO regions into IntegratorPIT
` [PATCH v2 19/19] hw/timer/arm_timer: Map ARM_TIMER MMIO regions into SP804Timer

[PATCH] ppc/pnv: Set P10 core xscom region size to match hardware
 2023-07-05 15:41 UTC  (4+ messages)

[PATCH v2] kconfig: Add PCIe devices to s390x machines
 2023-07-05 15:20 UTC  (6+ messages)

[PATCH v3 0/2] migration: switchover-hold flag
 2023-07-05 15:16 UTC  (4+ messages)
` [PATCH v3 1/2] migration: switchover-hold parameter
` [PATCH v3 2/2] qtest/migration: Use switchover-hold to speedup

[PATCH 1/2] block/file-posix: fix g_file_get_contents return path
 2023-07-05 14:54 UTC  (2+ messages)

[PATCH 0/4] chardev/char-fe: Document FEWatchFunc and use G_SOURCE_CONTINUE/REMOVE
 2023-07-05 14:52 UTC  (6+ messages)
` [PATCH 1/4] io/channel: Explicit QIOChannel doc is based on GLib's IOChannel
` [PATCH 2/4] chardev/char-fe: Clarify qemu_chr_fe_add_watch 'condition' arg is a mask
` [PATCH 3/4] chardev/char-fe: Document FEWatchFunc typedef
` [PATCH 4/4] hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE

[PATCH] target/arm: Avoid over-length shift in arm_cpu_sve_finalize() error case
 2023-07-05 14:45 UTC  (4+ messages)

[PATCH] target/arm: gdbstub: Guard M-profile code with CONFIG_TCG
 2023-07-05 14:32 UTC  (4+ messages)

[PATCH v4 00/37] crypto: Provide aes-round.h and host accel
 2023-07-05 14:28 UTC  (4+ messages)
` [PATCH v4 02/37] tests/multiarch: Add test-aes

[PATCH] meson.build: Skip C++ detection unless we're targeting Windows
 2023-07-05 14:23 UTC  (2+ messages)

[PATCH 0/4] QGA VSS Logging
 2023-07-05 14:12 UTC  (5+ messages)
` [PATCH 1/4] QGA VSS: Add wrapper to send log to debugger and stderr
` [PATCH 2/4] QGA VSS: Replace 'fprintf(stderr' with PRINT_DEBUG
` [PATCH 3/4] QGA VSS: Print error in err_set
` [PATCH 4/4] QGA VSS: Add log in functions begin/end

[PATCH 0/2] target/arm: Implement Cortex Neoverse-V1
 2023-07-05 14:09 UTC  (5+ messages)
` [PATCH 1/2] target/arm: Suppress more TCG unimplemented features in ID registers
` [PATCH 2/2] target/arm: Define neoverse-v1

[PATCH] Hexagon: move GETPC() calls to top level helpers
 2023-07-05 13:46 UTC  (3+ messages)

qemu-user self emulation broken with default CPU on x86/x64
 2023-07-05 13:08 UTC  (4+ messages)
` GLibC AMD CPUID cache reporting regression (was Re: qemu-user self emulation broken with default CPU on x86/x64)

[PULL 00/11] target-arm queue
 2023-07-05 13:36 UTC  (7+ messages)
` [PULL 07/11] tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code

[PATCH v2 0/3] util/fifo8: Introduce fifo8_peek_buf()
 2023-07-05 13:18 UTC  (4+ messages)
` [PATCH v2 1/3] util/fifo8: Fix typo in fifo8_push_all() description
` [PATCH v2 2/3] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
` [PATCH v2 3/3] util/fifo8: Introduce fifo8_peek_buf()

[PATCH v6 0/9] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-07-05 13:18 UTC  (8+ messages)
` [PATCH v6 1/9] migration: introduced 'MigrateAddress' in QAPI for migration wire protocol
` [PATCH v6 2/9] migration: convert uri parameter into 'MigrateAddress' struct

[PATCH 0/2] VIRTIO-IOMMU/VFIO page size related fixes
 2023-07-05 13:16 UTC  (12+ messages)
` [PATCH 1/2] virtio-iommu: Fix 64kB host page size VFIO device assignment
` [PATCH 2/2] virtio-iommu: Rework the trace in virtio_iommu_set_page_size_mask()

[PATCH v4] virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
 2023-07-05 12:37 UTC  (3+ messages)

[PATCH] Revert "virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events"
 2023-07-05 12:36 UTC  (4+ messages)

[PATCH v2] linux-user/syscall: Implement execve without execveat
 2023-07-05 12:09 UTC  (4+ messages)

[PATCH v8 0/6] test and QEMU fixes to ensure proper PCIE device usage
 2023-07-05 12:03 UTC  (9+ messages)
` [PATCH v8 1/6] tests/acpi: allow changes in DSDT.noacpihp table blob
` [PATCH v8 2/6] tests/acpi/bios-tables-test: use the correct slot on the pcie-root-port
` [PATCH v8 3/6] tests/acpi/bios-tables-test: update acpi blob q35/DSDT.noacpihp
` [PATCH v8 4/6] tests/qtest/hd-geo-test: fix incorrect pcie-root-port usage and simplify test
` [PATCH v8 5/6] hw/pci: warn when PCIe device is plugged into non-zero slot of downstream port
` [PATCH v8 6/6] hw/pci: add comment explaining the reason for checking function 0 in hotplug
` [PATCH v8 6/6] hw/pci: add comment to explain checking for available function 0 in pci hotplug

[PATCH v2] python: bump minimum requirements so they are compatible with 3.12
 2023-07-05 11:57 UTC 

[PATCH for 7.2 v3 00/13] testing and doc updates (pre-PR)
 2023-07-05 11:44 UTC  (3+ messages)
` [PATCH v3 06/13] docs/devel: simplify the minimal checklist

[PATCH 0/2] python: first step towards Python 3.12 support
 2023-07-05 11:25 UTC  (3+ messages)
` [PATCH 1/2] python: work around mypy false positive
` [PATCH 2/2] python: bump minimum requirements so they are compatible with 3.12

[PATCH v3 0/3] vdpa: Return -EIO if device ack is VIRTIO_NET_ERR
 2023-07-05 11:03 UTC  (3+ messages)

[PATCH] riscv: add config for asid size
 2023-07-05 10:58 UTC 

[PATCH v7 0/6] test and QEMU fixes to ensure proper PCIE device usage
 2023-07-05 10:42 UTC  (12+ messages)
` [PATCH v7 5/6] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port

[PATCH v21 00/20] s390x: CPU Topology
 2023-07-05 10:32 UTC  (16+ messages)
` [PATCH v21 12/20] qapi/s390x/cpu topology: query-cpu-polarization qmp command
` [PATCH v21 13/20] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v21 15/20] tests/avocado: s390x cpu topology polarisation
` [PATCH v21 16/20] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v21 18/20] tests/avocado: s390x cpu topology test socket full
` [PATCH v21 19/20] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v21 20/20] tests/avocado: s390x cpu topology bad move

[Qemu-devel] [PATCH v3] vhost-user: delay vhost_user_stop
 2023-07-05 10:02 UTC  (2+ messages)
`  "

[PATCH v2] hw/ide/piix: properly initialize the BMIBA register
 2023-07-05 10:01 UTC  (6+ messages)

[PATCH] ppc/pegasos2: Add support for -initrd command line option
 2023-07-05  9:37 UTC  (4+ messages)

[PATCH V9 00/46] Live Update
 2023-07-05  8:56 UTC  (3+ messages)
` [PATCH V9 32/46] vfio-pci: cpr part 2 (msi)

[PATCH v4 0/6] Add RISC-V KVM AIA Support
 2023-07-05  8:14 UTC  (2+ messages)

[PATCH v7 0/2] Remove EPYC mode apicid decode and use generic decode
 2023-07-05  8:12 UTC  (2+ messages)
` x86 custom apicid assignments [Was: Re: [PATCH v7 0/2] Remove EPYC mode apicid decode and use generic decode]

[PATCH v2 0/1] vhost-vdpa: skip TPM CRB memory section
 2023-07-05  7:56 UTC  (3+ messages)
` [PATCH v2 1/1] vhost-vdpa: mute unaligned memory error report

[PATCH RFC v2 0/4] Vhost-vdpa Shadow Virtqueue _F_CTRL_RX commands support
 2023-07-05  7:00 UTC  (11+ messages)
` [PATCH RFC v2 2/4] vdpa: Restore MAC address filtering state
` [PATCH RFC v2 3/4] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX feature

[PATCH 1/1] pcie: Add hotplug detect state register to w1cmask
 2023-07-05  6:40 UTC  (10+ messages)

[PATCH v2] vfio: Fix null pointer dereference bug in vfio_bars_finalize()
 2023-07-05  6:16 UTC  (3+ messages)

[PATCH] net: add initial support for AF_XDP network backend
 2023-07-05  6:02 UTC  (17+ messages)

[PATCH QEMU v7 0/9] migration: introduce dirtylimit capability
 2023-07-05  5:49 UTC  (10+ messages)
` [PATCH QEMU v7 1/9] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH QEMU v7 2/9] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH QEMU v7 3/9] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH QEMU v7 4/9] migration: Introduce dirty-limit capability
` [PATCH QEMU v7 5/9] migration: Refactor auto-converge capability logic
` [PATCH QEMU v7 7/9] migration: Implement dirty-limit convergence algo
` [PATCH QEMU v7 8/9] migration: Extend query-migrate to provide dirty page limit info
` [PATCH QEMU v7 9/9] tests: Add migration dirty-limit capability test
` [PATCH QEMU v7 6/9] migration: Put the detection logic before auto-converge checking

[PATCH] target/riscv: Add Zihintntl extension ISA string to DTS
 2023-07-05  5:28 UTC  (2+ messages)

intermittent clang sanitizer failure during 'make check-tcg': null pointer deref in IntervalTreeNode
 2023-07-05  5:14 UTC  (2+ messages)

[PATCH v3] target/ppc: Make checkstop actually stop the system
 2023-07-05  2:59 UTC  (5+ messages)

[PATCH v6 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port
 2023-07-05  2:30 UTC  (16+ messages)

[PATCH v5 0/2] pcie: Fix ARI next function numbers
 2023-07-05  2:24 UTC  (3+ messages)
` [PATCH v5 1/2] pcie: Use common ARI next function number
` [PATCH v5 2/2] pcie: Specify 0 for ARI next function numbers


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).