qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 01:19:00 to 2020-01-15 16:37:14 UTC [more...]

[PATCH 00/12] linux-user: Add support for real time clock and
 2020-01-15 16:32 UTC  (11+ messages)
` [PATCH 01/12] linux-user: Add support for enabling/disabling RTC features using ioctls
` [PATCH 03/12] linux-user: Add support for getting/setting RTC periodic interrupt and epoch "
` [PATCH 04/12] linux-user: Add support for getting/setting RTC wakeup alarm "
` [PATCH 05/12] linux-user: Add support for getting/setting RTC PLL correction "
` [PATCH 06/12] linux-user: Add support for read/clear RTC voltage low detector "
` [PATCH 07/12] linux-user: Add support for getting alsa timer version and id
` [PATCH 08/12] linux-user: Add support for setting alsa timer enhanced read using ioctl
` [PATCH 11/12] linux-user: Add support for getting/setting selected alsa timer parameters using ioctls

[PATCH v2 00/86] refactor main RAM allocation to use hostmem backend
 2020-01-15 16:03 UTC  (89+ messages)
` [PATCH v2 01/86] numa: remove deprecated -mem-path fallback to anonymous RAM
` [PATCH v2 02/86] machine: introduce ram-memdev property
` [PATCH v2 03/86] machine: alias -mem-path and -mem-prealloc into memory-foo backend
` [PATCH v2 04/86] machine: introduce convenience MachineState::ram
` [PATCH v2 05/86] initialize MachineState::ram in NUMA case
` [PATCH v2 06/86] alpha:dp264: use memdev for RAM
` [PATCH v2 07/86] arm:aspeed: convert valid RAM sizes to data
` [PATCH v2 08/86] arm:aspeed: actually check RAM size
` [PATCH v2 09/86] hw:aspeed: drop warning and bogus ram_size fixup
` [PATCH v2 10/86] arm:aspeed: use memdev for RAM
` [PATCH v2 11/86] arm:collie: "
` [PATCH v2 12/86] arm:cubieboard: "
` [PATCH v2 13/86] arm:digic_boards: "
` [PATCH v2 14/86] arm:highbank: "
` [PATCH v2 15/86] arm:imx25_pdk: drop RAM size fixup
` [PATCH v2 16/86] arm:imx25_pdk: use memdev for RAM
` [PATCH v2 17/86] arm:integratorcp: "
` [PATCH v2 18/86] arm:kzm: drop RAM size fixup
` [PATCH v2 19/86] arm:kzm: use memdev for RAM
` [PATCH v2 20/86] arm:mcimx6ul-evk: "
` [PATCH v2 21/86] arm:mcimx7d-sabre: "
` [PATCH v2 22/86] arm:mps2-tz: "
` [PATCH v2 23/86] arm:mps2: "
` [PATCH v2 24/86] arm:musicpal: "
` [PATCH v2 25/86] arm:nseries: "
` [PATCH v2 26/86] arm:omap_sx1: "
` [PATCH v2 27/86] arm:palm: "
` [PATCH v2 28/86] arm:raspi: "
` [PATCH v2 29/86] arm:sabrelite: "
` [PATCH v2 30/86] arm:sbsa-ref: "
` [PATCH v2 31/86] arm:versatilepb: "
` [PATCH v2 32/86] arm:vexpress: "
` [PATCH v2 33/86] arm:virt: "
` [PATCH v2 34/86] arm:xilinx_zynq: drop RAM size fixup
` [PATCH v2 35/86] arm:xilinx_zynq: use memdev for RAM
` [PATCH v2 36/86] arm:xlnx-versal-virt: "
` [PATCH v2 37/86] arm:xlnx-zcu102: "
` [PATCH v2 38/86] s390x:s390-virtio-ccw: "
` [PATCH v2 39/86] null-machine: "
` [PATCH v2 40/86] cris:axis_dev88: "
` [PATCH v2 41/86] hw/hppa/machine: Correctly check the firmware is in PDC range
` [PATCH v2 42/86] hw/hppa/machine: Restrict the total memory size to 3GB
` [PATCH v2 43/86] hw/hppa/machine: Map the PDC memory region with higher priority
` [PATCH v2 44/86] hppa: use memdev for RAM
` [PATCH v2 45/86] x86:microvm: "
` [PATCH v2 46/86] x86:pc: "
` [PATCH v2 47/86] lm32:lm32_boards: "
` [PATCH v2 48/86] lm32:milkymist: "
` [PATCH v2 49/86] m68k:an5206: "
` [PATCH v2 50/86] m68k:mcf5208: "
` [PATCH v2 51/86] m68k:next-cube: "
` [PATCH v2 52/86] mips:boston-cube: "
` [PATCH v2 53/86] mips:mips_fulong2e: drop RAM size fixup
` [PATCH v2 54/86] mips:mips_fulong2e: use memdev for RAM
` [PATCH v2 55/86] mips:mips_jazz: "
` [PATCH v2 56/86] mips:mips_malta: "
` [PATCH v2 57/86] mips:mips_mipssim: "
` [PATCH v2 58/86] mips:mips_r4k: "
` [PATCH v2 59/86] ppc:e500: drop RAM size fixup
` [PATCH v2 60/86] ppc:e500: use memdev for RAM
` [PATCH v2 61/86] ppc:mac_newworld: "
` [PATCH v2 62/86] ppc:mac_oldworld: "
` [PATCH v2 63/86] ppc:pnv: "
` [PATCH v2 64/86] ppc:ppc405_boards: add RAM size checks
` [PATCH v2 65/86] ppc:ppc405_boards: use memdev for RAM
` [PATCH v2 66/86] ppc/{ppc440_bamboo,sam460x}: drop RAM size fixup
` [PATCH v2 67/86] ppc:ppc440_bamboo/sam460ex: use memdev for RAM
` [PATCH v2 68/86] ppc:prep: "
` [PATCH v2 69/86] ppc:spapr: "
` [PATCH v2 70/86] ppc:virtex_ml507: remove unused arguments
` [PATCH v2 71/86] ppc:virtex_ml507: use memdev for RAM
` [PATCH v2 72/86] sparc:leon3: "
` [PATCH v2 73/86] sparc:sun4m: "
` [PATCH v2 74/86] sparc:niagara: "
` [PATCH v2 75/86] remove no longer used memory_region_allocate_system_memory()
` [PATCH v2 76/86] post conversion default_ram_id cleanup
` [PATCH v2 77/86] exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()
` [PATCH v2 78/86] exec: drop bogus mem_path from qemu_ram_alloc_from_fd()
` [PATCH v2 79/86] make mem_path local variable
` [PATCH v2 80/86] hostmem: introduce "prealloc-threads" property
` [PATCH v2 81/86] hostmem: fix strict bind policy
` [PATCH v2 82/86] numa: forbid '-numa node, mem' for 5.0 and newer machine types
  ` [libvirt] "
` [PATCH v2 83/86] tests:numa-test: make top level args dynamic and g_autofree(cli) cleanups
` [PATCH v2 84/86] tests:numa-test: use explicit memdev to specify node RAM
` [PATCH v2 85/86] numa: make exit() usage consistent
` [PATCH v2 86/86] numa: remove deprecated implicit RAM distribution between nodes

[PATCH v6 0/8] blockdev: Fix AioContext handling for various blockdev actions
 2020-01-15 15:27 UTC  (6+ messages)
` [PATCH v6 6/8] blockdev: Acquire AioContext on dirty bitmap functions
` [PATCH v6 7/8] blockdev: Return bs to the proper context on snapshot abort

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-01-15 15:11 UTC  (4+ messages)
` [PATCH v22 2/9] docs: APEI GHES generation and CPER record description

