qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-05 16:31:17 to 2020-10-06 07:45:58 UTC [more...]

[PULL 00/37] Build system + accel + record/replay patches for 2020-10-06
 2020-10-06  7:29 UTC  (25+ messages)
` [PULL 01/37] cpu-timers, icount: new modules
` [PULL 02/37] icount: rename functions to be consistent with the module name
` [PULL 03/37] cpus: prepare new CpusAccel cpu accelerator interface
` [PULL 04/37] cpus: extract out TCG-specific code to accel/tcg
` [PULL 05/37] cpus: extract out qtest-specific code to accel/qtest
` [PULL 06/37] cpus: extract out kvm-specific code to accel/kvm
` [PULL 07/37] cpus: extract out hax-specific code to target/i386/
` [PULL 08/37] cpus: extract out whpx-specific "
` [PULL 09/37] cpus: extract out hvf-specific code to target/i386/hvf/
` [PULL 10/37] cpus: cleanup now unneeded includes
` [PULL 11/37] cpus: remove checks for non-NULL cpus_accel
` [PULL 12/37] cpus: add handle_interrupt to the CpusAccel interface
` [PULL 15/37] hax: remove hax specific functions from global includes
` [PULL 18/37] accel/tcg: use current_machine as it is always set for softmmu
` [PULL 20/37] dtc: Convert Makefile bits to meson bits
` [PULL 23/37] configure: don't enable ASLR for --enable-debug Windows builds
` [PULL 25/37] replay: provide an accessor for rr filename
` [PULL 27/37] migration: introduce icount field for snapshots
` [PULL 30/37] replay: introduce breakpoint at the specified step
` [PULL 31/37] replay: implement replay-seek command
` [PULL 32/37] replay: flush rr queue before loading the vmstate
` [PULL 34/37] gdbstub: add reverse continue support in replay mode
` [PULL 35/37] replay: describe reverse debugging in docs/replay.txt
` [PULL 36/37] replay: create temporary snapshot at debugger connection

Emulate Rpi with QEMU fails
 2020-10-06  6:58 UTC  (7+ messages)

[RFC PATCH v3 0/7] Use ACPI PCI hot-plug for Q35
 2020-10-06  6:44 UTC  (6+ messages)

[PATCH v8 00/14] monitor: Optionally run handlers in coroutines
 2020-10-06  6:29 UTC  (6+ messages)
` [PATCH v8 02/14] monitor: Add Monitor parameter to monitor_get_cpu_index()
` [PATCH v8 10/14] hmp: Add support for coroutine command handlers
` [PATCH v8 14/14] block: Convert 'block_resize' to coroutine

[PATCH] qom: fix objects with improper parent type
 2020-10-06  5:55 UTC  (4+ messages)

[RFC PATCH 0/2] contrib/gitdm: Add more academic contributors
 2020-10-06  4:23 UTC  (8+ messages)
` [RFC PATCH 2/2] contrib/gitdm: Add more academic domains
    `  "

[RFC PATCH 00/21] contrib/gitdm: Add more companies entries
 2020-10-06  4:01 UTC  (10+ messages)
` [RFC PATCH 06/21] contrib/gitdm: Add Google to the domain map
` [RFC PATCH 08/21] contrib/gitdm: Add Mentor Graphics "
` [RFC PATCH 12/21] contrib/gitdm: Add Qualcomm "

[PATCH 0/9] nvme qemu cleanups and fixes
 2020-10-06  1:57 UTC  (5+ messages)
` [PATCH 1/9] hw/block/nvme: remove pointless rw indirection
` [PATCH 3/9] hw/block/nvme: support per-namespace smart log

[PATCH v5 00/36] qapi: static typing conversion, pt1
 2020-10-05 23:57 UTC  (39+ messages)
