qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-19 16:42:46 to 2022-09-20 15:08:53 UTC [more...]

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

[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
 2022-09-20 11:36 UTC  (23+ 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 11:25 UTC  (2+ 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 v2 00/39] tests/qtest: Enable running qtest on Windows
 2022-09-20 11:20 UTC  (42+ 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] 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  (11+ 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 v9 0/7] Add support for zoned device
 2022-09-20  8:51 UTC  (3+ messages)
` [PATCH v9 3/7] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls

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

[PATCH] This patch is to solve the problem that bitmaps in memory are lost after dirve-mirror is completed
 2022-09-20  5:47 UTC 

[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 v6 0/2] Enable notify VM exit
 2022-09-20  5:55 UTC  (6+ messages)
` [PATCH v6 2/2] i386: Add notify VM exit support

[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] virtio-net: set the max of queue size to 4096
 2022-09-20  2:03 UTC  (3+ messages)

[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  (5+ messages)
` [PATCH 1/3] hw/gpio/aspeed_gpio: Add gpios in/out init
` [PATCH 2/3] hw/misc/host_power: Add a simple host power device
` [PATCH 3/3] hw/arm/aspeed: g220a: Add host-power device

[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] virtio: add VIRTQUEUE_ERROR QAPI event
 2022-09-19 19:48 UTC 

[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 

[PATCH] Hexagon (tests/tcg/hexagon): add fmin/fmax tests for signed zero
 2022-09-19 17:39 UTC  (2+ messages)

[PULL 00/21] Misc patches for 2022-09-19
 2022-09-19 17:34 UTC  (22+ messages)
` [PULL 01/21] KVM: use store-release to mark dirty pages as harvested
` [PULL 02/21] target/i386: Raise #GP on unaligned m128 accesses when required
` [PULL 03/21] kvm: fix memory leak on failure to read stats descriptors
` [PULL 04/21] spapr_pci: fix leak in spapr_phb_vfio_get_loc_code
` [PULL 05/21] coverity: add new RISC-V component
` [PULL 06/21] coverity: put NUBus under m68k component
` [PULL 07/21] smbios: sanitize type from external type before checking have_fields_bitmap
` [PULL 08/21] tests: unit: simplify test-visitor-serialization list tests
` [PULL 09/21] tests: test-qga: close socket on failure to connect
` [PULL 10/21] tests: unit: add NULL-pointer check
` [PULL 11/21] tests/tcg: i386: fix typos in 3DNow! instructions
` [PULL 12/21] tests/tcg: i386: add MMX and 3DNow! tests
` [PULL 13/21] tests/tcg: refine MMX support in SSE tests
` [PULL 14/21] tests/tcg: remove old "
` [PULL 15/21] audio: add help option for -audio and -audiodev
` [PULL 16/21] target/i386: correctly mask SSE4a bit indices in register operands
` [PULL 17/21] target/i386: fix INSERTQ implementation
` [PULL 18/21] target/i386: REPZ and REPNZ are mutually exclusive
` [PULL 19/21] target/i386: introduce insn_get_addr
` [PULL 20/21] build: remove extra parentheses causing missing rebuilds
` [PULL 21/21] qboot: update to latest submodule

[PULL 0/9] loongarch-to-apply queue
 2022-09-19 17:39 UTC  (3+ messages)

[QEMU][PATCH 1/5] MAINTAINERS: Update maintainer's email for Xilinx CAN
 2022-09-19 17:52 UTC  (3+ messages)
` [QEMU][PATCH 4/5] tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller

Call for Outreachy Dec-Mar internship project ideas
 2022-09-19 17:36 UTC  (2+ messages)

Travis CI webhook returns HTTP 500
 2022-09-19 17:39 UTC  (2+ messages)

[PATCH v3 1/2] target/i386: Read 8 bytes from cvttps2pi/cvtps2pi memory operands
 2022-09-19 17:34 UTC  (5+ messages)
` [PATCH v3 2/2] target/i386: Raise #GP on unaligned m128 accesses when required

[PATCH v3] 9pfs: use GHashTable for fid table
 2022-09-19 17:34 UTC  (3+ messages)

[PATCH v7 for-7.2 00/15] block: cleanup backing and file handling
 2022-09-19 17:20 UTC  (2+ messages)

[PATCH v2 00/11] iotests: use vm.cmd()
 2022-09-19 17:16 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).