messages from 2018-10-04 16:19:26 to 2018-10-05 15:49:41 UTC [more...]
[Qemu-devel] [RFC PATCH 00/21] Trace updates and plugin RFC
2018-10-05 15:49 UTC (17+ messages)
` [Qemu-devel] [RFC PATCH 01/21] util/log: allow -dfilter to stack
` [Qemu-devel] [RFC PATCH 02/21] util/log: add qemu_dfilter_append_range()
` [Qemu-devel] [RFC PATCH 03/21] linux-user: add -dfilter progtext shortcut
` [Qemu-devel] [RFC PATCH 04/21] trace: enable the exec_tb trace events
` [Qemu-devel] [RFC PATCH 05/21] trace: keep a count of trace-point hits
` [Qemu-devel] [RFC PATCH 06/21] trace: show trace point counts in the monitor
` [Qemu-devel] [RFC PATCH 07/21] accel/tcg/cputlb: convert tlb_flush debugging into trace events
` [Qemu-devel] [RFC PATCH 08/21] accel/tcg/cputlb: convert remaining tlb_debug() to "
` [Qemu-devel] [RFC PATCH 09/21] trace: suppress log output of trace points
` [Qemu-devel] [RFC PATCH 10/21] qom/cpu: add a cpu_exit trace event
` [Qemu-devel] [RFC PATCH 11/21] trace: expose a plugin fn pointer in TraceEvent
` [Qemu-devel] [RFC PATCH 12/21] configure: expose a plugin to the trace-backends
` [Qemu-devel] [RFC PATCH 13/21] tracetool: generate plugin snippets
` [Qemu-devel] [RFC PATCH 14/21] trace: add support for plugin infrastructure
` [Qemu-devel] [RFC PATCH 16/21] trace: add infrastructure for building plugins
` [Qemu-devel] [RFC PATCH 18/21] linux-user: allow dumping of plugin status at end of run
[Qemu-devel] [PATCH 0/7] Acceptance Tests: basic architecture support
2018-10-05 15:42 UTC (11+ messages)
` [Qemu-devel] [PATCH 1/7] Acceptance Tests: improve docstring on pick_default_qemu_bin()
` [Qemu-devel] [PATCH 2/7] Acceptance Tests: introduce arch parameter and attribute
` [Qemu-devel] [PATCH 3/7] scripts/qemu.py: add method and private attribute for arch
` [Qemu-devel] [PATCH 5/7] Acceptance Tests: set machine type
` [Qemu-devel] [PATCH 6/7] Acceptance Tests: add variants definition for architectures
[Qemu-devel] [PATCH] linux-user: Suppress address-of-packed-member warnings in __get/put_user_e
2018-10-05 15:25 UTC (5+ messages)
[Qemu-devel] [PATCH v2 08/11] aspeed/smc: add support for DMAs
2018-10-05 15:29 UTC (4+ messages)
[Qemu-devel] [PATCH v2 0/7] Misc MIPS fixes and improvements for October 2018
2018-10-05 15:19 UTC (8+ messages)
` [Qemu-devel] [PATCH v2 1/7] elf: Fix PT_MIPS_XXX constants
` [Qemu-devel] [PATCH v2 2/7] elf: Add MIPS_ABI_FP_XXX constants
` [Qemu-devel] [PATCH v2 3/7] elf: Add Mips_elf_abiflags_v0 structure
` [Qemu-devel] [PATCH v2 4/7] target/mips: Add bit definitions for DSP R3 ASE
` [Qemu-devel] [PATCH v2 5/7] target/mips: Add availability control "
` [Qemu-devel] [PATCH v2 6/7] target/mips: Add opcodes for nanoMIPS EVA instructions
` [Qemu-devel] [PATCH v2 7/7] target/mips: Implement emulation of "
[Qemu-devel] [PULL v2 0/6] NBD patches through 2018-10-03
2018-10-05 15:04 UTC (2+ messages)
[Qemu-devel] [PATCH v3 00/18] fleecing-hook driver for backup
2018-10-05 15:00 UTC (7+ messages)
` [Qemu-devel] [PATCH v3 13/18] block: introduce new filter driver: fleecing-hook
[Qemu-devel] [PATCH] target/s390x/excp_helper: Remove DPRINTF() macro
2018-10-05 15:00 UTC
[Qemu-devel] [PATCH] crypto: Fix defaults in QCryptoBlockCreateOptionsLUKS
2018-10-05 14:58 UTC (2+ messages)
[Qemu-devel] [PATCH] tests: Disable test-bdrv-drain
2018-10-05 14:41 UTC (2+ messages)
[Qemu-devel] [PATCH] accel: Improve selection of the default accelerator
2018-10-05 14:40 UTC (5+ messages)
[Qemu-devel] [PATCH v2] vhost-user: define conventions for vhost-user backends
2018-10-05 14:23 UTC (3+ messages)
[Qemu-devel] [PATCH 0/4] Misc MIPS fixes and improvements for October 2018
2018-10-05 14:31 UTC (2+ messages)
[Qemu-devel] [PATCH] edid: Ignore built binary
2018-10-05 14:33 UTC (2+ messages)
[Qemu-devel] [PATCH] hw/display/qxl: Suppress clang-7 warning about misaligned atomic operation
2018-10-05 14:13 UTC (2+ messages)
[Qemu-devel] [PATCH] qxl: check qxl_phys2virt return value
2018-10-05 13:56 UTC (2+ messages)
[Qemu-devel] [PULL 0/4] Python queue, 2018-10-03
2018-10-05 13:52 UTC (2+ messages)
[Qemu-devel] [PATCH 00/10] Trivial fixes and clean ups
2018-10-05 13:51 UTC (27+ messages)
` [Qemu-devel] [PATCH 01/10] qemu-img.c: comment typo fix
` [Qemu-devel] [PATCH 02/10] tests/tcg/README: fix location for lm32 tests
` [Qemu-devel] [PATCH 03/10] qemu-iotests: make 218 executable
` [Qemu-devel] [PATCH 04/10] qemu-iotests: fix filename containing checks
` [Qemu-devel] [PATCH 06/10] thunk.c: clean up commented out definition
` [Qemu-devel] [PATCH 07/10] scripts/decodetree.py: remove unused imports
` [Qemu-devel] [PATCH 08/10] scripts/decodetree.py: fix reference to attributes
` [Qemu-devel] [PATCH 09/10] scripts/qemu.py: use a more consistent docstring style
` [Qemu-devel] [PATCH 10/10] scripts/qemu.py: remove trailing quotes on docstring
[Qemu-devel] [PATCH v2 00/15] gdbstub: support for the multiprocess extension
2018-10-05 13:50 UTC (14+ messages)
` [Qemu-devel] [PATCH v2 05/15] gdbstub: add multiprocess support to 'sC' packets
` [Qemu-devel] [PATCH v2 12/15] gdbstub: processes initialization on new peer connection
` [Qemu-devel] [PATCH v2 15/15] arm/xlnx-zynqmp: put APUs and RPUs in separate GDB groups
[Qemu-devel] [PULL 00/23] Block layer patches
2018-10-05 13:47 UTC (7+ messages)
` [Qemu-devel] [PULL 08/23] file-posix: Forbid trying to change unsupported options during reopen
` [Qemu-devel] [Qemu-block] "
[Qemu-devel] [PATCH v2 0/2] Use target_words_bigendian() for generic-loader
2018-10-05 13:32 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 1/2] cpu: Provide a proper prototype for target_words_bigendian() in a header
` [Qemu-devel] [PATCH v2 2/2] hw/core/generic-loader: Compile only once, not for each target
[Qemu-devel] [PATCH] hw/display/bcm2835_fb: Silence Coverity warning about multiply overflow
2018-10-05 13:30 UTC
[Qemu-devel] bdrv_replace_child crashes
2018-10-05 13:23 UTC
[Qemu-devel] [PATCH] edid: fix vendor default
2018-10-05 13:22 UTC (2+ messages)
[Qemu-devel] [PATCH 0/1] add exit-script option to qemu
2018-10-05 13:02 UTC (6+ messages)
[Qemu-devel] [PULL 6/7] qxl: use guest_monitor_config for local renderer
2018-10-05 12:51 UTC
[Qemu-devel] [PATCH] hw/core/generic-loader: Compile only once, not for each target
2018-10-05 12:41 UTC (6+ messages)
[Qemu-devel] [PULL v2 00/12] Option patches
2018-10-05 12:29 UTC (13+ messages)
` [Qemu-devel] [PULL v2 01/12] qdev-monitor: print help to stdout
` [Qemu-devel] [PULL v2 02/12] cutils: add qemu_pstrcmp0()
` [Qemu-devel] [PULL v2 03/12] qemu-option: add help fallback to print the list of options
` [Qemu-devel] [PULL v2 04/12] qemu-option: improve qemu_opts_print_help() output
` [Qemu-devel] [PULL v2 05/12] qom/object: fix iterating properties over a class
` [Qemu-devel] [PULL v2 06/12] qom/object: register 'type' property as class property
` [Qemu-devel] [PULL v2 07/12] tests/qom-proplist: check duplicate "bv" property registration failed
` [Qemu-devel] [PULL v2 08/12] tests/qom-proplist: check properties are not listed multiple times
` [Qemu-devel] [PULL v2 09/12] tests/qom-proplist: check class properties iterator
` [Qemu-devel] [PULL v2 10/12] vl: handle -object help
` [Qemu-devel] [PULL v2 11/12] hostmem: add some properties description
` [Qemu-devel] [PULL v2 12/12] vl: list user creatable properties when 'help' is argument
[Qemu-devel] [PATCH v2 00/12] another SysBusDevice::init to Device::realize cleanup
2018-10-05 12:22 UTC (5+ messages)
` [Qemu-devel] [PATCH v2 05/12] hw/sh4/sh_pci: Use DeviceState::realize rather than SysBusDevice::init
` [Qemu-devel] [PATCH v2 06/12] hw/pci-host/bonito: "
[Qemu-devel] [PULL 00/12] Option patches
2018-10-05 11:44 UTC (2+ messages)
[Qemu-devel] [Bug 1795527] [NEW] Malformed audio and video output stuttering after upgrade to QEMU 3.0
2018-10-05 11:38 UTC (3+ messages)
` [Qemu-devel] [Bug 1795527] "
[Qemu-devel] [PATCH] i2c: switch ddc to use the new edid generator
2018-10-05 11:27 UTC (2+ messages)
[Qemu-devel] [PULL 0/6] Chardev patches
2018-10-05 11:24 UTC (2+ messages)
[Qemu-devel] [PULL 0/4] Vga 20181005 patches
2018-10-05 11:11 UTC (5+ messages)
` [Qemu-devel] [PULL 1/4] edid: Ignore built binary
` [Qemu-devel] [PULL 2/4] hw/display/qxl: Suppress clang-7 warning about misaligned atomic operation
` [Qemu-devel] [PULL 3/4] secondary-vga: delete mmio subregions upon exit
` [Qemu-devel] [PULL 4/4] edid: fix vendor default
[Qemu-devel] [PATCH v2 0/4] softfloat: Fix division
2018-10-05 9:56 UTC (3+ messages)
` [Qemu-devel] [PATCH v2 3/4] softfloat: Specialize udiv_qrnnd for s390x
[Qemu-devel] [PATCH] hw/core/generic-loader: Set a category for the generic-loader device
2018-10-05 9:54 UTC (2+ messages)
[Qemu-devel] [PATCH] hw/arm/virt: add DT property /secure-chosen/sdtout-path being secure UART
2018-10-05 9:26 UTC (3+ messages)
[Qemu-devel] [RFC] [PATCH 0/3] qemu: arm: Migration between machines with different MIDR values
2018-10-05 9:17 UTC (5+ messages)
[Qemu-devel] [PATCH v5 00/16] memory-device: complete refactoring
2018-10-05 9:20 UTC (17+ messages)
` [Qemu-devel] [PATCH v5 01/16] memory-device: fix alignment error message
` [Qemu-devel] [PATCH v5 02/16] memory-device: fix error message when hinted address is too small
` [Qemu-devel] [PATCH v5 03/16] memory-device: improve "range conflicts" error message
` [Qemu-devel] [PATCH v5 04/16] pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug
` [Qemu-devel] [PATCH v5 05/16] memory-device: use memory device terminology in error messages
` [Qemu-devel] [PATCH v5 06/16] memory-device: introduce separate config option
` [Qemu-devel] [PATCH v5 07/16] memory-device: forward errors in get_region_size()/get_plugged_size()
` [Qemu-devel] [PATCH v5 08/16] memory-device: document MemoryDeviceClass
` [Qemu-devel] [PATCH v5 09/16] memory-device: add and use memory_device_get_region_size()
` [Qemu-devel] [PATCH v5 10/16] memory-device: factor out get_memory_region() from pc-dimm
` [Qemu-devel] [PATCH v5 11/16] memory-device: drop get_region_size()
` [Qemu-devel] [PATCH v5 12/16] memory-device: add device class function set_addr()
` [Qemu-devel] [PATCH v5 13/16] memory-device: complete factoring out pre_plug handling
` [Qemu-devel] [PATCH v5 14/16] memory-device: complete factoring out plug handling
` [Qemu-devel] [PATCH v5 15/16] memory-device: complete factoring out unplug handling
` [Qemu-devel] [PATCH v5 16/16] memory-device: trace when pre_plugging/plugging/unplugging
[Qemu-devel] [PATCH v2] secondary-vga: delete mmio subregions upon exit
2018-10-05 9:25 UTC (2+ messages)
[Qemu-devel] ACPI PCI hotplug table updates
2018-10-05 8:55 UTC (4+ messages)
[Qemu-devel] [PULL 0/1] qemu-openbios.for-upstream queue 20181005
2018-10-05 8:51 UTC (2+ messages)
` [Qemu-devel] [PULL 1/1] Update OpenBIOS images to 441a84d3 built from submodule
[Qemu-devel] [PATCH] scripts/device-crash-test: Remove devices that are not user_creatable anymore
2018-10-05 8:44 UTC
[Qemu-devel] [RFC v3 00/15] ARM virt: PCDIMM/NVDIMM at 2TB
2018-10-05 8:18 UTC (7+ messages)
[Qemu-devel] [PATCH v4 18/24] qdev: hotplug: provide do_unplug handler
2018-10-05 7:40 UTC (4+ messages)
[Qemu-devel] [PATCH] hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.c
2018-10-05 6:12 UTC (3+ messages)
[Qemu-devel] [PATCH v3] vmdk: align end of file to a sector boundary
2018-10-05 2:00 UTC (3+ messages)
[Qemu-devel] [PATCH v1 00/12] arm: Add first models of Xilinx Versal SoC
2018-10-04 22:32 UTC (13+ messages)
` [Qemu-devel] [PATCH v1 01/12] net: cadence_gem: Disable TSU feature bit
` [Qemu-devel] [PATCH v1 02/12] net: cadence_gem: Announce availability of priority queues
` [Qemu-devel] [PATCH v1 03/12] net: cadence_gem: Use uint32_t for 32bit descriptor words
` [Qemu-devel] [PATCH v1 04/12] net: cadence_gem: Add macro with max number of "
` [Qemu-devel] [PATCH v1 05/12] net: cadence_gem: Add support for extended descriptors
` [Qemu-devel] [PATCH v1 08/12] net: cadence_gem: Announce 64bit addressing support
[Qemu-devel] [RFC] target/xtensa: rework zero overhead loops implementation
2018-10-04 22:05 UTC (5+ messages)
[Qemu-devel] [PATCH v2 0/4] per-TLB lock
2018-10-04 20:15 UTC (2+ messages)
[Qemu-devel] [PATCH v5 0/5] Connect a PCIe host and graphics support to RISC-V
2018-10-04 20:06 UTC (6+ messages)
` [Qemu-devel] [PATCH v5 1/5] hw/riscv/virt: Increase the number of interrupts
` [Qemu-devel] [PATCH v5 2/5] hw/riscv/virt: Connect the gpex PCIe
` [Qemu-devel] [PATCH v5 3/5] riscv: Enable VGA and PCIE_VGA
` [Qemu-devel] [PATCH v5 4/5] hw/riscv/sifive_u: Connect the Xilinx PCIe
` [Qemu-devel] [PATCH v5 5/5] hw/riscv/virt: Connect a VirtIO net PCIe device
[Qemu-devel] [PATCH v3 0/4] softfloat: Fix division
2018-10-04 17:57 UTC (5+ messages)
` [Qemu-devel] [PATCH v3 1/4] "
` [Qemu-devel] [PATCH v3 2/4] softfloat: Specialize udiv_qrnnd for x86_64
` [Qemu-devel] [PATCH v3 3/4] softfloat: Specialize udiv_qrnnd for s390x
` [Qemu-devel] [PATCH v3 4/4] softfloat: Specialize udiv_qrnnd for ppc64
[Qemu-devel] [PATCH 00/15] another SysBusDevice::init to Device::realize cleanup
2018-10-04 17:29 UTC (3+ messages)
` [Qemu-devel] [PATCH 04/15] hw/ssi/xilinx_spi: Use DeviceState::realize rather than SysBusDevice::init
[Qemu-devel] [PATCH v5 0/9] Clock framework API
2018-10-04 17:24 UTC (3+ messages)
` [Qemu-devel] [PATCH v5 6/9] hw/misc/zynq_slcr: use standard register definition
[Qemu-devel] [PATCH v2 0/3] Linux usermode emulation user mode USB driver support
2018-10-04 17:00 UTC
[Qemu-devel] [RFC PATCH v2 0/3] acceptance tests: Test firmware checking debug console output
2018-10-04 16:19 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH v2 3/3] acceptance tests: Add EDK2 ArmVirtQemu boot and console checking test
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).