qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-14 00:32:19 to 2020-08-14 10:36:12 UTC [more...]

[PATCH 00/12] fix some error memleaks
 2020-08-14 16:02 UTC  (7+ messages)
` [PATCH 01/12] qga/channel-posix: Plug memory leak in ga_channel_write_all()
` [PATCH 02/12] hw/vfio/ap: Plug memleak in vfio_ap_get_group()
` [PATCH 03/12] elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
` [PATCH 06/12] ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context()
` [PATCH 10/12] block/file-posix: fix a possible undefined behavior
` [PATCH 12/12] test-util-sockets: Fix a memleak in test_socket_unix_abstract_good

[PATCH v2 0/3] target/arm: Implement an IMPDEF pauth algorithm
 2020-08-14  9:38 UTC  (6+ messages)
` [PATCH v2 1/3] target/arm: Add cpu properties to control pauth
` [PATCH v2 2/3] target/arm: Implement an IMPDEF pauth algorithm

[PATCH v2 000/150] Meson integration for 5.2
 2020-08-14  9:13 UTC  (148+ messages)
` [PATCH 001/150] oss-fuzz/build: remove LIB_FUZZING_ENGINE
` [PATCH 002/150] optionrom: simplify Makefile
` [PATCH 003/150] pc-bios/s390-ccw: do not use rules.mak
` [PATCH 004/150] trace: switch position of headers to what Meson requires
` [PATCH 005/150] meson: rename included C source files to .c.inc
` [PATCH 006/150] meson: rename .inc.h files to .h.inc
` [PATCH 007/150] build-sys hack: ensure target directory is there
` [PATCH 008/150] tests/vm: do not pollute configure with --efi-aarch64
` [PATCH 009/150] tests/vm: check for Python YAML parser in the Makefile
` [PATCH 010/150] tests/docker: add test script for static linux-user builds
` [PATCH 011/150] nsis: use "make DESTDIR=" instead of "make prefix="
` [PATCH 012/150] configure: do not include $(...) variables in config-host.mak
` [PATCH 013/150] configure: expand path variables for meson configure
` [PATCH 014/150] configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for Meson
` [PATCH 015/150] tests/vm: include setuptools
` [PATCH 016/150] configure: integrate Meson in the build system
` [PATCH 017/150] configure: generate Meson cross file
` [PATCH 018/150] build-sys hack: link with whole .fa archives
` [PATCH 019/150] build-sys: add meson submodule
` [PATCH 020/150] meson: move summary to meson.build
` [PATCH 021/150] meson: enable pie
` [PATCH 022/150] meson: use coverage option
` [PATCH 023/150] meson: add sparse support
` [PATCH 024/150] meson: add testsuite Makefile generator
` [PATCH 025/150] libqemuutil, qapi, trace: convert to meson
` [PATCH 026/150] meson: add remaining generated tcg trace helpers
` [PATCH 027/150] meson: add version.o
` [PATCH 028/150] contrib/libvhost-user: convert to Meson
` [PATCH 029/150] tools/virtiofsd: "
` [PATCH 030/150] contrib/vhost-user-blk: "
` [PATCH 031/150] vhost-user-scsi: add compatibility for libiscsi 1.9.0
` [PATCH 032/150] contrib/vhost-user-scsi: convert to Meson
` [PATCH 033/150] contrib/rdmacm-mux: "
` [PATCH 034/150] contrib/vhost-user-input: convert to meson
` [PATCH 035/150] contrib/vhost-user-gpu: "
` [PATCH 036/150] contrib/ivshmem: "
` [PATCH 037/150] contrib/elf2dmp: "
` [PATCH 038/150] meson: add macos dependencies
` [PATCH 039/150] meson: add solaris and Haiku libraries
` [PATCH 040/150] meson: convert qemu-ga
` [PATCH 041/150] meson: convert vss-win32
` [PATCH 042/150] meson: add msi generation
` [PATCH 043/150] meson: convert dummy Windows qga/qemu-ga target
` [PATCH 044/150] meson: add qemu-bridge-helper
` [PATCH 045/150] meson: add qemu-keymap
` [PATCH 046/150] meson: add qemu-edid
` [PATCH 047/150] meson: add virtfs-proxy-helper
` [PATCH 048/150] meson: keymap-gen
` [PATCH 049/150] meson: generate qemu-version.h
` [PATCH 050/150] meson: generate shader headers
` [PATCH 051/150] meson: generate hxtool files
` [PATCH 052/150] meson: handle edk2 bios and descriptors
` [PATCH 053/150] meson: convert check-decodetree
` [PATCH 054/150] meson: convert tests/fp and check-softfloat
` [PATCH 055/150] meson: convert check-qapi-schema
` [PATCH 056/150] meson: convert qom directory to Meson (tools part)
` [PATCH 057/150] meson: convert authz directory to Meson
` [PATCH 058/150] meson: convert crypto "
` [PATCH 059/150] meson: convert io "
` [PATCH 060/150] meson: convert target/s390x/gen-features.h
` [PATCH 061/150] meson: infrastructure for building emulators
` [PATCH 062/150] meson: add modules infrastructure
` [PATCH 063/150] meson: convert chardev directory to Meson (tools part)
` [PATCH 064/150] meson: convert block
` [PATCH 065/150] meson: qemu-{img,io,nbd}
` [PATCH 066/150] meson: qemu-pr-helper
` [PATCH 067/150] configure, Makefile; remove TOOLS and HELPERS-y variable
` [PATCH 068/150] meson: convert chardev directory to Meson (emulator part)
` [PATCH 069/150] meson: convert tests/qtest to meson
` [PATCH 070/150] meson: convert audio directory to Meson
` [PATCH 071/150] meson: convert ui "
` [PATCH 072/150] meson: convert root "
` [PATCH 073/150] meson: convert most of softmmu/
` [PATCH 074/150] meson: convert trace/
` [PATCH 075/150] meson: convert dump/
` [PATCH 076/150] meson: convert common QMP bits for qemu and qemu-storage-daemon
` [PATCH 077/150] meson: convert qemu-storage-daemon
` [PATCH 078/150] meson: convert replay directory to Meson
` [PATCH 079/150] meson: convert migration "
` [PATCH 080/150] meson: convert net "
` [PATCH 081/150] meson: convert backends "
` [PATCH 082/150] meson: convert fsdev/
` [PATCH 083/150] meson: convert disas directory to Meson
` [PATCH 084/150] meson: convert qapi-specific to meson
` [PATCH 085/150] meson: convert hw/xen
` [PATCH 086/150] meson: convert hw/core
` [PATCH 087/150] meson: convert hw/semihosting
` [PATCH 088/150] meson: convert hw/nubus
` [PATCH 089/150] meson: convert hw/smbios
` [PATCH 090/150] meson: convert hw/mem
` [PATCH 091/150] meson: convert hw/watchdog
` [PATCH 092/150] meson: convert hw/virtio
` [PATCH 093/150] meson: convert hw/vfio
` [PATCH 094/150] meson: convert hw/usb
` [PATCH 095/150] meson: convert hw/tpm
` [PATCH 096/150] meson: convert hw/timer
` [PATCH 097/150] meson: convert hw/rtc
` [PATCH 098/150] meson: convert hw/ssi
` [PATCH 099/150] meson: convert hw/sd
` [PATCH 100/150] meson: convert hw/scsi
` [PATCH 101/150] meson: convert hw/pcmcia
` [PATCH 102/150] meson: convert hw/pci-host
` [PATCH 103/150] meson: convert hw/pci-bridge
` [PATCH 104/150] meson: convert hw/pci
` [PATCH 105/150] meson: convert hw/nvram
` [PATCH 106/150] meson: convert hw/rdma
` [PATCH 107/150] meson: convert hw/net
` [PATCH 108/150] meson: convert hw/misc
` [PATCH 109/150] meson: convert hw/isa
` [PATCH 110/150] meson: convert hw/ipmi
` [PATCH 111/150] meson: convert hw/ipack
` [PATCH 112/150] meson: convert hw/intc
` [PATCH 113/150] meson: convert hw/input
` [PATCH 114/150] meson: convert hw/ide
` [PATCH 115/150] meson: convert hw/i2c
` [PATCH 116/150] meson: convert hw/hyperv
` [PATCH 117/150] meson: convert hw/gpio
` [PATCH 118/150] meson: convert hw/dma
` [PATCH 119/150] meson: convert hw/display
` [PATCH 120/150] meson: convert hw/cpu
` [PATCH 121/150] meson: convert hw/char
` [PATCH 122/150] meson: convert hw/block
` [PATCH 123/150] meson: convert hw/audio
` [PATCH 124/150] meson: convert hw/adc
` [PATCH 125/150] meson: convert hw/acpi
` [PATCH 126/150] meson: convert hw/9pfs, cleanup
` [PATCH 127/150] meson: convert hw/arch*
` [PATCH 128/150] meson: target
` [PATCH 129/150] meson: accel
` [PATCH 130/150] meson: linux-user
` [PATCH 131/150] meson: bsd-user
` [PATCH 132/150] meson: cpu-emu
` [PATCH 133/150] meson: plugins
` [PATCH 134/150] meson: link emulators without Makefile.target
` [PATCH 135/150] meson: convert systemtap files
` [PATCH 136/150] rules.mak: remove version.o
` [PATCH 137/150] remove Makefile.target
` [PATCH 138/150] meson: sphinx-build
` [PATCH 139/150] docs: automatically track manual dependencies
` [PATCH 140/150] meson: build texi doc
` [PATCH 141/150] meson: convert check-block
` [PATCH 142/150] rules.mak: drop unneeded macros
` [PATCH 143/150] meson: replace create-config with meson configure_file
` [PATCH 145/150] meson: move SDL and SDL-image detection to meson
` [PATCH 147/150] meson: convert po/
` [PATCH 148/150] meson: avoid unstable module warning with Meson 0.56.0 or newer
` [PATCH 149/150] meson: update build-system documentation

[PATCH 0/7] hw/sd: Use sdbus_read_data/sdbus_write_data for multiple bytes access
 2020-08-14  9:23 UTC  (5+ messages)
` [PATCH 1/7] hw/sd: Rename read/write_data() as read/write_byte()
` [PATCH 4/7] hw/sd: Add sdbus_write_data() to write multiples bytes on the data line
` [PATCH 5/7] hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possible
` [PATCH 7/7] hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() "

[PATCH v2 00/10] *** A Method for evaluating dirty page rate ***
 2020-08-14  9:32 UTC  (7+ messages)
` [PATCH v2 01/10] migration/dirtyrate: Add get_dirtyrate_thread() function
` [PATCH v2 02/10] migration/dirtyrate: Add RamlockDirtyInfo to store sampled page info
` [PATCH v2 04/10] migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
` [PATCH v2 05/10] migration/dirtyrate: Record hash results for each sampled page
` [PATCH v2 06/10] migration/dirtyrate: Compare page hash results for recorded "
` [PATCH v2 07/10] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE

[PATCH v2] block/vhdx: Support vhdx image only with 512 bytes logical sector size
 2020-08-14  9:10 UTC  (2+ messages)

[PATCH 0/3] float16 APIs and alternative sNaN handling
 2020-08-14  8:59 UTC  (4+ messages)
` [PATCH 2/3] softfloat: add APIs to handle alternative sNaN propagation

