messages from 2022-09-08 01:14:17 to 2022-09-09 04:50:38 UTC [more...]
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-09-09 4:48 UTC (10+ messages)
Seeing qtest assertion failure with 7.1
2022-09-09 4:24 UTC (5+ messages)
[PATCH v3] audio: add help option for -audio and -audiodev
2022-09-09 4:20 UTC (5+ messages)
[PATCH v2 0/2] Update linux headers to v6.0-rc4 and fix the clang build error
2022-09-09 3:57 UTC (3+ messages)
` [PATCH v2 1/2] configure: Add -Wno-gnu-variable-sized-type-not-at-end
` [PATCH v2 2/2] Update linux headers to v6.0-rc4
[PATCH v4 0/6] Vhost-vdpa Shadow Virtqueue multiqueue support
2022-09-09 3:01 UTC (2+ messages)
[PATCH] hw/net/tulip: Fix DMA reentrancy issue with stack overflow (CVE-2022-2962)
2022-09-09 2:48 UTC (2+ messages)
[PATCH] e1000e: set RX desc status with DD flag in a separate operation
2022-09-09 2:40 UTC (2+ messages)
[PATCH 0/2] Update linux headers to v6.0-rc4 and fix the clang build error
2022-09-09 2:09 UTC (10+ messages)
` [PATCH 1/2] Update linux headers to v6.0-rc4
` [PATCH 2/2] configure: Add -Wno-gnu-variable-sized-type-not-at-end
[PATCH] virtio-gpu: update scanout if there is any area covered by the rect
2022-09-09 1:40 UTC
[PATCH 0/2] target/riscv: improvements to GDB target descriptions
2022-09-08 22:40 UTC (6+ messages)
` [PATCH 1/2] target/riscv: remove fflags, frm, and fcsr from riscv-*-fpu.xml
` [PATCH 2/2] target/riscv: remove fixed numbering from GDB xml feature files
[PATCH 3/4] hw/timer: ibex_timer.c: Update register addresses
2022-09-08 22:04 UTC (3+ messages)
[PATCH 1/4] hw/watchdog: wdt_ibex_aon.c: Implement the watchdog for the OpenTitan
2022-09-08 22:03 UTC (3+ messages)
[PATCH v2 0/20] Convert nanoMIPS disassembler from C++ to C
2022-09-08 21:46 UTC (6+ messages)
` [PATCH v2 12/20] disas/nanomips: Replace std::string type
[PATCH] tcg/ppc: Optimize 26-bit jumps
2022-09-08 21:44 UTC (2+ messages)
[PATCH v2 0/5] Make serial msmouse work
2022-09-08 21:11 UTC (7+ messages)
` [PATCH v2 1/5] msmouse: Handle mouse reset
` [PATCH v2 2/5] chardev: src buffer const for write functions
` [PATCH v2 3/5] msmouse: Use fifo8 instead of array
` [PATCH v2 4/5] msmouse: Add pnp data
` [PATCH v2 5/5] serial: Allow unaligned i/o access
[PATCH 00/42] Consolidate PIIX south bridges
2022-09-08 20:30 UTC (5+ messages)
` [PATCH 42/42] hw/i386/acpi-build: Resolve PIIX ISA bridge rather than ACPI controller
[PATCH v7 00/14] QMP/HMP: introduce 'dumpdtb'
2022-09-08 19:58 UTC (18+ messages)
` [PATCH v7 01/14] hw/arm: do not free machine->fdt in arm_load_dtb()
` [PATCH v7 02/14] hw/microblaze: set machine->fdt in microblaze_load_dtb()
` [PATCH v7 03/14] hw/nios2: set machine->fdt in nios2_load_dtb()
` [PATCH v7 04/14] hw/ppc: set machine->fdt in ppce500_load_device_tree()
` [PATCH v7 05/14] hw/ppc: set machine->fdt in bamboo_load_device_tree()
` [PATCH v7 06/14] hw/ppc: set machine->fdt in sam460ex_load_device_tree()
` [PATCH v7 07/14] hw/ppc: set machine->fdt in xilinx_load_device_tree()
` [PATCH v7 08/14] hw/ppc: set machine->fdt in pegasos2_machine_reset()
` [PATCH v7 09/14] hw/ppc: set machine->fdt in pnv_reset()
` [PATCH v7 10/14] hw/ppc: set machine->fdt in spapr machine
` [PATCH v7 11/14] hw/riscv: set machine->fdt in sifive_u_machine_init()
` [PATCH v7 12/14] hw/riscv: set machine->fdt in spike_board_init()
` [PATCH v7 13/14] hw/xtensa: set machine->fdt in xtfpga_init()
` [PATCH v7 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
[PATCH v4 0/3] improve error handling for module load
2022-09-08 18:30 UTC (4+ messages)
` [PATCH v4 1/3] module: removed unused function argument "mayfail"
` [PATCH v4 2/3] module: add Error arguments to module_load_one and module_load_qom_one
` [PATCH v4 3/3] accel: abort if we fail to load the accelerator plugin
[PATCH v9 00/10] s390x: CPU Topology
2022-09-08 18:04 UTC (5+ messages)
` [PATCH v9 06/10] s390x/cpu_topology: resetting the Topology-Change-Report
` [PATCH v9 07/10] s390x/cpu_topology: CPU topology migration
[PATCH 0/6] parallels: Add duplication check, repair at open, fix bugs
2022-09-08 17:45 UTC (6+ messages)
` [PATCH 3/6] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH 6/6] parallels: Image repairing in parallels_open()
[PATCH v3 0/3] improve error handling for module load
2022-09-08 17:36 UTC (8+ messages)
` [PATCH v3 1/3] module: removed unused function argument "mayfail"
` [PATCH v3 2/3] module: add Error arguments to module_load_one and module_load_qom_one
` [PATCH v3 3/3] accel: abort if we fail to load the accelerator plugin
[PATCH 0/4] Make serial msmouse work
2022-09-08 17:21 UTC (12+ messages)
` [PATCH 1/4] msmouse: Handle mouse reset
` [PATCH 2/4] chardev: src buffer const for write functions
` [PATCH 3/4] msmouse: Add pnp data
` [PATCH 4/4] serial: Allow unaligned i/o access
[PATCH v3] 9pfs: use GHashTable for fid table
2022-09-08 16:14 UTC (4+ messages)
[PATCH v2] fw_cfg: Don't set callback_opaque NULL in fw_cfg_modify_bytes_read()
2022-09-08 16:03 UTC
[PATCH RESEND v3 0/3] improve error handling for module load
2022-09-08 15:00 UTC (4+ messages)
` [PATCH v3 1/3] module: removed unused function argument "mayfail"
` [PATCH v3 2/3] module: add Error arguments to module_load_one and module_load_qom_one
` [PATCH v3 3/3] accel: abort if we fail to load the accelerator plugin
[PATCH v1 0/8] migration: introduce dirtylimit capability
2022-09-08 14:59 UTC (6+ messages)
` [PATCH v1 4/8] migration: Implement dirty-limit convergence algo
[PATCH v2 0/2] expose host-phys-bits to guest
2022-09-08 14:19 UTC (4+ messages)
` [PATCH v2 1/2] [temporary] reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
` [PATCH v2 2/2] [RfC] expose host-phys-bits to guest
[PATCH] migrate block dirty bitmap: Fix the block dirty bitmap can't to migration_completion when pending size larger than threshold size : 1、dirty bitmap size big enough (such as 8MB) when block size 1T 2、we set the migrate speed or the bandwith is small enough(such as 4MB/s)
2022-09-08 14:14 UTC (2+ messages)
[PATCH 0/7] nsis: gitlab-ci: Improve QEMU Windows installer packaging
2022-09-08 14:04 UTC (11+ messages)
` [PATCH 1/7] scripts/nsis.py: Drop the unnecessary path separator
` [PATCH 2/7] scripts/nsis.py: Fix destination directory name when invoked on Windows
` [PATCH 3/7] scripts/nsis.py: Automatically package required DLLs of QEMU executables
` [PATCH 4/7] .gitlab-ci.d/windows.yml: Drop the sed processing in the 64-bit build
` [PATCH 5/7] block/nfs: Fix 32-bit Windows build
` [PATCH 6/7] .gitlab-ci.d/windows.yml: Unify the prerequisite packages
` [PATCH 7/7] .gitlab-ci.d/windows.yml: Test 'make installer' in the CI
[PATCH 0/3] improve error handling for module load
2022-09-08 13:58 UTC (5+ messages)
` [PATCH 2/3] module: add Error arguments to module_load_one and module_load_qom_one
[PATCH] migrate block dirty bitmap: Fix the block dirty bitmap can't to migration_completion when pending size larger than threshold size
2022-09-08 13:42 UTC
[PATCH 0/2] tpm_emulator: Signal swtpm to again lock storage
2022-09-08 13:39 UTC (6+ messages)
` [PATCH 1/2] tpm_emulator: Use latest tpm_ioctl.h from swtpm project
` [PATCH 2/2] tpm_emulator: Have swtpm relock storage upon migration fall-back
[PULL 00/10] QAPI patches patches for 2022-09-07
2022-09-08 11:39 UTC (5+ messages)
[PATCH] Use QMP command object-add instead of object_add for memory hotplugin
2022-09-08 12:55 UTC (5+ messages)
` "
[PATCH] qemu-img: Wean documentation and help output off '?' for help
2022-09-08 13:08 UTC
Access DomU shared memory in Dom0 Kernel
2022-09-08 8:48 UTC
[PATCH v2 1/2] x86: only modify setup_data if the boot protocol indicates safety
2022-09-08 12:42 UTC (8+ messages)
[PATCH v3] target/riscv: fix csr check for cycle{h}, instret{h}, time{h}, hpmcounter3-31{h}
2022-09-08 12:32 UTC (3+ messages)
[PATCH] target/riscv: Remove sideleg and sedeleg
2022-09-08 12:30 UTC (3+ messages)
[PATCH 4/4] hw/timer: ibex_timer.c: Add support for writes to mtime
2022-09-08 12:20 UTC (2+ messages)
[PATCH v2 00/23] target/i386: pc-relative translation blocks
2022-09-08 12:14 UTC (4+ messages)
` [PATCH v2 02/23] target/i386: Return bool from disas_insn
[PATCH v4 0/9] target/arm: pc-relative translation blocks
2022-09-08 11:59 UTC (4+ messages)
` [PATCH v4 2/9] target/arm: Change gen_goto_tb to work on displacements
[PATCH v4 0/4] hw/ssi: ibex_spi: cleanup and fixup bugs
2022-09-08 11:30 UTC (4+ messages)
` [PATCH v4 2/4] hw/ssi: ibex_spi: fixup coverity issue
[PATCH V4 0/3] hw/riscv: virt: Enable booting S-mode firmware from pflash
2022-09-08 11:19 UTC (11+ messages)
` [PATCH V4 1/3] hw/arm, loongarch: Move load_image_to_fw_cfg() to common location
` [PATCH V4 2/3] hw/riscv: virt: Move create_fw_cfg() prior to loading kernel
` [PATCH V4 0/3] hw/riscv: virt: Enable booting S-mode firmware from pflashy
[PATCH 0/4] compare machine type compat_props
2022-09-08 10:36 UTC (5+ messages)
` [PATCH 1/4] qom: add devault value
` [PATCH 2/4] qmp: add dump machine type compatible properties
` [PATCH 3/4] python/qmp: increase read buffer size
` [PATCH 4/4] scripts: add script to compare compatible properties
[PATCH v6 00/14] QMP/HMP: introduce 'dumpdtb'
2022-09-08 10:32 UTC (3+ messages)
` [PATCH v6 14/14] qmp/hmp, device_tree.c: introduce dumpdtb
[PATCH] chardev: fix segfault in finalize
2022-09-08 10:37 UTC (2+ messages)
towards a workable O_DIRECT outmigration to a file
2022-09-08 10:26 UTC (2+ messages)
` [PATCH] migration: support file: uri for source migration
[PATCH v5 00/13] Instantiate VT82xx functions in host device
2022-09-08 10:25 UTC (18+ messages)
` [PATCH v5 05/13] hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
` [PATCH v5 06/13] hw/isa/vt82c686: Instantiate IDE function in host device
` [PATCH v5 07/13] hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
` [PATCH v5 08/13] hw/isa/vt82c686: Instantiate USB functions in host device
` [PATCH v5 09/13] hw/isa/vt82c686: Instantiate PM function "
` [PATCH v5 10/13] hw/isa/vt82c686: Instantiate AC97 and MC97 functions "
` [PATCH v5 13/13] hw/isa/vt82c686: Create rtc-time alias in boards instead
[PATCH v1 0/9] Fix bugs and improve functions for LoongArch
2022-09-08 9:46 UTC (10+ messages)
` [PATCH v1 1/9] hw/loongarch: Remove vga device when loongarch init
` [PATCH v1 2/9] hw/loongarch: Support fw_cfg dma function
` [PATCH v1 3/9] hw/loongarch: Add interrupt information to FDT table
` [PATCH v1 4/9] hw/loongarch: Add platform bus support
` [PATCH v1 5/9] hw/loongarch: Add hotplug handler for machine
` [PATCH v1 6/9] hw/loongarch: Add RAMFB to dynamic_sysbus_devices list
` [PATCH v1 7/9] hw/loongarch: Fix acpi ged irq number in dsdt table
` [PATCH v1 8/9] hw/loongarch: Support memory hotplug
` [PATCH v1 9/9] hw/loongarch: Improve acpi dsdt table
[PATCH] hw/microblaze: pass random seed to fdt
2022-09-08 9:40 UTC (2+ messages)
` [PATCH RESEND] "
[PATCH 1/2] target/riscv: fence.i: update decode pattern
2022-09-08 9:28 UTC (6+ messages)
` [PATCH 2/2] target/riscv: fence: reconcile with specification
[RFC PATCH] docs/system: clean up code escape for riscv virt platform
2022-09-08 9:19 UTC (4+ messages)
[PATCH 00/11] Add support for the T-Head vendor extensions
2022-09-08 9:01 UTC (10+ messages)
` [PATCH 03/11] RISC-V: Adding T-Head SYNC instructions
` [PATCH 10/11] RISC-V: Adding T-Head FMemIdx extension
` [PATCH 11/11] RISC-V: Add initial support for T-Head C906 and C910 CPUs
[PATCH v5 0/2] block: add missed block_acct_setup with new block device init procedure
2022-09-08 8:59 UTC (4+ messages)
[PULL 00/44] riscv-to-apply queue
2022-09-08 8:12 UTC (3+ messages)
[PATCH v2] audio: add help option for -audio and -audiodev
2022-09-08 8:03 UTC (3+ messages)
[PATCH 0/3] target/ppc: Move fsqrt[s] to decodetree
2022-09-08 7:52 UTC (9+ messages)
` [PATCH 3/3] target/ppc: Merge fsqrt and fsqrts helpers
[PATCH] audio: add help option (?) for -audiodev
2022-09-08 5:20 UTC (4+ 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).