qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-17 12:56:55 to 2023-07-18 09:32:55 UTC [more...]

[PULL 0/8] s390x, qtest and misc patches for QEMU 8.1 rc1
 2023-07-18  9:30 UTC  (9+ messages)
` [PULL 1/8] s390x: Fix QEMU abort by selecting S390_FLIC_KVM
` [PULL 2/8] linux-user/elfload: Fix /proc/cpuinfo features: on s390x
` [PULL 3/8] tests/qtest: Fix typo in multifd cancel test
` [PULL 4/8] tests/lcitool: Generate distribution packages list in JSON format
` [PULL 5/8] tests/lcitool: Refresh generated files
` [PULL 6/8] tests/vm: Introduce get_qemu_packages_from_lcitool_json() helper
` [PULL 7/8] tests/vm/freebsd: Get up-to-date package list from lcitool vars file
` [PULL 8/8] tests/avocado: Disable the test_sbsaref_edk2_firmware by default

[PATCH v2 0/3] docs: update x86 CPU model ABI matrix docs
 2023-07-18  9:26 UTC  (4+ messages)
` [PATCH v2 1/3] scripts: drop comment about autogenerated CPU API file
` [PATCH v2 2/3] docs: fix highlighting of CPU ABI header rows
` [PATCH v2 3/3] docs: re-generate x86_64 ABI compatibility CSV

[PATCH 00/15] Nested PAPR API (KVM on PowerVM)
 2023-07-18  9:22 UTC  (16+ messages)
` [PATCH 01/15] ppc: spapr: Introduce Nested PAPR API related macros
` [PATCH 02/15] ppc: spapr: Add new/extend structs to support Nested PAPR API
` [PATCH 03/15] ppc: spapr: Use SpaprMachineStateNested's ptcr instead of nested_ptcr
` [PATCH 04/15] ppc: spapr: Start using nested.api for nested kvm-hv api
` [PATCH 05/15] ppc: spapr: Introduce cap-nested-papr for nested PAPR API
` [PATCH 06/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_GET_CAPABILITIES
` [PATCH 07/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_SET_CAPABILITIES
` [PATCH 08/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_CREATE
` [PATCH 09/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_CREATE_VCPU
` [PATCH 10/15] ppc: spapr: Initialize the GSB Elements lookup table
` [PATCH 11/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_[GET|SET]_STATE
` [PATCH 12/15] ppc: spapr: Use correct source for parttbl info for nested PAPR API
` [PATCH 13/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_RUN_VCPU
` [PATCH 14/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_DELETE
` [PATCH 15/15] ppc: spapr: Document Nested PAPR API

[PATCH for-8.1] target/mips: Avoid shift by negative number in page_table_walk_refill()
 2023-07-18  9:17 UTC  (3+ messages)

[PULL 00/47] tcg + linux-user patch queue
 2023-07-18  9:07 UTC  (10+ messages)
` [PULL 20/47] linux-user: Make sure initial brk(0) is page-aligned
` [PULL 35/47] linux-user: Use page_find_range_empty for mmap_find_vma_reserved
` [PULL 45/47] linux-user/arm: Do not allocate a commpage at all for M-profile CPUs

[PATCH 0/6] linux-user: brk() syscall fixes and armhf static binary fix
 2023-07-18  8:30 UTC  (14+ messages)
` [PATCH 1/6] Revert "linux-user: Make sure initial brk(0) is page-aligned"
` [PATCH 2/6] linux-user: Fix qemu brk() to not zero bytes on current page
` [PATCH 3/6] linux-user: Prohibit brk() to to shrink below initial heap address
` [PATCH 4/6] linux-user: Fix signed math overflow in brk() syscall
` [PATCH 5/6] linux-user: Fix strace output for old_mmap
` [PATCH 6/6] linux-user: Fix qemu-arm to run static armhf binaries

[PATCH qemu 0/2] dump: Only use the makedumpfile flattened format when necessary
 2023-07-18  8:25 UTC  (5+ messages)
` [PATCH qemu 1/2] dump: Pass DumpState to write_ functions
` [PATCH qemu 2/2] dump: Only use the makedumpfile flattened format when necessary

[PATCH for-8.2 0/2] target/riscv: add zicntr and zihpm flags
 2023-07-18  8:23 UTC  (6+ messages)
` [PATCH for-8.2 1/2] target/riscv/cpu.c: add zicntr extension flag
` [PATCH for-8.2 2/2] target/riscv/cpu.c: add zihpm "

[PATCH v21 00/20] s390x: CPU Topology
 2023-07-18  7:59 UTC  (5+ messages)
` [PATCH v21 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v21 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event

[PATCH] hw/riscv: Fix topo field in error_report
 2023-07-18  8:07 UTC 

Adding fuse compare and write
 2023-07-18  6:51 UTC 

[PATCH v2 00/12] tests: enable meson test timeouts to improve debuggability
 2023-07-18  6:29 UTC  (14+ messages)
` [PATCH v2 01/12] qtest: bump min meson timeout to 60 seconds
` [PATCH v2 02/12] qtest: bump migration-test timeout to 5 minutes
` [PATCH v2 03/12] qtest: bump qom-test timeout to 15 minutes
` [PATCH v2 04/12] qtest: bump npcm7xx_pwn-test timeout to 5 minutes
` [PATCH v2 05/12] qtest: bump test-hmp timeout to 4 minutes
` [PATCH v2 06/12] qtest: bump pxe-test timeout to 3 minutes
` [PATCH v2 07/12] qtest: bump prom-env-test "
` [PATCH v2 08/12] qtest: bump boot-serial-test "
` [PATCH v2 09/12] qtest: bump qos-test timeout to 2 minutes
` [PATCH v2 10/12] qtest: bump aspeed_smc-test timeout to 4 minutes
` [PATCH v2 11/12] qtest: bump bios-table-test timeout to 9 minutes
` [PATCH v2 12/12] mtest2make: stop disabling meson test timeouts

[PATCH] accel/tcg: Fix guest instruction address in output assembly log
 2023-07-18  6:17 UTC  (2+ messages)

[PATCH 0/3] hw/arm/virt: Use generic CPU invalidation
 2023-07-18  6:17 UTC  (7+ messages)
` [PATCH 1/3] machine: Factor CPU type invalidation out into helper
` [PATCH 2/3] hw/arm/virt: Use generic CPU type invalidation

[PATCH for-8.1 v2 0/2] target/mips: Avoid shift by negative number in page_table_walk_refill()
 2023-07-18  5:59 UTC  (4+ messages)
` [PATCH for-8.1 v2 1/2] target/mips: Pass directory/leaf shift values to walk_directory()
` [PATCH for-8.1 v2 2/2] target/mips: Avoid shift by negative number in page_table_walk_refill()

[PATCH v1] migration: refactor migration_completion
 2023-07-18  5:44 UTC  (2+ messages)

[PATCH] target/riscv: Fix LMUL check to use minimum SEW
 2023-07-18  2:16 UTC  (5+ messages)

[PATCH] vnc,ps2: fix the PS/2 mouse work badly when connect VNC
 2023-07-18  2:07 UTC  (9+ messages)

[PATCH QEMU v8 4/9] migration: Introduce dirty-limit capability
 2023-07-18  1:42 UTC  (3+ messages)

[PATCH] target/riscv/cpu.c: check priv_ver before auto-enable zca/zcd/zcf
 2023-07-18  1:36 UTC  (4+ messages)

Thoughts on implementing SEGGER RTT
 2023-07-17 21:51 UTC 

[PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
 2023-07-17 21:39 UTC  (6+ messages)
` [PULL 56/62] hw/xen: Support GSI mapping to PIRQ
    ` [PATCH] i386/xen: fix off-by-one in xen_evtchn_set_gsi()
      ` [PATCH-for-8.1] "

[PATCH v2] block: Fix pad_request's request restriction
 2023-07-17 20:32 UTC  (2+ messages)

[PATCH v2 0/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh
 2023-07-17 20:26 UTC  (10+ messages)
` [PATCH 1/5] qemu-nbd: pass structure into nbd_client_thread instead of plain char*
` [PATCH 2/5] qemu-nbd: fix regression with qemu-nbd --fork run over ssh
` [PATCH 3/5] qemu-nbd: properly report error on error in dup2() after qemu_daemon()
` [PATCH 4/5] qemu-nbd: properly report error if qemu_daemon() is failed
` [PATCH 5/5] qemu-nbd: handle dup2() error when qemu-nbd finished setup process
` [PATCH 6/5] qemu-nbd: make verbose bool and local variable in main()

Reducing vdpa migration downtime because of memory pin / maps
 2023-07-17 19:56 UTC  (12+ messages)

[PATCH] hw/char/escc: Implement loopback mode
 2023-07-17 19:48 UTC  (2+ messages)

[PATCH v2] target/sparc: Handle FPRS correctly on big-endian hosts
 2023-07-17 19:47 UTC  (3+ messages)

[PATCH] target/i386: Check CR0.TS before enter_mmx
 2023-07-17 19:22 UTC  (3+ messages)

[PATCH v2] plugins: Set final instruction count in plugin_gen_tb_end
 2023-07-17 19:21 UTC  (4+ messages)

[PULL for-8.1 0/1] Block patches
 2023-07-17 19:12 UTC  (3+ messages)
` [PULL for-8.1 1/1] block/nvme: invoke blk_io_plug_call() outside q->lock

[PULL 0/7] target-arm queue
 2023-07-17 19:12 UTC  (5+ messages)
` [PULL 1/7] hw/arm/sbsa-ref: set 'slots' property of xhci
` [PULL 3/7] target/arm/ptw.c: Add comments to S1Translate struct fields
` [PULL 4/7] target/arm: Fix S1_ptw_translate() debug path

[PULL 00/19] UI & audio patches
 2023-07-17 19:12 UTC  (5+ messages)
` [PULL 06/19] ui/gtk: set scanout-mode right before scheduling draw
` [PULL 13/19] audio/pw: trace during init before calling pipewire API
` [PULL 17/19] audio/pw: simplify error reporting in stream creation

[PATCH] migration/calc-dirty-rate: millisecond precision period
 2023-07-17 19:08 UTC  (4+ messages)

[PATCH for-8.1] accel/tcg: Take mmap_lock in load_atomic16_or_exit
 2023-07-17 18:57 UTC  (6+ messages)

[PATCH v2] hw/ide/piix: properly initialize the BMIBA register
 2023-07-17 18:55 UTC  (9+ messages)

[PATCH for-8.1 v2] hw/virtio-iommu: Fix potential OOB access in virtio_iommu_handle_command()
 2023-07-17 17:32 UTC  (3+ messages)

[PATCH v7 0/8] parallels: Add duplication check, repair at open, fix bugs
 2023-07-17 17:25 UTC  (15+ messages)
` [PATCH v7 2/8] parallels: Check if data_end greater than the file size
` [PATCH v7 3/8] parallels: Add "explicit" argument to parallels_check_leak()
` [PATCH v7 4/8] parallels: Add data_start field to BDRVParallelsState
` [PATCH v7 5/8] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH v7 6/8] parallels: Image repairing in parallels_open()
` [PATCH v7 7/8] parallels: Use bdrv_co_getlength() in parallels_check_outside_image()
` [PATCH v7 8/8] parallels: Add data_off check

[RFC PATCH 00/17] hw/cxl: hw/cxl: Generic CCI emulation support
 2023-07-17 17:16 UTC  (18+ messages)
` [RFC PATCH 01/17] hw/pci-bridge/cxl_upstream: Move defintion of device to header
` [RFC PATCH 02/17] hw/cxl/mailbox: Enable mulitple mailbox command sets
` [RFC PATCH 03/17] cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constant
` [RFC PATCH 04/17] hw/mbox: Split mailbox command payload into separate input and output
` [RFC PATCH 05/17] cxl/mbox: Pull the CCI definition out of the CXLDeviceState
` [RFC PATCH 06/17] cxl/mbox: Generalize the CCI command processing
` [RFC PATCH 07/17] hw/acpi/aml-build: add function for i2c slave device serial bus description
` [RFC PATCH 08/17] hw/i2c: add mctp core
` [RFC PATCH 09/17] i2c/mctp: Allow receiving messages to dest eid 0
` [RFC PATCH 10/17] misc/i2c_mctp_cxl: Initial device emulation
` [RFC PATCH 11/17] HACK: arm/virt: Add aspeed-i2c controller and MCTP EP to enable MCTP testing
` [RFC PATCH 12/17] HACK: hw/arm/virt: Add ACPI support for aspeed-i2c / mctp
` [RFC PATCH 13/17] HACK: hw/i386/pc: Add Aspeed i2c controller + MCTP with ACPI tables
` [RFC PATCH 14/17] docs: cxl: Add example commandline for MCTP CXL CCIs
` [RFC PATCH 15/17] hw/cxl: Add a switch mailbox CCI function
` [RFC PATCH 16/17] hw/cxl: Implement Physical Ports status retrieval
` [RFC PATCH 17/17] hw/cxl: Add tunneled command support to mailbox for switch cci

[PULL 00/66] pc,pci,virtio: cleanups, fixes, features
 2023-07-17 17:20 UTC  (8+ messages)
` [PULL 46/66] virtio-iommu: Fix 64kB host page size VFIO device assignment

[PATCH v2 0/3] Add VIRTIO sound card
 2023-07-17 16:47 UTC  (5+ messages)
` [PATCH v2 1/3] Add virtio-sound device
` [PATCH v2 2/3] Add virtio-sound-pci device

[PATCH v6 0/5] Support x2APIC mode with TCG accelerator
 2023-07-17 16:29 UTC  (4+ messages)
` [PATCH v6 4/5] intel_iommu: allow Extended Interrupt Mode when using userspace APIC

[PATCH for-8.1] hw/arm/smmu: Handle big-endian hosts correctly
 2023-07-17 16:15 UTC  (4+ messages)

[PATCH-for-8.1] hw/sd/sdcard: Allow users to bypass the power-of-2 size check
 2023-07-17 16:13 UTC  (3+ messages)

avocado test: log shows initial chunk of terminal output is missing
 2023-07-17 15:54 UTC  (2+ messages)

[PATCH] linux-user: Reserve space for brk
 2023-07-17 15:09 UTC  (3+ messages)

[PATCH v2] tcg/ppc: Fix race in goto_tb implementation
 2023-07-17 14:55 UTC  (2+ messages)

[PATCH v2 00/11] tpm: introduce TPM CRB SysBus device
 2023-07-17 14:40 UTC  (24+ messages)
` [PATCH v2 05/11] tpm_crb: use the ISA bus
` [PATCH v2 06/11] tpm_crb: move ACPI table building to device interface
` [PATCH v2 07/11] hw/arm/virt: add plug handler for TPM on SysBus
` [PATCH v2 09/11] tpm_tis_sysbus: move DSDT AML generation to device
` [PATCH v2 10/11] tpm_crb_sysbus: introduce TPM CRB SysBus device
` [PATCH v2 11/11] tpm_crb: support restoring older vmstate

[PATCH v4 0/4] Virtio shared dma-buf
 2023-07-17 14:11 UTC  (9+ messages)
` [PATCH v4 2/4] virtio-dmabuf: introduce virtio-dmabuf
` [PATCH v4 3/4] vhost-user: add shared_object msg

[PATCH 1/1] qemu-nbd: fix regression with qemu-nbd --fork run over ssh
 2023-07-17 13:44 UTC  (3+ messages)

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

[PATCH v3 0/4] tests/vm/freebsd: Get up-to-date package list from lcitool
 2023-07-17 13:17 UTC  (4+ messages)

[PATCH] tcg/ppc: Fix race in goto_tb implementation
 2023-07-17  2:52 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).