QEMU latest release riscv32-softmmu not working
 2020-08-14  8:45 UTC  (2+ messages)

[PATCH 0/7] block: Use definitions instead of magic values
 2020-08-14  8:28 UTC  (8+ messages)
` [PATCH 1/7] block/null: Make more explicit the driver default size is 1GiB
` [PATCH 2/7] hw/ide/core: Trivial typo fix
` [PATCH 3/7] hw/ide/core: Replace magic '512' value by BDRV_SECTOR_SIZE
` [PATCH 4/7] hw/ide/ahci: "
` [PATCH 5/7] hw/ide/atapi: "
` [PATCH 6/7] hw/ide/pci: "
` [PATCH 7/7] hw/scsi/scsi-disk: "

[PATCH v5 00/14] QEMU cpus.c refactoring part2
 2020-08-14  7:49 UTC  (3+ messages)

[PATCH] configure: Require pixman for vhost-user-gpu
 2020-08-14  7:46 UTC  (3+ messages)

[PULL 0/3] Fixes 20200724 patches
 2020-08-14  7:37 UTC  (5+ messages)
` [PULL 3/3] configure: Allow to build tools without pixman

[Qemu-devel] [Bug 1840719] [NEW] win98se floppy fails to boot with isapc machine
 2020-08-14  6:31 UTC  (2+ messages)
