qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-13 18:12:08 to 2020-04-14 17:03:11 UTC [more...]

[PATCH-for-5.1] gdbstub: Rename GByteArray variable 'mem_buf' as 'array'
 2020-04-14 13:38 UTC  (4+ messages)

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-14 16:30 UTC  (30+ messages)
` [PATCH v4 07/30] qcow2: Document the Extended L2 Entries feature
` [PATCH v4 11/30] qcow2: Add l2_entry_size()
` [PATCH v4 12/30] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v4 13/30] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v4 14/30] qcow2: Add cluster type parameter to qcow2_get_host_offset()
` [PATCH v4 20/30] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v4 30/30] iotests: Add tests for qcow2 images with extended L2 entries

[Qemu devel PATCH v5 0/3] Add SmartFusion2 EMAC block
 2020-04-14 15:02 UTC  (2+ messages)
` [Qemu devel PATCH v5 1/3] hw/net: Add Smartfusion2 emac block

[PATCH-for-5.0 00/12] various bugfixes
 2020-04-14 13:30 UTC  (9+ messages)
` [PATCH-for-5.0 01/12] Revert "prevent crash when executing guest-file-read with large count"
` [PATCH-for-5.0 02/12] qga: Extract guest_file_handle_find() to commands-common.h
` [PATCH-for-5.0 04/12] qga: Restrict guest-file-read count to 48 MB to avoid crashes
` [PATCH-for-5.0 06/12] hw/openrisc/pic_cpu: Use qdev gpio rather than qemu_allocate_irqs()
` [PATCH-for-5.0 07/12] hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registers
` [PATCH-for-5.0 09/12] hw/display/sm501: Avoid heap overflow in sm501_2d_operation()
` [PATCH-for-5.0 10/12] hw/block/pflash: Check return value of blk_pwrite()
` [PATCH-for-5.0 11/12] gdbstub: Do not use memset() on GByteArray

[Qemu devel PATCH v4 0/3] Add SmartFusion2 EMAC block
 2020-04-14 13:35 UTC  (11+ messages)
` [Qemu devel PATCH v4 1/3] hw/net: Add Smartfusion2 emac block
` [Qemu devel PATCH v4 2/3] msf2: Add EMAC block to SmartFusion2 SoC
` [Qemu devel PATCH v4 3/3] tests/boot_linux_console: Add ethernet test to SmartFusion2

m68k: gdbstub crashing setting float register on cfv4e cpu
 2020-04-14 16:56 UTC  (2+ messages)

[PATCH-for-5.0 v2 0/2] gdbstub: Introduce gdb_get_float32/gdb_get_float64 helpers
 2020-04-14 14:32 UTC  (3+ messages)
` [PATCH-for-5.0 v2 1/2] gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
` [PATCH-for-5.0 v2 2/2] gdbstub: Introduce gdb_get_float64() to get 64-bit "

[PATCH] .gitignore: include common build sub-directories
 2020-04-14 16:39 UTC  (11+ messages)

[PATCH] block/nvme: Remove memory leak
 2020-04-14 15:17 UTC 

[PULL 0/3] More misc patches for QEMU 5.0-rc3
 2020-04-14 16:39 UTC  (4+ messages)