[PATCH v12 00/13] VIRTIO-IOMMU device
 2020-01-15 15:04 UTC  (12+ messages)
` [PATCH v12 05/13] virtio-iommu: Endpoint and domains structs and helpers
` [PATCH v12 09/13] virtio-iommu: Implement fault reporting

[PATCH v3 0/4] qmp: Optionally run handlers in coroutines
 2020-01-15 14:59 UTC  (6+ messages)
` [PATCH v3 1/4] qapi: Add a 'coroutine' flag for commands
` [PATCH v3 2/4] vl: Initialise main loop earlier
` [PATCH v3 3/4] qmp: Move dispatcher to a coroutine
` [PATCH v3 4/4] block: Mark 'block_resize' as coroutine

[PATCH] hw/input: Do not enable CONFIG_PCKBD by default
 2020-01-15 14:45 UTC  (4+ messages)

[PATCH v2 0/4] luks: add qemu-img measure support
 2020-01-15 14:35 UTC  (8+ messages)
` [PATCH v2 1/4] luks: extract block_crypto_calculate_payload_offset()
` [PATCH v2 2/4] luks: implement .bdrv_measure()

[PATCH 051/104] virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV
 2020-01-15 14:34 UTC  (3+ messages)

[PATCH v3 1/3] target/riscv: Fix tb->flags FS status
 2020-01-15 14:27 UTC  (7+ messages)
` [PATCH v3 2/3] target/riscv: fsd/fsw doesn't dirty FP state
` [PATCH v3 3/3] target/riscv: update mstatus.SD when FS is set dirty

[PATCH v2] qcow2: Use a GString in report_unsupported_feature()
 2020-01-15 14:23 UTC  (2+ messages)

[PATCH] qcow2: Use a GString in report_unsupported_feature()
 2020-01-15 14:23 UTC  (6+ messages)

