qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-19 18:24:21 to 2022-09-20 19:18:06 UTC [more...]

[PATCH v2 00/66] target/arm: Implement FEAT_HAFDBS
 2022-09-20 15:25 UTC  (35+ messages)
` [PATCH v2 01/66] target/arm: Create GetPhysAddrResult
` [PATCH v2 02/66] target/arm: Fix ipa_secure in get_phys_addr
` [PATCH v2 03/66] target/arm: Use GetPhysAddrResult in get_phys_addr_lpae
` [PATCH v2 04/66] target/arm: Use GetPhysAddrResult in get_phys_addr_v6
` [PATCH v2 05/66] target/arm: Use GetPhysAddrResult in get_phys_addr_v5
` [PATCH v2 06/66] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav5
` [PATCH v2 07/66] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav7
` [PATCH v2 08/66] target/arm: Use GetPhysAddrResult in get_phys_addr_pmsav8
` [PATCH v2 09/66] target/arm: Use GetPhysAddrResult in pmsav8_mpu_lookup
` [PATCH v2 10/66] target/arm: Remove is_subpage argument to pmsav8_mpu_lookup
` [PATCH v2 11/66] target/arm: Add is_secure parameter to v8m_security_lookup
` [PATCH v2 12/66] target/arm: Add secure parameter to pmsav8_mpu_lookup
` [PATCH v2 13/66] target/arm: Add is_secure parameter to get_phys_addr_v5
` [PATCH v2 14/66] target/arm: Add is_secure parameter to get_phys_addr_v6
` [PATCH v2 16/66] target/arm: Add is_secure parameter to pmsav7_use_background_region
` [PATCH v2 23/66] target/arm: Add TBFLAG_M32.SECURE
` [PATCH v2 24/66] target/arm: Merge regime_is_secure into get_phys_addr

[PATCH] virtio: add VIRTQUEUE_ERROR QAPI event
 2022-09-20 14:47 UTC  (2+ messages)

[PATCH v1 0/3] ui/gtk: Add a new parameter to assign connectors/monitors to Guests' windows
 2022-09-20 15:04 UTC  (2+ messages)

[PATCH v2 00/30] testing/next pre-PR (testing update and mips deprecation)
 2022-09-20 15:07 UTC  (4+ messages)
` [PATCH v2 06/30] tests/avocado: split the AST2x00Machine classes

[PATCH] i386: Fix KVM_CAP_ADJUST_CLOCK capability check
 2022-09-20 14:40 UTC 

[PATCH v6 0/2] Enable notify VM exit
 2022-09-20 13:59 UTC  (7+ messages)
