Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
 messages from 2020-04-17 09:59:49 to 2020-05-11 12:38:23 UTC [more...]

[virtio-comment] [PATCH 0/3] virtio-spec: Add documentation for recently added balloon features
 2020-05-11 12:38 UTC  (8+ messages)
` [virtio-comment] [PATCH 1/3] content: Document balloon feature free page hints
  ` [virtio-comment] "
` [virtio-comment] [PATCH 2/3] content: Document balloon feature page poison
  ` [virtio-comment] "
` [virtio-comment] [PATCH 3/3] content: Document balloon feature free page reporting
  ` [virtio-comment] "
` [virtio-comment] Re: [PATCH 0/3] virtio-spec: Add documentation for recently added balloon features

[virtio-dev] Re: Qemu Support for Virtio Video V4L2 driver
 2020-05-11 12:32 UTC  (10+ messages)
  ` [virtio-dev] Fwd: "
    ` [virtio-dev] "

[virtio-dev] [PATCH v24 QEMU 0/3] virtio-balloon: add support for page poison reporting and free page reporting
 2020-05-08 21:30 UTC  (4+ messages)
` [virtio-dev] [PATCH v24 QEMU 1/3] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
` [virtio-dev] [PATCH v24 QEMU 2/3] virtio-balloon: Implement support for page poison reporting feature
` [virtio-dev] [PATCH v24 QEMU 3/3] virtio-balloon: Provide an interface for free page reporting

[virtio-dev] [PATCH v23 QEMU 0/5] virtio-balloon: add support for page poison reporting and free page reporting
 2020-05-08 18:13 UTC  (8+ messages)
` [virtio-dev] [PATCH v23 QEMU 1/5] linux-headers: Update to allow renaming of free_page_report_cmd_id
` [virtio-dev] [PATCH v23 QEMU 2/5] linux-headers: update to contain virito-balloon free page reporting
` [virtio-dev] [PATCH v23 QEMU 3/5] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
` [virtio-dev] [PATCH v23 QEMU 4/5] virtio-balloon: Implement support for page poison reporting feature
` [virtio-dev] [PATCH v23 QEMU 5/5] virtio-balloon: Provide an interface for free page reporting
` [virtio-dev] Re: [PATCH v23 QEMU 0/5] virtio-balloon: add support for page poison reporting and "

[virtio-dev] [PATCH v2 resubmit] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
 2020-05-08 17:40 UTC 

[virtio-dev] VIRTIO RPMB Front End drivers for Linux
 2020-05-08 16:11 UTC 

[virtio-comment] [PATCH RFC 0/3] virtio-spec: Add documentation for recently added balloon features
 2020-05-07 20:35 UTC  (10+ messages)
` [virtio-comment] [PATCH RFC 1/3] content: Document balloon feature free page hints
  ` [virtio-comment] "
` [virtio-comment] [PATCH RFC 2/3] content: Document balloon feature page poison
  ` [virtio-comment] "
` [virtio-comment] [PATCH RFC 3/3] content: Document balloon feature free page reporting
  ` [virtio-comment] "

[virtio-dev] [PATCH v4 00/15] virtio-mem: paravirtualized memory
 2020-05-07 14:01 UTC  (16+ messages)