` [PATCH v5 01/36] docs: repair broken references
` [PATCH v5 02/36] qapi: modify docstrings to be sphinx-compatible
` [PATCH v5 03/36] qapi-gen: Separate arg-parsing from generation
` [PATCH v5 04/36] qapi: move generator entrypoint into module
` [PATCH v5 05/36] qapi: Prefer explicit relative imports
` [PATCH v5 06/36] qapi: Remove wildcard includes
` [PATCH v5 07/36] qapi: enforce import order/styling with isort
` [PATCH v5 08/36] qapi: delint using flake8
` [PATCH v5 09/36] qapi: add pylintrc
` [PATCH v5 10/36] qapi/common.py: Remove python compatibility workaround
` [PATCH v5 11/36] qapi/common.py: Add indent manager
` [PATCH v5 12/36] qapi/common.py: delint with pylint
` [PATCH v5 13/36] qapi/common.py: Replace one-letter 'c' variable
` [PATCH v5 14/36] qapi/common.py: check with pylint
` [PATCH v5 15/36] qapi/common.py: add type hint annotations
` [PATCH v5 16/36] qapi/common.py: Convert comments into docstrings, and elaborate
` [PATCH v5 17/36] qapi/common.py: move build_params into gen.py
` [PATCH v5 18/36] qapi: establish mypy type-checking baseline
` [PATCH v5 19/36] qapi/events.py: add type hint annotations
` [PATCH v5 20/36] qapi/events.py: Move comments into docstrings
` [PATCH v5 21/36] qapi/commands.py: Don't re-bind to variable of different type
` [PATCH v5 22/36] qapi/commands.py: add type hint annotations
` [PATCH v5 23/36] qapi/commands.py: enable checking with mypy
` [PATCH v5 24/36] qapi/source.py: add type hint annotations
` [PATCH v5 25/36] qapi/source.py: delint with pylint
` [PATCH v5 26/36] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v5 27/36] qapi/gen.py: add type hint annotations
` [PATCH v5 28/36] qapi/gen.py: Enable checking with mypy
` [PATCH v5 29/36] qapi/gen.py: Remove unused parameter
` [PATCH v5 30/36] qapi/gen.py: update write() to be more idiomatic
` [PATCH v5 31/36] qapi/gen.py: delint with pylint
` [PATCH v5 32/36] qapi/types.py: add type hint annotations
` [PATCH v5 33/36] qapi/types.py: remove one-letter variables
` [PATCH v5 34/36] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
` [PATCH v5 35/36] qapi/visit.py: remove unused parameters from gen_visit_object
` [PATCH v5 36/36] qapi/visit.py: add type hint annotations

[PATCH v5 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-10-05 23:08 UTC  (6+ messages)
` [PATCH v5 09/14] hw/block/nvme: Support "

[PATCH 1/2] hw/misc: add an EMC141{3,4} device model
 2020-10-05 22:55 UTC  (3+ messages)
` [PATCH 2/2] aspeed: Add support for the g220a-bmc board

[PATCH 0/5] Support RISC-V migration
 2020-10-05 22:10 UTC  (6+ messages)
` [PATCH 2/5] target/riscv: Add PMP state description
` [PATCH 3/5] target/riscv: Add H extention "

[Qemu-devel] [Bug 1772165] [NEW] qemu-system-arm: -device usb-host, bus=001, vendorid=0x04f2, productid=0x0111: Bus '001' not found
 2020-10-05 22:10 UTC  (5+ messages)
` [Bug 1772165] Re: arm raspi2/raspi3 emulation has no USB support

[PULL 00/21] machine + QOM queue, 2020-10-05
 2020-10-05 21:10 UTC  (22+ messages)
