qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-08 06:33:50 to 2021-03-08 15:10:44 UTC [more...]

[PATCH v2] linux-user: Fix executable page of /proc/self/maps
 2021-03-08 10:47 UTC  (2+ messages)

[PATCH v26 00/20] i386 cleanup PART 2
 2021-03-08 15:07 UTC  (8+ messages)

[PATCH v3 00/12] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-08 15:05 UTC  (6+ messages)
` [PATCH v3 01/12] softmmu/physmem: Mark shared anonymous memory RAM_SHARED
` [PATCH v3 02/12] softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
` [PATCH v3 03/12] softmmu/physmem: Fix qemu_ram_remap() "
` [PATCH v3 05/12] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v3 06/12] util/mmap-alloc: Factor out activating of memory to mmap_activate()

[Bug 1918149] [NEW] qemu-user reports wrong fault_addr in signal handler
 2021-03-08 14:58 UTC 

[PATCH] meson: Stop if cfi is enabled with system slirp
 2021-03-08 14:58 UTC  (6+ messages)

[PATCH] ui/gtk: fix NULL pointer dereference
 2021-03-08 14:57 UTC  (12+ messages)

[RFC PATCH v2 0/8] cpu: Move CPUClass::has_work() to TCGCPUOps
 2021-03-08 14:53 UTC  (12+ messages)
` [RFC PATCH v2 1/8] sysemu/tcg: Restrict tcg_exec_init() to CONFIG_TCG
` [RFC PATCH v2 2/8] sysemu/tcg: Restrict qemu_tcg_mttcg_enabled() to TCG
` [RFC PATCH v2 3/8] target/arm: Directly use arm_cpu_has_work instead of CPUClass::has_work
` [RFC PATCH v2 6/8] cpu: Declare cpu_has_work() in 'sysemu/tcg.h'

[PATCH] virtio-net: calculating proper msix vectors on init
 2021-03-08 14:39 UTC  (3+ messages)

[PATCH v8] drivers/misc: sysgenid: add system generation id driver
 2021-03-08 14:36 UTC  (2+ messages)

[RFC] adding a generic QAPI event for failed device hotunplug
 2021-03-08 14:22 UTC  (3+ messages)

[PULL 00/18] testing, docs, semihosting move and guest-loader
 2021-03-08 14:39 UTC  (20+ messages)
` [PULL 01/18] docs/system: add a gentle prompt for the complexity to come
` [PULL 02/18] tests/docker: add a test-tcg for building then running check-tcg
` [PULL 03/18] docker: Add Hexagon image
` [PULL 04/18] tests/tcg: Use Hexagon Docker image
` [PULL 05/18] gitlab: add build-user-hexagon test
` [PULL 06/18] gitlab-ci.yml: Allow custom # of parallel linkers
` [PULL 07/18] gitlab-ci.yml: Add jobs to test CFI flags
` [PULL 08/18] tests/docker: Use --arch-only when building Debian cross image
` [PULL 09/18] .editorconfig: update the automatic mode setting for Emacs
` [PULL 10/18] hw/board: promote fdt from ARM VirtMachineState to MachineState
` [PULL 11/18] hw/riscv: migrate fdt field to generic MachineState
` [PULL 12/18] device_tree: add qemu_fdt_setprop_string_array helper
` [PULL 13/18] hw/core: implement a guest-loader to support static hypervisor guests
` [PULL 14/18] docs: move generic-loader documentation into the main manual
` [PULL 15/18] docs: add some documentation for the guest-loader
` [PULL 16/18] tests/avocado: add boot_xen tests
` [PULL 17/18] semihosting: Move include/hw/semihosting/ -> include/semihosting/
` [PULL 18/18] semihosting: Move hw/semihosting/ -> semihosting/

[PATCH] xen-block: Fix removal of backend instance via xenstore
 2021-03-08 14:38 UTC  (2+ messages)

[PATCH] ui/gtk: Remove NULL checks in gd_switch
 2021-03-08 14:09 UTC  (2+ messages)

[qemu-web RFC PATCH] _download/source.html: show the GPG fingerprint for releases
 2021-03-08 14:03 UTC  (4+ messages)