` [PULL 1/3] hostmem: set default prealloc_threads to valid value
` [PULL 2/3] tests: numa: test one backend with prealloc enabled
` [PULL 3/3] hax: Windows doesn't like posix device names

[PATCH-for-5.0] gdbstub: Do not use memset() on GByteArray
 2020-04-14 16:09 UTC  (6+ messages)

[PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up
 2020-04-14 14:58 UTC  (22+ messages)
` [PATCH for-5.1 1/8] tests-qemu-opts: Cover has_help_option(), qemu_opt_has_help_opt()
` [PATCH for-5.1 2/8] qemu-options: Factor out get_opt_name_value() helper
` [PATCH for-5.1 3/8] qemu-option: Fix sloppy recognition of "id=..." after ", , "
  ` [PATCH for-5.1 3/8] qemu-option: Fix sloppy recognition of "id=..." after ",,"
` [PATCH for-5.1 4/8] qemu-option: Avoid has_help_option() in qemu_opts_parse_noisily()
` [PATCH for-5.1 5/8] qemu-option: Fix has_help_option()'s sloppy parsing
` [PATCH for-5.1 6/8] test-qemu-opts: Simplify test_has_help_option() after bug fix
` [PATCH for-5.1 8/8] qemu-option: Move is_valid_option_list() to qemu-img.c and rewrite

[PATCH-for-5.0 v3 0/2] gdbstub: Introduce gdb_get_float32/gdb_get_float64 helpers
 2020-04-14 16:38 UTC  (3+ messages)
` [PATCH-for-5.0 v3 1/2] gdbstub: Introduce gdb_get_float32() to get 32-bit float registers
` [PATCH-for-5.0 v3 2/2] gdbstub: Introduce gdb_get_float64() to get 64-bit "

[PATCH-for-5.0] gdbstub: Introduce gdb_get_freg32() to get float32 registers
 2020-04-14 15:22 UTC  (3+ messages)

cscope redundant chars
 2020-04-14 14:35 UTC 

[PATCH for-5.0? 0/3] Make docs build work with Sphinx 3
 2020-04-14 15:53 UTC  (12+ messages)
` [PATCH for-5.0? 1/3] configure: Honour --disable-werror for Sphinx
` [PATCH for-5.0? 3/3] kernel-doc: Use c:struct for Sphinx 3.0 and later
` Supported Sphinx Versions (was: Re: [PATCH for-5.0? 0/3] Make docs build work with Sphinx 3)
      ` Supported Sphinx Versions

[for-5.0] Deprecate KVM support for AArch32
 2020-04-14 16:29 UTC  (3+ messages)

[PULL 00/12] target-arm queue
 2020-04-14 16:26 UTC  (13+ messages)
` [PULL 01/12] osdep.h: Drop no-longer-needed Coverity workarounds
` [PULL 02/12] thread.h: Fix Coverity version of qemu_cond_timedwait()
` [PULL 03/12] thread.h: Remove trailing semicolons from Coverity qemu_mutex_lock() etc
` [PULL 04/12] linux-user/flatload.c: Use "" for include of QEMU header target_flat.h
` [PULL 05/12] scripts/run-coverity-scan: Script to run Coverity Scan build
` [PULL 06/12] scripts/coverity-scan: Add Docker support
` [PULL 07/12] docs: Improve our gdbstub documentation
` [PULL 08/12] configure: Honour --disable-werror for Sphinx
` [PULL 09/12] scripts/kernel-doc: Add missing close-paren in c:function directives
` [PULL 10/12] kernel-doc: Use c:struct for Sphinx 3.0 and later
` [PULL 11/12] docs: Require Sphinx 1.6 or better
` [PULL 12/12] Deprecate KVM support for AArch32

[PATCH for-5.0] qcow2: Add incompatibility note between backing files and raw external data files
 2020-04-14 16:10 UTC  (4+ messages)

[for-5.0] docs: Require Sphinx 1.6 or better
 2020-04-14 16:17 UTC  (2+ messages)

[PATCH-for-5.1 v3 00/23] various: Fix error-propagation with Coccinelle scripts (part 2)
 2020-04-14 13:24 UTC  (12+ messages)
` [PATCH-for-5.1 v3 01/23] scripts/coccinelle: Catch missing error_propagate() calls in realize()
` [PATCH-for-5.1 v3 07/23] hw/riscv/sifive: Add missing error-propagation code
` [PATCH-for-5.1 v3 08/23] hw/arm/armv7m: "
` [PATCH-for-5.1 v3 10/23] hw/microblaze/xlnx-zynqmp-pmu: "
` [PATCH-for-5.1 v3 11/23] hw/pci-host/pnv_phb3: "

[PATCH-for-5.1 v3 00/24] various: Fix error-propagation with Coccinelle scripts (part 1)
 2020-04-14 13:17 UTC  (35+ messages)