` [PATCH v6 2/2] i386: Add notify VM exit support

[PATCH] ratelimit: restrict the delay time to a non-negative value
 2022-09-20 13:18 UTC  (2+ messages)

[PATCH v2 00/39] tests/qtest: Enable running qtest on Windows
 2022-09-20 13:42 UTC  (43+ messages)
` [PATCH v2 01/39] tests: Change to use g_mkdir()
` [PATCH v2 02/39] tests/qtest: i440fx-test: Rewrite create_blob_file() to be portable
` [PATCH v2 03/39] block: Unify the get_tmp_filename() implementation
` [PATCH v2 04/39] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PATCH v2 05/39] tcg: "
` [PATCH v2 06/39] util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files
` [PATCH v2 07/39] tests: Avoid using hardcoded /tmp in test cases
` [PATCH v2 08/39] block/vvfat: Unify the mkdir() call
` [PATCH v2 09/39] fsdev/virtfs-proxy-helper: Use g_mkdir()
` [PATCH v2 10/39] hw/usb: dev-mtp: "
` [PATCH v2 11/39] tests/qtest: Skip running virtio-net-test cases that require socketpair() for win32
` [PATCH v2 12/39] tests/qtest: Build test-filter-{mirror, redirector} cases for posix only
` [PATCH v2 13/39] tests/qtest: qmp-test: Skip running test_qmp_oob for win32
` [PATCH v2 14/39] accel/qtest: Implement a portable qtest accelerator
` [PATCH v2 15/39] tests/qtest: libqtest: Adapt global_qtest declaration for win32
` [PATCH v2 16/39] tests/qtest: Use send/recv for socket communication
` [PATCH v2 17/39] tests/qtest: libqtest: Exclude the *_fds APIs for win32
` [PATCH v2 18/39] tests/qtest: libqtest: Install signal handler via signal()
` [PATCH v2 19/39] tests/qtest: Support libqtest to build and run on Windows
` [PATCH v2 20/39] tests/qtest: {ahci, ide}-test: Use relative path for temporary files for win32
` [PATCH v2 21/39] tests/qtest: bios-tables-test: Adapt the case "
` [PATCH v2 22/39] tests/qtest: migration-test: Disable IO redirection "
` [PATCH v2 23/39] tests/qtest: ide-test: Open file in binary mode
` [PATCH v2 24/39] tests/qtest: virtio-net-failover: Disable migration tests for win32
` [PATCH v2 25/39] chardev/char-file: Add FILE_SHARE_WRITE when openning the file "
` [PATCH v2 26/39] tests/qtest: migration-test: Make sure QEMU process "to" exited after migration is canceled
` [PATCH v2 27/39] hw/ppc: spapr: Use qemu_vfree() to free spapr->htab
` [PATCH v2 28/39] hw/pci-host: pnv_phb{3, 4}: Fix heap out-of-bound access failure
` [PATCH v2 29/39] tests/qtest: microbit-test: Fix socket access for win32
` [PATCH v2 30/39] tests/qtest: libqtest: Replace the call to close a socket with closesocket()
` [PATCH v2 31/39] tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32
` [PATCH v2 32/39] io/channel-watch: Drop a superfluous '#ifdef WIN32'
` [PATCH v2 33/39] io/channel-watch: Drop the unnecessary cast
` [PATCH v2 34/39] io/channel-watch: Fix socket watch on Windows
` [PATCH v2 35/39] tests/qtest: migration-test: Skip running some TLS cases for win32
` [PATCH v2 36/39] .gitlab-ci.d/windows.yml: Increase the timeout to 90 minutes
` [PATCH v2 37/39] .gitlab-ci.d/windows.yml: Display meson test logs
` [PATCH v2 38/39] tests/qtest: Enable qtest build on Windows
` [PATCH v2 39/39] docs/devel: testing: Document writing portable test cases

[PATCH] checkpatch: ignore target/hexagon/imported/* files
 2022-09-20 13:42 UTC 

[PATCH] linux-user: fix readlinkat handling with magic exe symlink
 2022-09-20 13:40 UTC  (3+ messages)

[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
 2022-09-20 14:00 UTC  (24+ messages)
` [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
` [PATCH 2/9] exec/hwaddr.h: Add missing include
` [PATCH 3/9] hw/core/sysbus: Resolve main_system_bus singleton
` [PATCH 4/9] hw/ppc/spapr: Fix code style problems reported by checkpatch
` [PATCH 5/9] exec/address-spaces: Wrap address space singletons into functions
` [PATCH 6/9] target/loongarch/cpu: Remove unneeded include directive
` [PATCH 7/9] hw/sysbus: Introduce dedicated struct SysBusState for TYPE_SYSTEM_BUS
` [PATCH 8/9] softmmu/physmem: Let SysBusState absorb memory region and address space singletons
` [PATCH 9/9] exec/address-spaces: Inline legacy functions

[RFC PATCH] libvduse: Do not truncate terminating NUL character with strncpy()
 2022-09-20 13:36 UTC  (3+ messages)

[PATCH] linux-user: use 'max' instead of 'qemu32' / 'qemu64' by defualt
 2022-09-20 14:17 UTC  (2+ messages)

[PATCH v2] hw/acpi: Add ospm_status hook implementation for acpi-ged
 2022-09-20 13:15 UTC  (3+ messages)

[PATCH v9 0/7] Add support for zoned device
 2022-09-20 13:21 UTC  (4+ messages)
` [PATCH v9 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

[PATCH] This patch is to solve the problem that bitmaps in memory are lost after dirve-mirror is completed
 2022-09-20 12:35 UTC  (2+ messages)

loongson3-virt machine does not support if=ide,bus=0,unit=0
 2022-09-20 13:02 UTC 

[PULL 00/20] target-arm.next patch queue
 2022-09-20 13:06 UTC  (3+ messages)

[PATCH] virtio-net: set the max of queue size to 4096
 2022-09-20 12:58 UTC  (4+ messages)

[PULL 00/11] semihosting patch queue
 2022-09-20 13:01 UTC  (3+ messages)

[PATCH v3 0/3] gdbstub: avoid untimely stop-reply msgs
 2022-09-20 12:47 UTC  (4+ messages)
` [PATCH v3 1/3] configure: make sure tcg tests can see HAVE_GDB_BIN
` [PATCH v3 2/3] gdbstub: only send stop-reply packets when allowed to
` [PATCH v3 3/3] gdbstub: add test for untimely stop-reply packets

[PATCH] gdbstub: only send stop-reply upon request
 2022-09-20 11:55 UTC  (4+ messages)
` [RFC PATCH v2] gdbstub: only send stop-reply packets when allowed to

[PATCH] This patch is to solve the problem that the bitmap file in memory is lost after creating a snapshot
 2022-09-20 12:29 UTC  (2+ messages)

[PATCH v3 0/5] Support ACPI NVDIMM Label Methods
 2022-09-20 12:28 UTC  (8+ messages)
` [PATCH v3 4/5] acpi/nvdimm: Implement "

[PATCH] linux-user/host/s390: Add vector instructions to host_signal_write()
 2022-09-20 11:39 UTC 

[PULL v3 00/20] tcg patch queue
 2022-09-20 11:16 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 00/12] KVM: arm64: PMUv3 Event Counter Tests
 2022-09-20 11:16 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 07/12] arm: pmu: Basic event counter Tests

