messages from 2020-10-27 12:37:56 to 2020-10-27 16:21:05 UTC [more...]
[qemu-web PATCH v2 00/16] Re-design the QEMU home page to better present information
2020-10-27 16:19 UTC (19+ messages)
` [qemu-web PATCH v2 01/16] Convert files to UNIX line endings
` [qemu-web PATCH v2 02/16] gitlab: introduce a CI job to publish the site content
` [qemu-web PATCH v2 03/16] make all links be relative to the root
` [qemu-web PATCH v2 04/16] Make page header nav narrower
` [qemu-web PATCH v2 05/16] Introduce support for "bxslider" jquery add on
` [qemu-web PATCH v2 06/16] Rework display of screenshots to use a carousel slider
` [qemu-web PATCH v2 07/16] Compress the two front page headings into one
` [qemu-web PATCH v2 08/16] Simplify copyright and integrate into footer
` [qemu-web PATCH v2 09/16] Put a full SFC membership blurb in footer of every page
` [qemu-web PATCH v2 10/16] Use two column layout to display screenshots and releases
` [qemu-web PATCH v2 11/16] Bring contribution links out of the footer into the home page
` [qemu-web PATCH v2 12/16] Add recent blog posts to the front page featured content
` [qemu-web PATCH v2 13/16] Move wiki link from footer into the header navbar
` [qemu-web PATCH v2 14/16] Simplify and restructure the page footer
` [qemu-web PATCH v2 15/16] Add link to "page source" for all pages
` [qemu-web PATCH v2 16/16] Add a CONTRIBUTING.md file as guidance for contributors
[PATCH v2 0/6] Add support for Control-Flow Integrity
2020-10-27 16:17 UTC (13+ messages)
` [PATCH v2 2/6] configure: avoid new clang 11+ warnings
` [PATCH v2 3/6] configure: add option to enable LTO
[PATCH v12 00/14] Apply COR-filter to the block-stream permanently
2020-10-27 16:13 UTC (15+ messages)
` [PATCH v12 08/14] iotests: add #310 to test bottom node in COR driver
` [PATCH v12 09/14] block: modify the comment for BDRV_REQ_PREFETCH flag
` [PATCH v12 10/14] block: include supported_read_flags into BDS structure
` [PATCH v12 11/14] copy-on-read: add support for read flags to COR-filter
` [PATCH v12 13/14] stream: skip filters when writing backing file name to QCOW2 header
` [PATCH v12 14/14] block: apply COR-filter to block-stream jobs
[PATCH v7] sev: add sev-inject-launch-secret
2020-10-27 16:12 UTC (3+ messages)
[PATCH v2] xen: rework pci_piix3_xen_ide_unplug
2020-10-27 16:03 UTC (2+ messages)
[PATCH-for-5.2] block/nvme: Fix nvme_submit_command() on big-endian host
2020-10-27 16:04 UTC
[PATCH v2 0/3] console: make QMP screendump use coroutine
2020-10-27 16:01 UTC (5+ messages)
` [PATCH v2 1/3] coroutine: let CoQueue wake up outside a coroutine
` [PATCH v2 2/3] console: modify ppm_save to take a pixman image ref
` [PATCH v2 3/3] console: make QMP/HMP screendump run in coroutine
[PATCH 00/25] block/nvme: Fix Aarch64 host
2020-10-27 15:54 UTC (32+ messages)
` [PATCH 01/25] MAINTAINERS: Cover 'block/nvme.h' file
` [PATCH 02/25] block/nvme: Use hex format to display offset in trace events
` [PATCH 03/25] block/nvme: Report warning with warn_report()
` [PATCH 04/25] block/nvme: Trace controller capabilities
` [PATCH 05/25] block/nvme: Trace nvme_poll_queue() per queue
` [PATCH 06/25] block/nvme: Improve nvme_free_req_queue_wait() trace information
` [PATCH 07/25] block/nvme: Trace queue pair creation/deletion
` [PATCH 08/25] block/nvme: Simplify device reset
` [PATCH 09/25] block/nvme: Move definitions before structure declarations
` [PATCH 10/25] block/nvme: Use unsigned integer for queue counter/size
` [PATCH 11/25] block/nvme: Make nvme_identify() return boolean indicating error
` [PATCH 12/25] block/nvme: Make nvme_init_queue() "
` [PATCH 13/25] block/nvme: Introduce Completion Queue definitions
` [PATCH 14/25] block/nvme: Use definitions instead of magic values in add_io_queue()
` [PATCH 15/25] block/nvme: Correctly initialize Admin Queue Attributes
` [PATCH 16/25] block/nvme: Simplify ADMIN queue access
` [PATCH 17/25] block/nvme: Simplify nvme_cmd_sync()
` [PATCH 18/25] block/nvme: Pass AioContext argument to nvme_add_io_queue()
` [PATCH 19/25] block/nvme: Set request_alignment at initialization
` [PATCH 20/25] block/nvme: Correct minimum device page size
` [PATCH 21/25] block/nvme: Change size and alignment of IDENTIFY response buffer
` [PATCH 22/25] block/nvme: Change size and alignment of queue
` [PATCH 23/25] block/nvme: Change size and alignment of prp_list_pages
` [PATCH 24/25] block/nvme: Align iov's va and size on host page size
` [RFC PATCH 25/25] block/nvme: Fix use of write-only doorbells page on Aarch64 arch
[PATCH 1/2] acpi/crs: Prevent bad ranges for host bridges
2020-10-27 15:45 UTC (4+ messages)
` [PATCH 2/2] acpi/crs: Support ranges > 32b for hosts
[PULL 00/13] 9p queue 2020-10-23
2020-10-27 15:44 UTC (4+ messages)
[PATCH v2] block: End quiescent sections when a BDS is deleted
2020-10-27 15:41 UTC (4+ messages)
[PATCH 0/3] console: make QMP screendump use coroutine
2020-10-27 15:37 UTC (6+ messages)
` [PATCH 3/3] console: make QMP/HMP screendump run in coroutine
[PATCH v6 00/11] Exposing backing-chain allocation over NBD
2020-10-27 15:36 UTC (12+ messages)
` [PATCH v6 01/11] block: Simplify QAPI_LIST_ADD
` [PATCH v6 04/11] nbd: Update qapi to support exporting multiple bitmaps
` [PATCH v6 08/11] block: Return depth level during bdrv_is_allocated_above
` [PATCH v6 11/11] qapi: Use QAPI_LIST_ADD() where possible
[PATCH v4 0/7] Exposing backing-chain allocation over NBD
2020-10-27 15:33 UTC (2+ messages)
` [Libguestfs] [libnbd PATCH] info: Add support for new 'qemu-nbd -A' qemu:allocation-depth
[PULL 00/17] Build system changes and misc fixes for QEMU 5.2 soft freeze
2020-10-27 15:33 UTC (6+ messages)
` [PULL 01/17] build: fix macOS --enable-modules build
Out-of-Process Device Emulation session at KVM Forum 2020
2020-10-27 15:14 UTC
[PULL 0/5] Block layer patches
2020-10-27 15:15 UTC (6+ messages)
` [PULL 1/5] qemu-img: add support for rate limit in qemu-img commit
` [PULL 2/5] qemu-img: add support for rate limit in qemu-img convert
` [PULL 3/5] qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status()
` [PULL 4/5] qcow2: Skip copy-on-write when allocating a zero cluster
` [PULL 5/5] block: End quiescent sections when a BDS is deleted
[PATCH v2 0/8] dev-serial: minor fixes and improvements
2020-10-27 15:04 UTC (9+ messages)
` [PATCH v2 1/8] dev-serial: style changes to improve readability and checkpatch fixes
` [PATCH v2 2/8] dev-serial: use USB_SERIAL QOM macro for USBSerialState assignments
` [PATCH v2 3/8] dev-serial: convert from DPRINTF to trace-events
` [PATCH v2 4/8] dev-serial: add trace-events for baud rate and data parameters
` [PATCH v2 5/8] dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros from usb.h
` [PATCH v2 6/8] dev-serial: add always-plugged property to ensure USB device is always attached
` [PATCH v2 7/8] dev-serial: add support for setting data_bits in QEMUSerialSetParams
` [PATCH v2 8/8] dev-serial: store flow control and xon/xoff characters
[PATCH 0/5] spapr: Error handling fixes and cleanups (round 3)
2020-10-27 15:18 UTC (6+ messages)
` [PATCH 4/5] spapr: Pass &error_abort when getting some PC DIMM properties
[PULL 0/3] Ide patches
2020-10-27 14:42 UTC (4+ messages)
` [PULL 1/3] ide: run diagnostic after SRST
` [PULL 2/3] ide: perform SRST as early as possible
` [PULL 3/3] ide: clear SRST after SRST finishes
[PATCH 00/15] remove bios_name variable
2020-10-27 14:40 UTC (11+ messages)
` [PATCH 07/15] m68k: remove bios_name
` [PATCH 08/15] mips: "
` [PATCH 12/15] s390: "
` [PATCH 15/15] vl: "
[PULL v2 v2 0/2] Tracing patches
2020-10-27 14:29 UTC (2+ messages)
[RFC] Using gitlab for upstream qemu repo?
2020-10-27 14:32 UTC (6+ messages)
[RESEND PATCH 0/9] hw/riscv: microchip_pfsoc: Support factory HSS boot out of the box
2020-10-27 14:17 UTC (10+ messages)
` [RESEND PATCH 1/9] hw/misc: Add Microchip PolarFire SoC DDR Memory Controller support
` [RESEND PATCH 2/9] hw/riscv: microchip_pfsoc: Connect DDR memory controller modules
` [RESEND PATCH 3/9] hw/misc: Add Microchip PolarFire SoC IOSCB module support
` [RESEND PATCH 4/9] hw/riscv: microchip_pfsoc: Connect the IOSCB module
` [RESEND PATCH 5/9] hw/misc: Add Microchip PolarFire SoC SYSREG module support
` [RESEND PATCH 6/9] hw/riscv: microchip_pfsoc: Connect the SYSREG module
` [RESEND PATCH 7/9] hw/riscv: microchip_pfsoc: Map debug memory
` [RESEND PATCH 8/9] hw/riscv: microchip_pfsoc: Correct DDR memory map
` [RESEND PATCH 9/9] hw/riscv: microchip_pfsoc: Hook the I2C1 controller
[PATCH RFC] memory: pause all vCPUs for the duration of memory transactions
2020-10-27 14:20 UTC (11+ messages)
[PULL 00/18] ppc-for-5.2 queue 20201028
2020-10-27 14:17 UTC (19+ messages)
` [PULL 01/18] spapr: Clarify why DR connectors aren't user creatable
` [PULL 02/18] ppc/spapr: re-assert IRQs during event-scan if there are pending
` [PULL 03/18] hw/net: move allocation to the heap due to very large stack frame
` [PULL 04/18] spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
` [PULL 05/18] spapr: Fix leak of CPU machine specific data
` [PULL 06/18] spapr: Unrealize vCPUs with qdev_unrealize()
` [PULL 07/18] spapr: Drop spapr_delete_vcpu() unused argument
` [PULL 08/18] spapr: Make spapr_cpu_core_unrealize() idempotent
` [PULL 09/18] spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()
` [PULL 10/18] pc-dimm: Drop @errp argument of pc_dimm_plug()
` [PULL 11/18] spapr: Use appropriate getter for PC_DIMM_ADDR_PROP
` [PULL 12/18] spapr: Use appropriate getter for PC_DIMM_SLOT_PROP
` [PULL 13/18] spapr: Pass &error_abort when getting some PC DIMM properties
` [PULL 14/18] spapr: Simplify error handling in spapr_memory_plug()
` [PULL 15/18] spapr: Use error_append_hint() in spapr_reallocate_hpt()
` [PULL 16/18] target/ppc: Fix kvmppc_load_htab_chunk() error reporting
` [PULL 17/18] spapr: Improve spapr_reallocate_hpt() "
` [PULL 18/18] ppc/: fix some comment spelling errors
[PATCH 0/9] hw/riscv: microchip_pfsoc: Support factory HSS boot out of the box
2020-10-27 14:08 UTC (3+ messages)
` [PATCH 1/9] hw/misc: Add Microchip PolarFire SoC DDR Memory Controller support
` [PATCH 2/9] hw/riscv: microchip_pfsoc: Connect DDR memory controller modules
[PATCH 0/9] dev-serial: minor fixes and improvements
2020-10-27 13:30 UTC (13+ messages)
` [PATCH 6/9] dev-serial: add always-plugged property to ensure USB device is always attached
` [PATCH 8/9] dev-serial: fix FTDI_GET_MDM_ST response
[RFC PATCH 00/22] cleanup qemu_init and make sense of command line processing
2020-10-27 13:32 UTC (4+ messages)
` [PATCH 01/22] semihosting: fix order of initialization functions
[PATCH] virtio: skip guest index check on device load
2020-10-27 13:04 UTC (7+ messages)
[PULL 00/48] target-arm queue
2020-10-27 11:44 UTC (28+ messages)
` [PULL 03/48] include/elf: Add defines related to GNU property notes for AArch64
` [PULL 12/48] tests/tcg/aarch64: Add bti smoke tests
` [PULL 14/48] hw/arm: fix min_cpus for xlnx-versal-virt platform
` [PULL 17/48] hw/misc: Add npcm7xx random number generator
` [PULL 19/48] hw/gpio: Add GPIO model for Nuvoton NPCM7xx
` [PULL 21/48] hw/arm/bcm2836: Restrict BCM283XInfo declaration to C source
` [PULL 22/48] hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type
` [PULL 23/48] hw/arm/bcm2836: Introduce BCM283XClass::core_count
` [PULL 25/48] hw/arm/bcm2836: Split out common realize() code
` [PULL 26/48] hw/arm/bcm2836: Introduce the BCM2835 SoC
` [PULL 27/48] hw/arm/raspi: Add the Raspberry Pi A+ machine
` [PULL 28/48] hw/arm/raspi: Add the Raspberry Pi Zero machine
` [PULL 29/48] hw/arm/raspi: Add the Raspberry Pi 3 model A+
` [PULL 32/48] hw/core/clock: trace clock values in Hz instead of ns
` [PULL 34/48] hw/arm/raspi: add a skeleton implementation of the CPRMAN
` [PULL 35/48] hw/misc/bcm2835_cprman: add a PLL skeleton implementation
` [PULL 36/48] hw/misc/bcm2835_cprman: implement PLLs behaviour
` [PULL 37/48] hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation
` [PULL 38/48] hw/misc/bcm2835_cprman: implement PLL channels behaviour
` [PULL 39/48] hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
` [PULL 40/48] hw/misc/bcm2835_cprman: implement clock mux behaviour
` [PULL 41/48] hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexer
` [PULL 42/48] hw/misc/bcm2835_cprman: add sane reset values to the registers
` [PULL 43/48] hw/char/pl011: add a clock input
` [PULL 44/48] hw/arm/bcm2835_peripherals: connect the UART clock
` [PULL 46/48] hw/arm/sbsa-ref: add SBSA watchdog device
` [PULL 47/48] hw/core/ptimer: Support ptimer being disabled by timer callback
[PATCH] pci: Refuse to hotplug PCI Devices when the Guest OS is not ready
2020-10-27 13:02 UTC (13+ messages)
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).