[PATCH] disas: Fix build with glib2.0 >=2.67.3
 2021-03-08 13:55 UTC  (9+ messages)

[PATCH v3 0/3] Some modifications about ram_save_host_page()
 2021-03-08 13:58 UTC  (10+ messages)
` [PATCH v3 1/3] migration/ram: Modify the code comment of ram_save_host_page()
` [PATCH v3 2/3] migration/ram: Reduce unnecessary rate limiting
` [PATCH v3 3/3] migration/ram: Optimize ram_save_host_page()

[PATCH v4 0/6] Pegasos2 emulation
 2021-03-08 13:43 UTC  (8+ messages)
` [PATCH v4 6/6] hw/ppc: Add emulation of Genesi/bPlan Pegasos II

RESEND [PATCH v2] bsd-user: Add new maintainers
 2021-03-08 13:30 UTC  (11+ messages)
` [PATCH v2] FreeBSD: Upgrade to 12.2 release

Copyright string's date needs to be updated to 2021
 2021-03-08 14:04 UTC 

[PATCH] target/mips: Use gen_load_gpr[_hi]() when possible
 2021-03-08 13:16 UTC 

[PATCH] hw/char: disable ibex uart receive if the buffer is full
 2021-03-08 13:47 UTC  (3+ messages)

[PULL v3 00/49] target-arm queue
 2021-03-08 13:47 UTC  (2+ messages)

[PATCH 0/4] virtiofsd: Avoid potential deadlocks
 2021-03-08 12:31 UTC  (5+ messages)
` [PATCH 1/4] vhost-user: Introduce nested event loop in vhost_user_read()
` [PATCH 2/4] vhost-user: Convert slave channel to QIOChannelSocket
` [PATCH 3/4] vhost-user: Monitor slave channel in vhost_user_read()
` [PATCH 4/4] virtiofsd: Release vu_dispatch_lock when stopping queue

[PULL 00/38] emulated nvme device updates
 2021-03-08 12:23 UTC  (39+ messages)
` [PULL 01/38] hw/block/nvme: introduce nvme-subsys device
` [PULL 02/38] hw/block/nvme: support to map controller to a subsystem
` [PULL 03/38] hw/block/nvme: add CMIC enum value for Identify Controller
` [PULL 04/38] hw/block/nvme: support for multi-controller in subsystem
` [PULL 05/38] hw/block/nvme: add NMIC enum value for Identify Namespace
` [PULL 06/38] hw/block/nvme: support for shared namespace in subsystem
` [PULL 07/38] hw/block/nvme: remove unused parameter in check zone write
` [PULL 08/38] hw/block/nvme: refactor zone resource management
` [PULL 09/38] hw/block/nvme: pull write pointer advancement to separate function
` [PULL 10/38] nvme: updated shared header for copy command
` [PULL 11/38] hw/block/nvme: add simple "
` [PULL 12/38] hw/block/nvme: fix Close Zone
` [PULL 13/38] hw/block/nvme: add missing mor/mar constraint checks
` [PULL 14/38] hw/block/nvme: improve invalid zasl value reporting
` [PULL 15/38] hw/block/nvme: use locally assigned QEMU IEEE OUI
` [PULL 16/38] hw/block/nvme: add broadcast nsid support flush command
` [PULL 17/38] hw/block/nvme: document 'mdts' nvme device parameter
` [PULL 18/38] hw/block/nvme: deduplicate bad mdts trace event
` [PULL 19/38] hw/block/nvme: align zoned.zasl with mdts
` [PULL 20/38] hw/block/nvme: remove unnecessary endian conversion
` [PULL 21/38] hw/block/nvme: add identify trace event
` [PULL 22/38] hw/block/nvme: fix potential compilation error
` [PULL 23/38] hw/block/nvme: add trace event for zone read check
` [PULL 24/38] hw/block/nvme: report non-mdts command size limit for dsm
` [PULL 25/38] hw/block/nvme: remove redundant len member in compare context
` [PULL 26/38] hw/block/nvme: remove block accounting for write zeroes
` [PULL 27/38] hw/block/nvme: fix strerror printing
` [PULL 28/38] hw/block/nvme: try to deal with the iov/qsg duality
` [PULL 29/38] hw/block/nvme: remove the req dependency in map functions
` [PULL 30/38] hw/block/nvme: refactor nvme_dma
` [PULL 31/38] hw/block/nvme: support namespace detach
` [PULL 32/38] hw/block/nvme: fix namespaces array to 1-based
` [PULL 33/38] hw/block/nvme: fix allocated namespace list to 256
` [PULL 34/38] hw/block/nvme: support allocated namespace type
` [PULL 35/38] hw/block/nvme: refactor nvme_select_ns_iocs
` [PULL 36/38] hw/block/nvme: support namespace attachment command
` [PULL 37/38] hw/block/nvme: support changed namespace asynchronous event
` [PULL 38/38] hw/block/nvme: support Identify NS Attached Controller List

[PATCH] target/riscv: fix vs() to return proper error code
 2021-03-08 13:38 UTC  (3+ messages)

[PATCH] MAINTAINERS: Merge the Gitlab-CI section into the generic CI section
 2021-03-08 13:34 UTC  (4+ messages)

[Bug 1915925] [NEW] ARM semihosting HEAPINFO results wrote to wrong address
 2021-03-08 13:36 UTC  (11+ messages)
` [PATCH v1 3/3] semihosting/arg-compat: fix up handling of SYS_HEAPINFO
                ` [Bug 1915925] "

[PATCH 0/4] Disable unsupported features on iOS hosts
 2021-03-08 12:28 UTC  (6+ messages)
` [PATCH 1/4] block: feature detection for host block support
` [PATCH 2/4] block: check for sys/disk.h
` [PATCH 3/4] block: detect DKIOCGETBLOCKCOUNT/SIZE before use
` [PATCH 4/4] slirp: feature detection for smbd

block/throttle and burst bucket
 2021-03-08 12:20 UTC  (6+ messages)

[PATCH v2 0/3] target/m68k: MacOS related fixes
 2021-03-08 12:11 UTC  (4+ messages)
` [PATCH v2 1/3] target/m68k: don't set SSW ATC bit for physical bus errors
` [PATCH v2 2/3] target/m68k: reformat m68k_features enum
` [PATCH v2 3/3] target/m68k: add M68K_FEATURE_UNALIGNED_DATA feature