` [Bug 1840719] "

device compatibility interface for live migration with assigned devices
 2020-08-14  5:16 UTC  (11+ messages)

[PATCH] target/riscv: Fix bug in getting trap cause name for trace_riscv_trap
 2020-08-14  4:23 UTC  (2+ messages)

[PATCH v2] nvram: Exit QEMU if NVRAM cannot contain all -prom-env data
 2020-08-14  3:34 UTC  (2+ messages)

[PATCH] spapr/xive: Use xive_source_esb_len()
 2020-08-14  3:36 UTC  (3+ messages)

[PATCH 00/14] ppc/spapr: Error handling fixes and cleanups
 2020-08-14  3:32 UTC  (5+ messages)
` [PATCH 01/14] spapr: Simplify error handling in spapr_phb_realize()

[RFC v3 00/71] target/riscv: support vector extension v1.0
 2020-08-14  3:12 UTC  (7+ messages)
` [RFC v3 12/71] target/riscv: rvv-1.0: add fractional LMUL
` [RFC v3 26/71] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns

[PATCH 1/2] target/mips: Coding style update to fix checkpatch errors
 2020-08-14  2:48 UTC  (5+ messages)
` [PATCH 2/2] target/mips: Add definition of Loongson-3A3000 CPU

[RFC PATCH v2 0/3] target/mips: Report unimplemented cache() operations
 2020-08-14  2:44 UTC  (5+ messages)
` [RFC PATCH v2 1/3] target/mips/op_helper: Convert multiple if() to switch case
` [RFC PATCH v2 2/3] target/mips/op_helper: Document Invalidate/Writeback opcodes as no-op

[PATCH] qcow2: flush qcow2 l2 meta for new allocated clusters
 2020-08-14  2:26 UTC  (5+ messages)

[PATCH] hw: virtio-mem: detach the element fromt the virtqueue when error occurs
 2020-08-14  1:01 UTC  (3+ messages)

[PATCH] hw: virtio-gpu: remove duplicated 'virtqueue_pop'
 2020-08-14  0:52 UTC  (3+ messages)

[PATCH 0/2] migration: add vsock channel support
 2020-08-14  0:31 UTC  (4+ messages)
` [PATCH 2/2] migration: add vsock as data "


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