` [PATCH-for-5.1 v3 01/24] various: Remove suspicious '\' character outside of #define in C code
` [PATCH-for-5.1 v3 02/24] scripts/coccinelle: Script to simplify DeviceClass error propagation
` [PATCH-for-5.1 v3 03/24] hw/arm/allwinner-a10: Move some code from realize() to init()
` [PATCH-for-5.1 v3 11/24] hw/arm/msf2-soc: Store MemoryRegion in MSF2State
` [PATCH-for-5.1 v3 12/24] hw/arm/stm32f205_soc: Store MemoryRegion in STM32F205State
` [PATCH-for-5.1 v3 13/24] hw/arm/stm32f205_soc: Move some code from realize() to init()
` [PATCH-for-5.1 v3 14/24] hw/arm/xlnx-zynqmp: Use single propagate_error() call
` [PATCH-for-5.1 v3 16/24] hw/arm/xlnx-zynqmp: Move some code from realize() to init()
` [PATCH-for-5.1 v3 17/24] hw/microblaze/xlnx-zynqmp-pmu: "
` [PATCH-for-5.1 v3 18/24] hw/pci-host/pnv_phb3: "
` [PATCH-for-5.1 v3 19/24] hw/riscv/sifive_e: "
` [PATCH-for-5.1 v3 20/24] hw/riscv/sifive_u: Use single type_init()
` [PATCH-for-5.1 v3 21/24] hw/riscv/sifive_u: Move some code from realize() to init()
` [PATCH-for-5.1 v3 22/24] hw/riscv/sifive_u: Store MemoryRegion in SiFiveUSoCState
` [PATCH-for-5.1 v3 23/24] hw/riscv/sifive_u: Move some code from realize() to init()
` [PATCH-for-5.1 v3 24/24] hw/riscv/sifive_u: Rename MachineClass::init()

[PATCH-for-5.1 v3 3/7] scripts/coccinelle: Find eventually missing error_propagate() calls
 2020-04-14 12:50 UTC  (2+ messages)

[PATCH-for-5.1 v3 1/7] scripts/coccinelle: Use &error_abort in TypeInfo::instance_init()
 2020-04-14 12:45 UTC  (2+ messages)

[PATCH-for-5.0 0/3] virtio,vhost-gpu: Release memory returned by malloc() with free()
 2020-04-14 12:40 UTC  (4+ messages)
` [PATCH-for-5.0 0/3] virtio, vhost-gpu: "

qcow2: Zero-initialization of external data files
 2020-04-14 12:34 UTC  (12+ messages)

[PATCH 0/3] hw: Use qdev gpio rather than qemu_allocate_irqs()
 2020-04-14 12:24 UTC  (9+ messages)
` [PATCH-for-5.1 1/3] hw/ide/ahci: "
` [PATCH-for-5.0? 3/3] hw/openrisc/pic_cpu: "

[PATCH v2 0/6] Automation of Coverity Scan uploads (via Docker)
 2020-04-14 12:14 UTC  (6+ messages)
` [PATCH v2 5/6] scripts/run-coverity-scan: Script to run Coverity Scan build
` [PATCH v2 6/6] scripts/coverity-scan: Add Docker support

Replace GSource with AioContext for chardev
 2020-04-14 12:13 UTC  (7+ messages)

[PATCH-for-5.1 0/3] various: Remove unnecessary casts
 2020-04-14 11:31 UTC  (9+ messages)
` [PATCH-for-5.1 1/3] target: Remove unnecessary CPU() cast
` [PATCH-for-5.1 2/3] various: Remove unnecessary OBJECT() cast
` [PATCH-for-5.1 3/3] hw: Remove unnecessary DEVICE() cast

[PATCH] target/ppc: Fix mtmsr(d) L=1 variant that loses interrupts
 2020-04-14 11:11 UTC 

[PATCH] spapr_nvdimm.c: make 'label-size' mandatory
 2020-04-14 11:04 UTC  (3+ messages)

[PATCH for 5.0-rc3 v1 00/11] more random fixes
 2020-04-14 10:17 UTC  (7+ messages)
` [PATCH v1 09/11] gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdb
` [PATCH v1 11/11] .travis.yml: Build OSX 10.14 with Xcode 10.0

[PATCH 0/7] hw/sparc/leon3: Few fixes and disable HelenOS test
 2020-04-14 10:00 UTC  (5+ messages)

[PATCH RESEND v3 0/2] Makefile: libfdt: build only the strict necessary
 2020-04-14  9:40 UTC  (4+ messages)
` [PATCH RESEND v3 2/2] Makefile: remove old compatibility gunks

[PATCH v3 0/3] drop writes to read-only ram device & vfio regions
 2020-04-14  9:37 UTC  (7+ messages)
` [PATCH v3 1/3] memory: drop guest writes to read-only ram device regions
` [PATCH v3 2/3] hw/vfio: drop guest writes to ro regions
` [PATCH v3 3/3] hw/vfio: let read-only flag take effect for mmap'd regions

[PATCH v1] nrf51: Fix last GPIO CNF address
 2020-04-14  8:56 UTC  (4+ messages)