[Qemu-devel] [Bug 1796520] [NEW] autogen crashes on qemu-sh4-user after 61dedf2af7
 2021-03-08 12:03 UTC  (2+ messages)
` [Bug 1796520] "

[PATCH 0/2] target/m68k: MacOS related fixes
 2021-03-08 12:05 UTC  (4+ messages)
` [PATCH 2/2] target/m68k: add M68K_FEATURE_NO_DALIGN feature

[RFC PATCH 00/42] target/mips: Reintroduce the R5900 CPU (with more testing)
 2021-03-08 11:57 UTC  (5+ messages)
` [RFC PATCH 11/42] target/mips/tx79: Move PCPYH opcode to decodetree

[PATCH v2 0/2] Clarify error messages pertaining to 'node-name'
 2021-03-08 11:56 UTC  (2+ messages)

[PULL v2 00/49] target-arm queue
 2021-03-08 11:52 UTC  (2+ messages)

[PATCH] migration: Remove time_t cast for OpenBSD
 2021-03-08 11:46 UTC  (2+ messages)

[PATCH v4 00/12] hw/block/nvme: metadata and end-to-end data protection support
 2021-03-08 11:32 UTC  (2+ messages)

[PATCH v2 0/2] Update libslirp & make it a subproject
 2021-03-08 11:34 UTC  (8+ messages)
` [PATCH v2 1/2] slirp: update to git master
` [PATCH v2 2/2] build-sys: make libslirp a meson subproject

[PATCH V4 0/8] hw/block/nvme: support namespace attachment
 2021-03-08 11:30 UTC  (2+ messages)

[PATCH] inet_parse: Clarify IPv6 comment and error message
 2021-03-08 11:31 UTC  (5+ messages)

[PATCH v2 0/3] Drop deprecated floppy config & bogus -drive if=T
 2021-03-08 11:23 UTC  (6+ messages)
` [PATCH v2 1/3] fdc: Drop deprecated floppy configuration