` [virtio-dev] [PATCH v4 01/15] virtio-mem: Paravirtualized memory hotplug
` [virtio-dev] [PATCH v4 02/15] MAINTAINERS: Add myself as virtio-mem maintainer
` [virtio-dev] [PATCH v4 03/15] virtio-mem: Allow to specify an ACPI PXM as nid
` [virtio-dev] [PATCH v4 04/15] virtio-mem: Paravirtualized memory hotunplug part 1
` [virtio-dev] [PATCH v4 05/15] virtio-mem: Paravirtualized memory hotunplug part 2
` [virtio-dev] [PATCH v4 06/15] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [virtio-dev] [PATCH v4 07/15] virtio-mem: Allow to offline partially unplugged memory blocks
` [virtio-dev] [PATCH v4 08/15] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [virtio-dev] [PATCH v4 09/15] virtio-mem: Offline and remove completely unplugged memory blocks
` [virtio-dev] [PATCH v4 10/15] virtio-mem: Better retry handling
` [virtio-dev] [PATCH v4 11/15] virtio-mem: Add parent resource for all added "System RAM"
` [virtio-dev] [PATCH v4 12/15] virtio-mem: Drop manual check for already present memory
` [virtio-dev] [PATCH v4 13/15] virtio-mem: Unplug subblocks right-to-left
` [virtio-dev] [PATCH v4 14/15] virtio-mem: Use -ETXTBSY as error code if the device is busy
` [virtio-dev] [PATCH v4 15/15] virtio-mem: Try to unplug the complete online memory block first

[virtio-dev] [PATCH v3 00/15] virtio-mem: paravirtualized memory
 2020-05-07 12:24 UTC  (29+ messages)
` [virtio-dev] [PATCH v3 01/15] virtio-mem: Paravirtualized memory hotplug
` [virtio-dev] [PATCH v3 02/15] virtio-mem: Allow to specify an ACPI PXM as nid
` [virtio-dev] [PATCH v3 03/15] virtio-mem: Paravirtualized memory hotunplug part 1
` [virtio-dev] [PATCH v3 04/15] virtio-mem: Paravirtualized memory hotunplug part 2
` [virtio-dev] [PATCH v3 05/15] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
  ` [virtio-dev] "
` [virtio-dev] [PATCH v3 06/15] virtio-mem: Allow to offline partially unplugged memory blocks
` [virtio-dev] [PATCH v3 07/15] mm/memory_hotplug: Introduce offline_and_remove_memory()
  ` [virtio-dev] "
` [virtio-dev] [PATCH v3 08/15] virtio-mem: Offline and remove completely unplugged memory blocks
` [virtio-dev] [PATCH v3 09/15] virtio-mem: Better retry handling
` [virtio-dev] [PATCH v3 10/15] MAINTAINERS: Add myself as virtio-mem maintainer
  ` [virtio-dev] "
` [virtio-dev] [PATCH v3 11/15] virtio-mem: Add parent resource for all added "System RAM"
` [virtio-dev] [PATCH v3 12/15] virtio-mem: Drop manual check for already present memory
` [virtio-dev] [PATCH v3 13/15] virtio-mem: Unplug subblocks right-to-left
` [virtio-dev] [PATCH v3 14/15] virtio-mem: Use -ETXTBSY as error code if the device is busy
` [virtio-dev] [PATCH v3 15/15] virtio-mem: Try to unplug the complete online memory block first
` [virtio-dev] Re: [PATCH v3 00/15] virtio-mem: paravirtualized memory

[virtio-dev] [PATCH v2 0/3] mm/memory_hotplug: Allow to not create firmware memmap entries
 2020-05-02  9:26 UTC  (16+ messages)