` [PULL 01/21] numa: hmat: require parent cache description before the next level one
` [PULL 02/21] hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler
` [PULL 03/21] hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()
` [PULL 04/21] hw/core/qdev-properties: Fix code style
` [PULL 05/21] hw/core/qdev-properties: Export enum-related functions
` [PULL 06/21] hw/core/qdev-properties: Export qdev_prop_enum
` [PULL 07/21] hw/core/qdev-properties: Export some integer-related functions
` [PULL 08/21] hw/core/qdev-properties: Extract system-mode specific properties
` [PULL 09/21] hw/core/cpu: Add missing 'exec/cpu-common.h' include
` [PULL 10/21] qom: Improve error message displayed with missing object properties
` [PULL 11/21] qom: Fix DECLARE_*CHECKER documentation
` [PULL 12/21] docs/devel/qom: Fix indentation of bulleted list
` [PULL 13/21] docs/devel/qom: Fix indentation of code blocks
` [PULL 14/21] docs/devel/qom: Use *emphasis* for emphasis
` [PULL 15/21] docs/devel/qom: Remove usage of <code>
` [PULL 16/21] docs/devel/qom: Avoid long lines
` [PULL 17/21] kernel-doc: Handle function typedefs that return pointers
` [PULL 18/21] kernel-doc: Handle function typedefs without asterisks
` [PULL 19/21] qom: Explicitly tag doc comments for typedefs and structs
` [PULL 20/21] memory: Explicitly tag doc comments for structs
` [PULL 21/21] kernel-doc: Remove $decl_type='type name' hack

[PATCH 0/3] docs: Include QTest protocol and libqtest API on documentation
 2020-10-05 20:52 UTC  (4+ messages)
` [PATCH 1/3] docs: Move QTest documentation to its own document
` [PATCH 2/3] docs/devel/qtest: Include protocol spec in document
` [PATCH 3/3] docs/devel/qtest: Include libqtest API reference

[PATCH v2 00/15] raspi: add the bcm2835 cprman clock manager
 2020-10-05 19:56 UTC  (16+ messages)
` [PATCH v2 01/15] hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macro
` [PATCH v2 02/15] hw/core/clock: trace clock values in Hz instead of ns
` [PATCH v2 03/15] hw/core/clock: add the clock_new helper function
` [PATCH v2 04/15] hw/arm/raspi: fix CPRMAN base address
` [PATCH v2 05/15] hw/arm/raspi: add a skeleton implementation of the CPRMAN
` [PATCH v2 06/15] hw/misc/bcm2835_cprman: add a PLL skeleton implementation
` [PATCH v2 07/15] hw/misc/bcm2835_cprman: implement PLLs behaviour
` [PATCH v2 08/15] hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation
` [PATCH v2 09/15] hw/misc/bcm2835_cprman: implement PLL channels behaviour
` [PATCH v2 10/15] hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
` [PATCH v2 11/15] hw/misc/bcm2835_cprman: implement clock mux behaviour
` [PATCH v2 12/15] hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexer
` [PATCH v2 13/15] hw/misc/bcm2835_cprman: add sane reset values to the registers
` [PATCH v2 14/15] hw/char/pl011: add a clock input
` [PATCH v2 15/15] hw/arm/bcm2835_peripherals: connect the UART clock

[PATCH v3] scripts: Convert qemu-version.sh to qemu-version.py
 2020-10-05 20:00 UTC  (2+ messages)

[PATCH v2] scripts: Convert qemu-version.sh to qemu-version.py
 2020-10-05 19:55 UTC  (5+ messages)

[PATCH 00/14] raspi: add the bcm2835 cprman clock manager
 2020-10-05 19:50 UTC  (6+ messages)
` [PATCH 10/14] hw/misc/bcm2835_cprman: implement clock mux behaviour

[PATCH] docs/devel/clocks: Include API reference using kernel-doc
 2020-10-05 19:32 UTC 

[RFC PATCH] contrib/gitdm: Add more individual contributors
 2020-10-05 19:24 UTC  (2+ messages)

[PATCH 00/16] hw/mips: Set CPU frequency
 2020-10-05 19:22 UTC  (11+ messages)