[PATCH v4 for 7.2 00/22] virtio-gpio and various virtio cleanups
 2022-09-20 11:30 UTC  (4+ messages)

[PATCH v4 0/7] Add 'q35' machine type to hotplug tests
 2022-09-20 10:48 UTC  (8+ messages)
` [PATCH v4 1/7] tests/x86: Move common code to function in device-plug-test
` [PATCH v4 2/7] tests/x86: Add subtest with 'q35' machine type to device-plug-test
` [PATCH v4 3/7] tests/x86: Add 'q35' machine type to ivshmem-test
` [PATCH v4 4/7] tests/x86: Add 'q35' machine type to drive_del-test
` [PATCH v4 5/7] tests/x86: Add 'q35' machine type to override-tests in hd-geo-test
` [PATCH v4 6/7] tests/x86: Refactor hot unplug hd-geo-test
` [PATCH v4 7/7] tests/x86: Add 'q35' machine type to hotplug hd-geo-test

[PATCH v3 0/6] tcg: Introduce CPUTLBEntryFull
 2022-09-20 11:21 UTC  (13+ messages)
` [PATCH v3 1/6] accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
` [PATCH v3 2/6] accel/tcg: Drop addr member from SavedIOTLB
` [PATCH v3 3/6] accel/tcg: Suppress auto-invalidate in probe_access_internal
` [PATCH v3 4/6] accel/tcg: Introduce probe_access_full
` [PATCH v3 5/6] accel/tcg: Introduce tlb_set_page_full
` [PATCH v3 6/6] include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA

[PATCH] gitlab-ci: Update the FreeBSD 13 job from 13.0 to 13.1
 2022-09-20 10:23 UTC  (2+ messages)

[PATCH v2] hw/arm: fix the position of vcram for raspi
 2022-09-20 10:23 UTC  (2+ messages)

[PATCH] target/arm: Fix alignment for VLD4.32
 2022-09-20 10:24 UTC  (3+ messages)

[PATCH v2] hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logic
 2022-09-20 10:19 UTC  (3+ messages)

[PULL v2 0/9] loongarch-to-apply queue
 2022-09-20  9:50 UTC  (10+ messages)
` [PULL v2 1/9] hw/loongarch: Remove vga device when loongarch init
` [PULL v2 2/9] hw/loongarch: Support fw_cfg dma function
` [PULL v2 3/9] hw/loongarch: Add interrupt information to FDT table
` [PULL v2 4/9] hw/loongarch: Add platform bus support
` [PULL v2 5/9] hw/loongarch: Add hotplug handler for machine
` [PULL v2 6/9] hw/loongarch: Add RAMFB to dynamic_sysbus_devices list
` [PULL v2 7/9] hw/loongarch: Fix acpi ged irq number in dsdt table
` [PULL v2 8/9] hw/loongarch: Support memory hotplug
` [PULL v2 9/9] hw/loongarch: Improve acpi dsdt table