` [virtio-dev] [PATCH v2 1/3] mm/memory_hotplug: Prepare passing flags to add_memory() and friends
` [virtio-dev] [PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
    ` [virtio-dev] "
` [virtio-dev] [PATCH v2 3/3] device-dax: Add system ram (add_memory()) with MHP_NO_FIRMWARE_MEMMAP
    ` [virtio-dev] "

[virtio-dev] Re: [RFC/PATCH 0/1] virtio_mmio: hypervisor specific interfaces for MMIO
 2020-04-30 19:34 UTC  (4+ messages)
          ` [virtio-dev] Re: [RFC/PATCH 1/1] virtio: Introduce MMIO ops

[virtio-dev] [PATCH v1 0/3] mm/memory_hotplug: Make virtio-mem play nicely with kexec-tools
 2020-04-30  8:20 UTC  (6+ messages)
` [virtio-dev] [PATCH v1 1/3] mm/memory_hotplug: Prepare passing flags to add_memory() and friends
` [virtio-dev] [PATCH v1 2/3] mm/memory_hotplug: Introduce MHP_DRIVER_MANAGED
  ` [virtio-dev] "
` [virtio-dev] [PATCH v1 3/3] virtio-mem: Add memory with MHP_DRIVER_MANAGED

[virtio-comment] [RFC PATCH 0/8] some tweaks to the document build process
 2020-04-30  7:39 UTC  (3+ messages)
` [virtio-comment] [RFC PATCH 1/8] README.md: convert html to proper Markdown format
  ` [virtio-comment] Re: [virtio-dev] "

[virtio-dev] Re: [PATCH 5/5] virtio: Add bounce DMA ops
 2020-04-29 10:55 UTC  (9+ messages)

[virtio-dev] Re: Transparent compress in virtio
 2020-04-29  9:20 UTC  (2+ messages)

[virtio-dev] [PATCH v8] virtio-snd: add virtio sound device specification
 2020-04-28 10:15 UTC  (3+ messages)
` [virtio-dev] "

[virtio-dev] Preferred layout for request/response structs
 2020-04-28  8:57 UTC  (4+ messages)

[virtio-dev] [PATCH v2] virtio-balloon: Disable free page reporting if page poison reporting is not enabled
 2020-04-27 16:07 UTC  (6+ messages)
` [virtio-dev] "

[virtio-dev] [PATCH v22 QEMU 0/5] virtio-balloon: add support for page poison reporting and free page reporting
 2020-04-27 15:59 UTC  (15+ messages)
` [virtio-dev] [PATCH v22 QEMU 1/5] linux-headers: Update to allow renaming of free_page_report_cmd_id
` [virtio-dev] [PATCH v22 QEMU 2/5] linux-headers: update to contain virito-balloon free page reporting
` [virtio-dev] [PATCH v22 QEMU 3/5] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
  ` [virtio-dev] "
` [virtio-dev] [PATCH v22 QEMU 4/5] virtio-balloon: Implement support for page poison reporting feature
  ` [virtio-dev] "
` [virtio-dev] [PATCH v22 QEMU 5/5] virtio-balloon: Provide an interface for free page reporting
  ` [virtio-dev] "
` [virtio-dev] Re: [PATCH v22 QEMU 0/5] virtio-balloon: add support for page poison reporting and "

[virtio-dev] [PATCH v3 0/2] Virtio video device specification
 2020-04-27 14:28 UTC  (13+ messages)
` [virtio-dev] Re: [PATCH v3 1/2] virtio-video: Add virtio "

[virtio-dev] [PATCH v21 QEMU 0/5] virtio-balloon: add support for free page reporting
 2020-04-24 16:09 UTC  (20+ messages)
` [virtio-dev] [PATCH v21 QEMU 1/5] linux-headers: Update to allow renaming of free_page_report_cmd_id
` [virtio-dev] [PATCH v21 QEMU 2/5] linux-headers: update to contain virito-balloon free page reporting
` [virtio-dev] [PATCH v21 QEMU 3/5] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
  ` [virtio-dev] "
` [virtio-dev] [PATCH v21 QEMU 4/5] virtio-balloon: Implement support for page poison tracking feature
  ` [virtio-dev] "
` [virtio-dev] [PATCH v21 QEMU 5/5] virtio-balloon: Provide an interface for free page reporting
  ` [virtio-dev] "

[virtio-comment] [PATCH v3] Add virtio SCMI device specification
 2020-04-24  8:51 UTC  (2+ messages)
` [virtio-comment] [PATCH v4] "

[virtio-dev] [PATCH v2] virtio-iommu: Add PAGE_SIZE_MASK property
 2020-04-23  7:56 UTC 

[virtio-dev] [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
 2020-04-22 15:49 UTC  (26+ messages)
` [virtio-dev] "

[virtio-dev] Re: [Virtio-networking] Doorbell mapping of vDPA
 2020-04-20  5:33 UTC  (12+ messages)

[virtio-dev] Re: [Virtio-networking] Doorbell mapping of vDPA
 2020-04-17 13:17 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox