messages from 2020-03-11 13:30:24 to 2020-03-11 23:25:49 UTC [more...]
[PATCH v2 0/2] Fix MAP_SYNC support when host has older glibc version
2020-03-11 23:23 UTC (3+ messages)
` [PATCH v2 1/2] Use -isystem for linux-headers dir
` [PATCH v2 2/2] mmap-alloc: Include osdep.h before checking CONFIG_LINUX
[PATCH] acpi: Add Windows ACPI Emulated Device Table (WAET)
2020-03-11 23:20 UTC (7+ messages)
[PATCH 0/2] Fix MAP_SYNC support when host has older glibc version
2020-03-11 23:15 UTC (7+ messages)
` [PATCH 1/2] Use -isystem for linux-headers dir
` [PATCH 2/2] mmap-alloc: Include osdep.h before checking CONFIG_LINUX
[PATCH v8 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
2020-03-11 23:02 UTC (20+ messages)
` [PATCH v8 01/18] hw/arm: add Allwinner H3 System-on-Chip
` [PATCH v8 02/18] hw/arm: add Xunlong Orange Pi PC machine
` [PATCH v8 03/18] hw/arm/allwinner-h3: add Clock Control Unit
` [PATCH v8 04/18] hw/arm/allwinner-h3: add USB host controller
` [PATCH v8 05/18] hw/arm/allwinner-h3: add System Control module
` [PATCH v8 06/18] hw/arm/allwinner: add CPU Configuration module
` [PATCH v8 07/18] hw/arm/allwinner: add Security Identifier device
` [PATCH v8 08/18] hw/arm/allwinner: add SD/MMC host controller
` [PATCH v8 09/18] hw/arm/allwinner-h3: add EMAC ethernet device
` [PATCH v8 10/18] hw/arm/allwinner-h3: add Boot ROM support
` [PATCH v8 11/18] hw/arm/allwinner-h3: add SDRAM controller device
` [PATCH v8 12/18] hw/arm/allwinner: add RTC device support
` [PATCH v8 13/18] tests/boot_linux_console: Add a quick test for the OrangePi PC board
` [PATCH v8 14/18] tests/boot_linux_console: Add initrd test for the Orange Pi "
` [PATCH v8 15/18] tests/boot_linux_console: Add a SD card test for the OrangePi "
` [PATCH v8 16/18] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC
` [PATCH v8 17/18] tests/boot_linux_console: Test booting NetBSD via U-Boot "
` [PATCH v8 18/18] docs: add Orange Pi PC document
[PATCH v7 00/13] APIC ID fixes for AMD EPYC CPU model
2020-03-11 22:54 UTC (14+ messages)
` [PATCH v7 01/13] hw/i386: Introduce X86CPUTopoInfo to contain topology info
` [PATCH v7 02/13] hw/i386: Consolidate topology functions
` [PATCH v7 03/13] machine: Add SMP Sockets in CpuTopology
` [PATCH v7 04/13] hw/i386: Remove unnecessary initialization in x86_cpu_new
` [PATCH v7 05/13] hw/i386: Update structures to save the number of nodes per package
` [PATCH v7 06/13] hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids
` [PATCH v7 07/13] hw/386: Add EPYC mode topology decoding functions
` [PATCH v7 08/13] target/i386: Cleanup and use the EPYC mode topology functions
` [PATCH v7 09/13] hw/i386: Introduce apicid functions inside X86MachineState
` [PATCH v7 10/13] i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition
` [PATCH v7 11/13] hw/i386: Move arch_id decode inside x86_cpus_init
` [PATCH v7 12/13] target/i386: Enable new apic id encoding for EPYC based cpus models
` [PATCH v7 13/13] i386: Fix pkg_id offset for EPYC cpu models
[PATCH RESEND v2] block/nvme: introduce PMR support from NVMe 1.4 spec
2020-03-11 22:54 UTC (5+ messages)
[PATCH v4 0/4] Implement "non 100% native mode" in via-ide
2020-03-11 21:50 UTC (8+ messages)
` [PATCH v4 3/4] pci: Honour wmask when resetting PCI_INTERRUPT_LINE
` [PATCH v4 4/4] via-ide: Also emulate non 100% native mode
` [PATCH v4 1/4] ide/via: Get rid of via_init_ide()
[PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
2020-03-11 21:44 UTC (15+ messages)
` [PATCH v4 "
` [PATCH v4 3/4] Introduce the NVMM impl
[PATCH v3 00/10] ARM virt: Add NVDIMM support
2020-03-11 21:09 UTC (17+ messages)
` [PATCH v3 01/10] acpi: Use macro for table-loader file name
` [PATCH v3 02/10] fw_cfg: Migrate ACPI table mr sizes separately
` [PATCH v3 03/10] exec: Fix for qemu_ram_resize() callback
` [PATCH v3 04/10] hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length
` [PATCH v3 05/10] nvdimm: Use configurable ACPI IO base and size
` [PATCH v3 06/10] hw/arm/virt: Add nvdimm hot-plug infrastructure
` [PATCH v3 07/10] hw/arm/virt: Add nvdimm hotplug support
` [PATCH v3 08/10] tests: Update ACPI tables list for upcoming arm/virt test changes
` [PATCH v3 09/10] tests/bios-tables-test: Update arm/virt memhp test
` [PATCH v3 10/10] tests/acpi: add expected tables for bios-tables-test
[PATCH] util: fix to get configuration macros in util/mmap-alloc.c
2020-03-11 20:42 UTC (10+ messages)
[PATCH v3 0/6] reference implementation of RSS and hash report
2020-03-11 20:20 UTC (9+ messages)
` [PATCH v3 1/6] virtio-net: introduce RSS and hash report features
` [PATCH v3 5/6] virtio-net: add migration support for RSS and hast report
[PATCH v7 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
2020-03-11 20:10 UTC (30+ messages)
` [PATCH v7 07/18] hw/arm/allwinner: add Security Identifier device
` [PATCH v7 09/18] hw/arm/allwinner-h3: add EMAC ethernet device
` [PATCH v7 10/18] hw/arm/allwinner-h3: add Boot ROM support
` [PATCH v7 11/18] hw/arm/allwinner-h3: add SDRAM controller device
` [PATCH v7 12/18] hw/arm/allwinner: add RTC device support
` [PATCH v7 13/18] tests/boot_linux_console: Add a quick test for the OrangePi PC board
` [PATCH v7 14/18] tests/boot_linux_console: Add initrd test for the Orange Pi "
` [PATCH v7 15/18] tests/boot_linux_console: Add a SD card test for the OrangePi "
` [PATCH v7 16/18] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC
` [PATCH v7 17/18] tests/boot_linux_console: Test booting NetBSD via U-Boot "
` [PATCH v7 18/18] docs: add Orange Pi PC document
[PATCH v4 00/11] 9pfs: readdir optimization
2020-03-11 19:54 UTC (3+ messages)
` [PATCH v4 10/11] 9pfs: T_readdir latency optimization
[PATCH v2 0/2] buildsys: Fix building with SASL on Windows
2020-03-11 18:38 UTC (2+ messages)
[PATCH] mem-prealloc: initialize cond and mutex
2020-03-11 18:34 UTC (8+ messages)
` Re: [PATCH] mem-prealloc: initialize cond and mutex(Internet mail)
` "
[PATCH v2 0/1] avoid failing to load modules after upgrades
2020-03-11 18:33 UTC (4+ messages)
` [PATCH v2 1/1] modules: load modules from versioned /var/run dir
[PATCH] oslib-posix: initialize mutex and condition variable
2020-03-11 18:00 UTC (3+ messages)
[Bug 1866870] [NEW] KVM Guest pauses after upgrade to Ubuntu 20.04
2020-03-11 17:41 UTC (7+ messages)
` [Bug 1866870] "
[PATCH v4 00/21] linux-user: generate syscall_nr.sh
2020-03-11 17:41 UTC (7+ messages)
` [PATCH v4 03/21] linux-user, hppa: add syscall table generation support
` [PATCH v4 03/21] linux-user,hppa: "
` [PATCH v4 08/21] linux-user, arm: "
` [PATCH v4 08/21] linux-user,arm: "
` [PATCH v4 18/21] linux-user, scripts: add a script to update syscall.tbl
` [PATCH v4 18/21] linux-user,scripts: "
[PATCH] build-sys: do not make qemu-ga link with pixman
2020-03-11 17:39 UTC (2+ messages)
[PATCH v5 0/5] qcow2: Implement zstd cluster compression method
2020-03-11 17:30 UTC (3+ messages)
[PATCH v2 0/7] ARM virt: Add NVDIMM support
2020-03-11 17:28 UTC (22+ messages)
` [PATCH v2 1/7] exec: Fix for qemu_ram_resize() callback
[PATCH v3 0/2] spapr: Use vIOMMU translation for virtio by default
2020-03-11 17:19 UTC (2+ messages)
[PATCH 0/2] thread: add lock guard macros
2020-03-11 17:06 UTC (6+ messages)
[PULL 0/9] Block patches
2020-03-11 17:06 UTC (6+ messages)
[PATCH v3 0/3] QGA - Win fixes
2020-03-11 17:04 UTC (4+ messages)
` [PATCH v3 1/3] qga: Installer: Wait for installation to finish
` [PATCH v3 2/3] qga-win: Handle VSS_E_PROVIDER_ALREADY_REGISTERED error
` [PATCH v3 3/3] qga-win: prevent crash when executing guest-file-read with large count
[PATCH v4 00/10] Further bitmaps improvements
2020-03-11 17:03 UTC (8+ messages)
R: Program counter stuck at 0xFFFFFFFC when emulating e5500 processor on T4240-RDB board
2020-03-11 16:44 UTC
[PATCH v3 00/33] Convert qemu-doc to rST
2020-03-11 15:15 UTC (4+ messages)
` [PATCH v3 31/33] docs: Stop building qemu-doc
[PATCH v4 00/18] Convert QAPI doc comments to generate rST instead of texinfo
2020-03-11 15:12 UTC (3+ messages)
` [PATCH v4 01/18] qapi/migration.json: Fix indentation
[PATCH v2] docs: Update vhost-user spec regarding backend program conventions
2020-03-11 15:02 UTC (5+ messages)
[PATCH v6 00/13] APIC ID fixes for AMD EPYC CPU model
2020-03-11 14:52 UTC (10+ messages)
` [PATCH v6 01/13] hw/i386: Introduce X86CPUTopoInfo to contain topology info
` [PATCH v6 10/13] i386: Check for apic id encoding
` [PATCH v6 12/13] hw/i386: Move arch_id decode inside x86_cpus_init
[kvm-unit-tests PATCH v6 00/13] arm/arm64: Add ITS tests
2020-03-11 14:50 UTC (16+ messages)
` [kvm-unit-tests PATCH v6 01/13] libcflat: Add other size defines
` [kvm-unit-tests PATCH v6 02/13] page_alloc: Introduce get_order()
` [kvm-unit-tests PATCH v6 03/13] arm/arm64: gic: Introduce setup_irq() helper
` [kvm-unit-tests PATCH v6 04/13] arm/arm64: gicv3: Add some re-distributor defines
` [kvm-unit-tests PATCH v6 05/13] arm/arm64: gicv3: Set the LPI config and pending tables
` [kvm-unit-tests PATCH v6 06/13] arm/arm64: ITS: Introspection tests
` [kvm-unit-tests PATCH v6 07/13] arm/arm64: ITS: its_enable_defaults
` [kvm-unit-tests PATCH v6 08/13] arm/arm64: ITS: Device and collection Initialization
` [kvm-unit-tests PATCH v6 09/13] arm/arm64: ITS: Commands
` [kvm-unit-tests PATCH v6 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v6 11/13] arm/run: Allow Migration tests
` [kvm-unit-tests PATCH v6 12/13] arm/arm64: ITS: migration tests
` [kvm-unit-tests PATCH v6 13/13] arm/arm64: ITS: pending table migration test
[PATCH v8 00/10] error: auto propagated local_err part I
2020-03-11 14:46 UTC (8+ messages)
` [PATCH v8 02/10] scripts: add coccinelle script to use auto propagated errp
[PATCH v9 00/15] s390x: Protected Virtualization support
2020-03-11 14:36 UTC (12+ messages)
` [PATCH v9 03/15] s390x: protvirt: Add migration blocker
` [PATCH v9 04/15] s390x: protvirt: Inhibit balloon when switching to protected mode
` [PATCH v9 08/15] s390x: protvirt: SCLP interpretation
` [PATCH v9 10/15] s390x: protvirt: Move diag 308 data over SIDA
` [PATCH v9 11/15] s390x: protvirt: Disable address checks for PV guest IO emulation
` [PATCH v9 14/15] docs: Add protvirt docs
` [PATCH v9 15/15] s390x: Add unpack facility feature to GA1
[kvm-unit-tests PATCH v5 00/13] arm/arm64: Add ITS tests
2020-03-11 14:00 UTC (8+ messages)
` [kvm-unit-tests PATCH v5 10/13] arm/arm64: ITS: INT functional tests
` [kvm-unit-tests PATCH v5 13/13] arm/arm64: ITS: pending table migration test
[Bug 1866792] [NEW] formating vdi-disk over nbd fails
2020-03-11 14:01 UTC (2+ messages)
` [Bug 1866792] "
[PATCH] iotests/026: Move v3-exclusive test to new file
2020-03-11 14:07 UTC
[PULL 00/19] Block patches
2020-03-11 13:52 UTC (20+ messages)
` [PULL 01/19] luks: extract qcrypto_block_calculate_payload_offset()
` [PULL 02/19] luks: implement .bdrv_measure()
` [PULL 03/19] qemu-img: allow qemu-img measure --object without a filename
` [PULL 04/19] iotests: add 288 luks qemu-img measure test
` [PULL 05/19] block/curl: HTTP header fields allow whitespace around values
` [PULL 06/19] block/curl: HTTP header field names are case insensitive
` [PULL 07/19] iotests: Fix nonportable use of od --endian
` [PULL 08/19] block/qcow2: do free crypto_opts in qcow2_close()
` [PULL 09/19] qemu-img: free memory before re-assign
` [PULL 10/19] block/qcow2-threads: fix qcow2_decompress
` [PULL 11/19] job: refactor progress to separate object
` [PULL 12/19] block/block-copy: fix progress calculation
` [PULL 13/19] block/block-copy: specialcase first copy_range request
` [PULL 14/19] block/block-copy: use block_status
` [PULL 15/19] block/block-copy: factor out find_conflicting_inflight_req
` [PULL 16/19] block/block-copy: refactor interfaces to use bytes instead of end
` [PULL 17/19] block/block-copy: rename start to offset in interfaces
` [PULL 18/19] block/block-copy: reduce intersecting request lock
` [PULL 19/19] block/block-copy: hide structure definitions
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).