Making QEMU easier for management tools and applications
 2020-01-15 14:02 UTC  (14+ messages)

[PATCH v1] hw/i386: disable smbus migration for xenpv
 2020-01-15 13:51 UTC  (2+ messages)

[PATCH] tests: acpi: update path in rebuild-expected-aml
 2020-01-15 13:45 UTC  (4+ messages)

Semihosting, arm, riscv, ppc and common code
 2020-01-15 13:32 UTC  (10+ messages)

[Xen-devel] [PATCH 6/6] xen-pt: Round pci regions sizes to XEN_PAGE_SIZE
 2020-01-15  8:33 UTC  (5+ messages)

[PATCH 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-01-15 13:14 UTC  (2+ messages)

[PATCH v2 0/4] qmp: Optionally run handlers in coroutines
 2020-01-15 13:11 UTC  (4+ messages)

[PATCH v7 00/11] Multi-phase reset mechanism
 2020-01-15 12:36 UTC  (12+ messages)
` [PATCH v7 01/11] add device_legacy_reset function to prepare for reset api change
` [PATCH v7 02/11] hw/core/qdev: add trace events to help with resettable transition
` [PATCH v7 03/11] hw/core: create Resettable QOM interface
` [PATCH v7 04/11] hw/core: add Resettable support to BusClass and DeviceClass
` [PATCH v7 05/11] hw/core/resettable: add support for changing parent
` [PATCH v7 06/11] hw/core/qdev: handle parent bus change regarding resettable
` [PATCH v7 07/11] hw/core/qdev: update hotplug reset "
` [PATCH v7 08/11] hw/core: deprecate old reset functions and introduce new ones
` [PATCH v7 09/11] docs/devel/reset.rst: add doc about Resettable interface
` [PATCH v7 10/11] vl: replace deprecated qbus_reset_all registration
` [PATCH v7 11/11] hw/s390x/ipl: replace deprecated qdev_reset_all registration

[PATCH v2 0/3] exclude hyperv synic sections from vhost
 2020-01-15 12:12 UTC  (2+ messages)

[PATCH 0/2] Some cleanup in arm/virt/acpi
 2020-01-15 12:08 UTC  (14+ messages)
` [PATCH 2/2] arm/virt/acpi: remove _ADR from devices identified by _HID

[qemu-web PATCH] documentation: update links to readthedocs
 2020-01-15 12:01 UTC  (5+ messages)

[PATCH] virtio-9p-device: fix memleak in virtio_9p_device_unrealize
 2020-01-15 11:40 UTC  (5+ messages)

[PATCH 084/104] Virtiofsd: fix memory leak on fuse queueinfo
 2020-01-15 11:20 UTC  (2+ messages)

[PATCH] m68k: Fix regression causing Single-Step via GDB/RSP to not single step
 2020-01-15 11:03 UTC 

Feedback on multi-process QEMU muser prototype
 2020-01-15 10:58 UTC  (2+ messages)

[PATCH 0/3] linux-user: Implement x86_64 vsyscalls
 2020-01-15 10:14 UTC  (9+ messages)
` [PATCH 1/3] target/i386: Renumber EXCP_SYSCALL
` [PATCH 2/3] linux-user/i386: Split out gen_signal

[PATCH V2] vhost-user-test: fix a memory leak
 2020-01-15  9:13 UTC  (6+ messages)

[PATCH v2] vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks
 2020-01-15  8:41 UTC  (2+ messages)

[PATCH v6 00/11] error: auto propagated local_err part I
 2020-01-15  7:46 UTC  (3+ messages)
` [PATCH v6 01/11] qapi/error: add (Error **errp) cleaning APIs

[PATCH] monitor: fix memory leak in monitor_fdset_dup_fd_find_remove
 2020-01-15  7:32 UTC  (2+ messages)

[PATCH v2 1/3] target/riscv: Fix tb->flags FS status
 2020-01-15  6:16 UTC  (3+ messages)

[PATCH v5 00/22] gdbstub refactor and SVE support (+check-tcg tweaks)
 2020-01-15  5:53 UTC  (3+ messages)
` [PATCH v5 08/22] gdbstub: extend GByteArray to read register helpers

[PATCH RFC 00/12] *** mulitple RDMA channels for migration ***
 2020-01-15  2:04 UTC  (9+ messages)
` [PATCH RFC 01/12] migration: Add multiRDMA capability support
` [PATCH RFC 03/12] migration: Create the multi-rdma-channels parameter

[Bug 1849644] [NEW] QEMU VNC websocket proxy requires non-standard 'binary' subprotocol
 2020-01-15  1:43 UTC  (2+ messages)
` [Bug 1849644] "

[PATCH] vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks
 2020-01-15  1:34 UTC  (4+ 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).