[PATCH 0/8] tests: Make expliction defaults for tests
 2022-09-20  9:20 UTC  (9+ messages)
` [PATCH 1/8] qtest: "-display none" is set in qtest_init()
` [PATCH 7/8] meson-build: Enable CONFIG_REPLICATION only when replication is set
` [PATCH 8/8] meson-build: test-crypto-secret depends on CONFIG_SECRET_KEYRING

QEMU's FreeBSD 13 CI job is failing
 2022-09-20  8:28 UTC  (4+ messages)

[PATCH v14 0/5] Improve PMU support
 2022-09-20  8:36 UTC  (3+ messages)

[PATCH 0/3] Hexagon (target/hexagon) improve store handling
 2022-09-20  8:07 UTC  (4+ messages)
` [PATCH 1/3] Hexagon (target/hexagon) add instruction attributes from archlib
` [PATCH 2/3] Hexagon (target/hexagon) move store size tracking to translation
` [PATCH 3/3] Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]

[PATCH v1 1/1] hw/arm/xlnx-zynqmp: Connect ZynqMP's USB controllers
 2022-09-20  8:15 UTC 

Maximum QMP reply size
 2022-09-20  8:14 UTC  (7+ messages)

[PATCH 0/8] RFC: Pass tests for x86_64 machine types compiled individually
 2022-09-20  7:55 UTC  (2+ messages)

[PATCH] tests/qtest: npcm7xx-emc-test: Skip checking MAC
 2022-09-20  7:00 UTC  (4+ messages)

[PATCH v2] hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
 2022-09-20  5:29 UTC  (2+ messages)

[PATCH] build: remove extra parentheses causing missing rebuilds
 2022-09-20  3:58 UTC  (2+ messages)

[PATCH] target/i386: fix INSERTQ implementation
 2022-09-20  3:53 UTC  (2+ messages)

[PATCH] target/i386: correctly mask SSE4a bit indices in register operands
 2022-09-20  3:46 UTC  (2+ messages)

[PATCH] hw/virtio/vhost-user: support obtain vdpa device's mac address automatically
 2022-09-20  2:18 UTC  (2+ messages)

[PATCH 0/5] Fix some bugs
 2022-09-20  2:18 UTC  (7+ messages)
` [PATCH 5/5] target/loongarch: div if x/0 set dividend to 0

[PATCH 1/2] include: import virtio_blk headers from linux with zoned device support
 2022-09-20  0:36 UTC  (5+ messages)
` [PATCH 2/2] virtio-blk: add zoned storage emulation for zoned devices

[PATCH] target/riscv: Check the correct exception cause in vector GDB stub
 2022-09-19 23:53 UTC  (3+ messages)

[PATCH 0/3] hw/riscv: opentitan: Fixup resetvec issues
 2022-09-19 23:33 UTC  (2+ messages)

[PATCH] target/riscv/pmp: fix non-translated page size address checks w/ MPU
 2022-09-19 23:28 UTC  (2+ messages)

[PATCH 0/3] Add a host power device
 2022-09-19 23:09 UTC  (2+ messages)

[PATCH 0/2] target/riscv: improvements to GDB target descriptions
 2022-09-19 22:24 UTC  (2+ messages)

[PATCH v2] disas/riscv.c: rvv: Add disas support for vector instructions
 2022-09-19 22:12 UTC  (2+ messages)

Fast usermode networking with QEMU
 2022-09-19 21:24 UTC  (2+ messages)

[PATCH] vfio/common: Fix vfio_iommu_type1_info use after free
 2022-09-19 20:50 UTC  (2+ messages)

[PULL 0/2] Hexagon target update
 2022-09-19 20:11 UTC  (3+ messages)
` [PULL 1/2] Hexagon (target/hexagon) remove unused encodings
` [PULL 2/2] Hexagon (tests/tcg/hexagon): add fmin/fmax tests for signed zero

[PATCH v3] audio: Add sndio backend
 2022-09-19 19:29 UTC  (3+ messages)

[PATCH] block/qcow2-bitmap: Add missing cast to silent GCC error
 2022-09-19 19:10 UTC  (2+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-19 19:10 UTC  (4+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH v3] tcg/ppc: Optimize 26-bit jumps
 2022-09-19 17:56 UTC 


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