Delaying QEMU rc3 til tomorrow
 2020-04-14  8:56 UTC 

[PATCH for-5.1 0/8] qemu-option: Fix corner cases and clean up
 2020-04-14  8:52 UTC  (3+ messages)

[Bug 1871842] [NEW] AMD CPUID leaf 0x8000'0008 reported number of cores inconsistent with ACPI.MADT
 2020-04-14  8:24 UTC  (4+ messages)

[PATCH v5 0/2] Replaced locks with lock guard macros
 2020-04-14  8:16 UTC  (6+ messages)
` [PATCH v5 2/2] lockable: replaced locks with lock guard macros where appropriate

[PATCH v2] lockable: Replace locks with lock guard macros
 2020-04-14  8:11 UTC  (2+ messages)

[PATCH] hw/rdma: Destroy list mutex when list is destroyed
 2020-04-14  8:09 UTC  (2+ messages)

[PATCH] hw/pci/pcie: Forbid hot-plug via QMP if it's disabled on the slot
 2020-04-14  8:07 UTC  (2+ messages)

[PULL 0/8] Misc patches for QEMU 5.0-rc3
 2020-04-14  7:36 UTC  (2+ messages)

[PATCH v19 QEMU 0/4] virtio-balloon: add support for free page reporting
 2020-04-14  7:36 UTC  (5+ messages)
` [PATCH v19 QEMU 4/4] memory: Do not allow direct write access to rom_device regions

[PATCH v3 0/2] Makefile: libfdt: build only the strict necessary
 2020-04-14  7:30 UTC  (3+ messages)
` [PATCH 2/2] Makefile: remove old compatibility gunks

[Bug 1872644] [NEW] MacOS host qemu-system-x86_64 -cpu host not working
 2020-04-14  7:19 UTC 

[PATCH v2] Makefile: libfdt: build only the strict necessary
 2020-04-14  7:20 UTC  (5+ messages)

[PATCH v9 0/9] Clock framework API
 2020-04-14  7:15 UTC  (5+ messages)
` [PATCH v9 5/9] docs/clocks: add device's clock documentation

[PATCH for-5.1 00/31] target/arm: SVE2, part 1
 2020-04-14  7:04 UTC  (5+ messages)
` [PATCH 21/31] target/arm: Implement SVE2 integer absolute difference and accumulate long

Boot flakiness with QEMU 3.1.0 and Clang built kernels
 2020-04-14  4:40 UTC  (4+ messages)

[PATCH 0/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-04-14  4:44 UTC  (4+ messages)

[PATCH RFC] target/arm: Implement SVE2 MATCH, NMATCH
 2020-04-13 23:42 UTC 

[PATCH] MAINTAINERS: Add myself as vhost-user-blk maintainer
 2020-04-13 22:10 UTC  (2+ messages)

[PATCH 1/3] target/mips: Support variable page size
 2020-04-13 22:06 UTC  (7+ messages)
` [PATCH 3/3] MAINTAINERS: Add myself as fulong2e co-maintainer

[PATCH-for-5.0 v2] hw/display/sm501: Avoid heap overflow in sm501_2d_operation()
 2020-04-13 22:01 UTC 

[PATCH-for-5.1 v3 2/7] various: Use &error_abort in instance_init()
 2020-04-13 21:38 UTC 

[PATCH-for-5.1 v3 4/7] migration/colo: Add missing error-propagation code
 2020-04-13 20:52 UTC  (2+ messages)
` [PATCH-for-5.1 v3 5/7] hw/mips/boston: "

[PATCH-for-5.1 v3 7/7] qga/commands-win32: Add missing error-propagation code
 2020-04-13 20:40 UTC 

[PATCH-for-5.1 v3 6/7] hw/mips/mips_malta: Use &error_abort in MachineClass::init -> create_cps
 2020-04-13 20:33 UTC 

[PULL 0/4] pc: bugfixes, maintainers
 2020-04-13 19:25 UTC  (2+ messages)

[Bug 1872237] [NEW] SysTick reload behavior emulated incorrectly
 2020-04-13 18:14 UTC  (2+ messages)
` [Bug 1872237] "

[PATCH] hax: Windows doesn't like posix device names
 2020-04-13 18:17 UTC  (3+ messages)

[Qemu-devel] [PATCH v3] net: cadence_gem: fix compilation error when debug is on
 2020-04-13 18:10 UTC  (5+ 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).