[PATCH] qom: Check for wellformed id in user_creatable_add_type()
 2021-03-08 11:17 UTC  (3+ messages)

[qemu-web PATCH] pages: update deprecation policy links to "official" manual
 2021-03-08 11:08 UTC  (3+ messages)

[PULL 00/31] Block layer patches
 2021-03-08 11:08 UTC  (3+ messages)

[RFC PATCH 00/27] vDPA software assisted live migration
 2021-03-08 10:46 UTC  (7+ messages)
` [RFC PATCH 06/27] virtio: Add virtio_queue_get_used_notify_split

[PATCH v4 0/2] replace pflash DPRINTF with trace events, fix type
 2021-03-08 10:30 UTC  (3+ messages)
` [PATCH v4 1/2] hw/pflash_cfi*: Replace DPRINTF with trace events
` [PATCH v4 2/2] hw/pflash_cfi01: Correct the type of PFlashCFI01.ro

[PATCH v3 1/2] QSLIST: add atomic replace operation
 2021-03-08 10:27 UTC  (3+ messages)
` [PATCH v3 2/2] coroutine: take exactly one batch from global pool at a time

[RFC PATCH v3 00/10] net: Handle short frames for SLiRP/TAP interfaces
 2021-03-08 10:22 UTC  (4+ messages)
` [RFC PATCH v3 02/10] net: Pad short frames to minimum size before send from SLiRP/TAP

[PATCH] target/i386/sev: Ensure sev_fw_errlist is sync with update-linux-headers
 2021-03-08 10:21 UTC  (2+ messages)

[PATCH v2 0/3] hw/lm32: Kconfig cleanups
 2021-03-08 10:19 UTC  (2+ messages)

[PATCH v2] hw/nvme: move nvme emulation out of hw/block
 2021-03-08  9:46 UTC  (3+ messages)

[PATCH v2 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-08  8:54 UTC  (9+ messages)
` [PATCH v2 8/9] util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE

[PATCH 0/4] hw/block/pflash_cfi01: Remove pflash_cfi01_get_memory()
 2021-03-08  8:20 UTC  (3+ messages)
` [PATCH 3/4] hw/xtensa/xtfpga: Get pflash MemoryRegion with sysbus_mmio_get_region()

[PATCH] virtiofsd: Add qemu version and copyright info
 2021-03-08  7:54 UTC  (2+ messages)

[PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests
 2021-03-08  7:52 UTC  (7+ messages)
` [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine
` [PATCH v3 4/5] tests/acceptance: update sunxi kernel from armbian to 5.10.16

[PATCH v5 0/5] m68k: add Virtual M68k Machine
 2021-03-08  7:33 UTC  (4+ messages)
` [PATCH v5 4/5] m68k: add a system controller

[PATCH v3] libqos/qgraph: format qgraph comments for sphinx documentation
 2021-03-08  7:32 UTC 

[Bug 1918084] [NEW] Build fails on macOS 11.2.2
 2021-03-08  7:02 UTC  (2+ messages)
` [Bug 1918084] "

[PATCH v4 0/5] m68k: add Virtual M68k Machine
 2021-03-08  6:53 UTC  (3+ messages)
` [PATCH v4 4/5] m68k: add a system controller

SubmitAPatch wiki page has broken link to coding style
 2021-03-08  6:49 UTC  (2+ messages)

[PATCH] util/osdep: Avoid mprotect() RWX->NONE on Big Sur 11.2
 2021-03-08  6:47 UTC  (2+ messages)

[PATCH v3 00/12] block/export: vhost-user-blk server tests and input validation
 2021-03-08  6:44 UTC  (5+ messages)
` [PATCH v3 03/12] libqtest: add qtest_kill_qemu()
` [PATCH v3 04/12] libqtest: add qtest_remove_abrt_handler()

[PATCH 0/3] vhost-user: warn when guest RAM is not shared
 2021-03-08  6:31 UTC  (3+ messages)
` [PATCH 1/3] tests/qtest/vhost-user-test: use share=on with memfd

[PATCH v1 0/3] semihosting/next (move from hw, heapinfo)
 2021-03-05 13:54 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).