` [PATCH 01/16] hw/core/cpu: Let CPU object have a clock source

[PATCH v10 00/19] Initial support for multi-process Qemu
 2020-10-05 18:51 UTC  (20+ messages)
` [PATCH v10 01/19] memory: alloc RAM from file at offset
` [PATCH v10 02/19] multi-process: Add config option for multi-process QEMU
` [PATCH v10 03/19] multi-process: setup PCI host bridge for remote device
` [PATCH v10 04/19] multi-process: setup a machine object for remote device process
` [PATCH v10 05/19] multi-process: add qio channel function to transmit
` [PATCH v10 06/19] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v10 07/19] multi-process: Initialize message handler in remote device
` [PATCH v10 08/19] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v10 09/19] multi-process: setup memory manager for remote device
` [PATCH v10 10/19] multi-process: introduce proxy object
` [PATCH v10 11/19] multi-process: add proxy communication functions
` [PATCH v10 12/19] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v10 13/19] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v10 14/19] multi-process: Synchronize remote memory
` [PATCH v10 15/19] multi-process: create IOHUB object to handle irq
` [PATCH v10 16/19] multi-process: Retrieve PCI info from remote process
` [PATCH v10 17/19] multi-process: perform device reset in the "
` [PATCH v10 18/19] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v10 19/19] multi-process: add configure and usage information

[PATCH v10 0/9] Apply COR-filter to the block-stream permanently
 2020-10-05 18:18 UTC  (5+ messages)
` [PATCH v10 5/9] copy-on-read: limit guest COR activity to base in COR driver

[PATCH] softmmu/memory: Log invalid memory accesses
 2020-10-05 18:11 UTC  (3+ messages)

[PATCH v3 0/2] hw/virtio-pci: AER capability
 2020-10-05 17:46 UTC  (3+ messages)
` [PATCH v3 2/2] hw/virtio-pci Added "

[PATCH] tests/tcg/linux-test: Adjust getsockname for musl
 2020-10-05 17:29 UTC  (3+ messages)

[PATCH v5 1/1] accel/tcg: Fix computing of is_write for MIPS
 2020-10-05 17:27 UTC  (2+ messages)

[PATCH] qom: Improve error message displayed with missing object properties
 2020-10-05 17:20 UTC  (4+ messages)

[PATCH] scripts: Convert qemu-version.sh to qemu-version.py
 2020-10-05 17:18 UTC 

[PATCH 0/4] Convert remaining submodules to meson, cleanup env var handling
 2020-10-05 17:15 UTC  (2+ messages)

[RFC PATCH] scripts/qemu-version.sh: Always describe tag version
 2020-10-05 17:01 UTC  (2+ messages)

[PATCH v2 0/6] spapr/xive: Activate StoreEOI in P10 compat guests
 2020-10-05 16:51 UTC  (7+ messages)
` [PATCH v2 1/6] spapr/xive: Introduce a StoreEOI capability
` [PATCH v2 2/6] spapr/xive: Add a warning when StoreEOI is activated on POWER8 CPUs
` [PATCH v2 3/6] spapr/xive: Add a warning when StoreEOI is activated on POWER9 CPUs
` [PATCH v2 4/6] spapr/xive: Enforce load-after-store ordering
` [PATCH v2 5/6] spapr/xive: Activate StoreEOI at the source level
` [PATCH v2 6/6] spapr/xive: Introduce a new CAS value for the StoreEOI capability

[PATCH v4 0/6] Enable plugin support on msys2/mingw
 2020-10-05 16:28 UTC  (6+ messages)
` [PATCH v4 1/6] plugins: Fixes a issue when dlsym failed, the handle not closed
` [PATCH v4 3/6] plugin: getting qemu_plugin_get_hwaddr only expose one function prototype
` [PATCH v4 4/6] plugin: Fixes typo in qemu-plugin.h
` [PATCH v4 5/6] plugin: Getting qemu-plugin works under win32
` [PATCH v4 6/6] cirrus: Enable plugin in cirrus for windows

[PATCH v8 000/133] Fixes curses on msys2/mingw
 2020-10-05 15:59 UTC  (2+ 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).