search for: teawater

Displaying 20 results from an estimated 24 matches for "teawater".

2019 Dec 24
0
[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
> Am 24.12.2019 um 08:04 schrieb teawater <teawaterz at linux.alibaba.com>: > > ?Hi David, > > Thanks for your work. > > I Got following build fail if X86_64_ACPI_NUMA is n with rfc3 and rfc4: > make -j8 bzImage > GEN Makefile > DESCEND objtool > CALL /home/teawater/kernel/linux-upstream3/s...
2020 May 14
0
[virtio-dev] [PATCH v3 00/15] virtio-mem: paravirtualized memory
On 14.05.20 08:44, teawater wrote: > Hi David, > > I got a kernel warning with v2 and v3. Hi Hui, thanks for playing with the latest versions. Surprisingly, I can reproduce even by hotplugging a DIMM instead as well - that's good, so it's not related to virtio-mem, lol. Seems to be some QEMU setup issue wi...
2020 May 14
2
[virtio-dev] [PATCH v3 00/15] virtio-mem: paravirtualized memory
On 14.05.20 12:02, teawater wrote: > > >> 2020?5?14? 16:48?David Hildenbrand <david at redhat.com> ??? >> >> On 14.05.20 08:44, teawater wrote: >>> Hi David, >>> >>> I got a kernel warning with v2 and v3. >> >> Hi Hui, >> >> thanks for playing...
2020 May 14
2
[virtio-dev] [PATCH v3 00/15] virtio-mem: paravirtualized memory
On 14.05.20 12:02, teawater wrote: > > >> 2020?5?14? 16:48?David Hildenbrand <david at redhat.com> ??? >> >> On 14.05.20 08:44, teawater wrote: >>> Hi David, >>> >>> I got a kernel warning with v2 and v3. >> >> Hi Hui, >> >> thanks for playing...
2020 Jul 16
0
[virtio-dev] [RFC for Linux v4 0/2] virtio_balloon: Add VIRTIO_BALLOON_F_CONT_PAGES to report continuous pages
On Thu, Jul 16, 2020 at 03:01:18PM +0800, teawater wrote: > > > > 2020?7?16? 14:38?Michael S. Tsirkin <mst at redhat.com> ??? > > > > On Thu, Jul 16, 2020 at 10:41:50AM +0800, Hui Zhu wrote: > >> The first, second and third version are in [1], [2] and [3]. > >> Code of current version for Linux and...
2020 May 14
1
[virtio-dev] [PATCH v3 00/15] virtio-mem: paravirtualized memory
On 14.05.20 13:10, David Hildenbrand wrote: > On 14.05.20 12:12, David Hildenbrand wrote: >> On 14.05.20 12:02, teawater wrote: >>> >>> >>>> 2020?5?14? 16:48?David Hildenbrand <david at redhat.com> ??? >>>> >>>> On 14.05.20 08:44, teawater wrote: >>>>> Hi David, >>>>> >>>>> I got a kernel warning with v2 and v3. &...
2020 Jul 16
0
[RFC for Linux v4 0/2] virtio_balloon: Add VIRTIO_BALLOON_F_CONT_PAGES to report continuous pages
...nfo | grep AnonHugePages: > AnonHugePages: 907264 kB I'm a bit confused about which of the above run within guest, and which run within host. Could you explain pls? > [1] https://lkml.org/lkml/2020/3/12/144 > [2] https://lore.kernel.org/linux-mm/1584893097-12317-1-git-send-email-teawater at gmail.com/ > [3] https://lkml.org/lkml/2020/5/12/324 > [4] https://github.com/teawater/linux/tree/balloon_conts > [5] https://github.com/teawater/qemu/tree/balloon_conts > [6] https://lkml.org/lkml/2020/5/13/1211 > > Hui Zhu (2): > virtio_balloon: Add VIRTIO_BALLOON_F_CON...
2020 May 14
0
[virtio-dev] [PATCH v3 00/15] virtio-mem: paravirtualized memory
On 14.05.20 12:12, David Hildenbrand wrote: > On 14.05.20 12:02, teawater wrote: >> >> >>> 2020?5?14? 16:48?David Hildenbrand <david at redhat.com> ??? >>> >>> On 14.05.20 08:44, teawater wrote: >>>> Hi David, >>>> >>>> I got a kernel warning with v2 and v3. >>> >>> Hi Hui,...
2020 Jun 11
2
[PATCH v1] virtio-mem: add memory via add_memory_driver_managed()
...33ffffff : virtio1 338000000-33fffffff : System RAM (virtio_mem) 340000000-347ffffff : System RAM (virtio_mem) 348000000-34fffffff : System RAM (virtio_mem) [...] Cc: "Michael S. Tsirkin" <mst at redhat.com> Cc: Pankaj Gupta <pankaj.gupta.linux at gmail.com> Cc: teawater <teawaterz at linux.alibaba.com> Signed-off-by: David Hildenbrand <david at redhat.com> --- Based on latest Linus' tree (and not a tag) because - virtio-mem has just been merged via the vhost tree - add_memory_driver_managed() has been merged a week ago via the -mm tree I'd li...
2020 Jun 11
2
[PATCH v1] virtio-mem: add memory via add_memory_driver_managed()
...33ffffff : virtio1 338000000-33fffffff : System RAM (virtio_mem) 340000000-347ffffff : System RAM (virtio_mem) 348000000-34fffffff : System RAM (virtio_mem) [...] Cc: "Michael S. Tsirkin" <mst at redhat.com> Cc: Pankaj Gupta <pankaj.gupta.linux at gmail.com> Cc: teawater <teawaterz at linux.alibaba.com> Signed-off-by: David Hildenbrand <david at redhat.com> --- Based on latest Linus' tree (and not a tag) because - virtio-mem has just been merged via the vhost tree - add_memory_driver_managed() has been merged a week ago via the -mm tree I'd li...
2020 May 20
0
[PATCH v4 00/15] virtio-mem: paravirtualized memory
On 20.05.20 07:25, teawater wrote: > Hi David, > > Thanks for your work. > I tried this version with cloud-hypervisor master. It worked very well. > > Best, > Hui Hi Hui, thanks for testing! Cheers! -- Thanks, David / dhildenb
2020 Jun 08
0
[PATCH] virtio_mem: prevent overflow with subblock size
On 08.06.20 09:12, teawater wrote: > > >> 2020?6?8? 14:58?David Hildenbrand <david at redhat.com> ??? >> >> On 08.06.20 08:14, Michael S. Tsirkin wrote: >>> If subblock size is large (e.g. 1G) 32 bit math involving it >>> can overflow. Rather than try to catch all instances of...
2020 May 07
0
[PATCH v3 00/15] virtio-mem: paravirtualized memory
...ebastien Boeuf <sebastien.boeuf at intel.com> > Cc: Samuel Ortiz <samuel.ortiz at intel.com> > Cc: Robert Bradford <robert.bradford at intel.com> > Cc: Luiz Capitulino <lcapitulino at redhat.com> > Cc: Pankaj Gupta <pankaj.gupta.linux at gmail.com> > Cc: teawater <teawaterz at linux.alibaba.com> > Cc: Igor Mammedov <imammedo at redhat.com> > Cc: Dr. David Alan Gilbert <dgilbert at redhat.com> > > David Hildenbrand (15): > virtio-mem: Paravirtualized memory hotplug > virtio-mem: Allow to specify an ACPI PXM as nid &gt...
2020 Jun 11
0
[PATCH v1] virtio-mem: add memory via add_memory_driver_managed()
...fffffff : System RAM (virtio_mem) > 340000000-347ffffff : System RAM (virtio_mem) > 348000000-34fffffff : System RAM (virtio_mem) > [...] > > Cc: "Michael S. Tsirkin" <mst at redhat.com> > Cc: Pankaj Gupta <pankaj.gupta.linux at gmail.com> > Cc: teawater <teawaterz at linux.alibaba.com> > Signed-off-by: David Hildenbrand <david at redhat.com> > --- > > Based on latest Linus' tree (and not a tag) because > - virtio-mem has just been merged via the vhost tree > - add_memory_driver_managed() has been merged a week ag...
2020 Apr 02
0
[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
On Thu, Apr 02, 2020 at 04:00:05PM +0800, teawater wrote: > > > > 2020?3?31? 22:07?Michael S. Tsirkin <mst at redhat.com> ??? > > > > On Tue, Mar 31, 2020 at 04:03:18PM +0200, David Hildenbrand wrote: > >> On 31.03.20 15:37, Michael S. Tsirkin wrote: > >>> On Tue, Mar 31, 2020 at 03:32:05PM +020...
2020 Mar 02
0
[PATCH v1 00/11] virtio-mem: paravirtualized memory
...ebastien Boeuf <sebastien.boeuf at intel.com> > Cc: Samuel Ortiz <samuel.ortiz at intel.com> > Cc: Robert Bradford <robert.bradford at intel.com> > Cc: Luiz Capitulino <lcapitulino at redhat.com> > Cc: Pankaj Gupta <pankaj.gupta.linux at gmail.com> > Cc: teawater <teawaterz at linux.alibaba.com> > Cc: Igor Mammedov <imammedo at redhat.com> > Cc: Dr. David Alan Gilbert <dgilbert at redhat.com> > > David Hildenbrand (11): > ACPI: NUMA: export pxm_to_node > virtio-mem: Paravirtualized memory hotplug > virtio-mem: P...
2020 Jun 08
4
[PATCH] virtio_mem: prevent overflow with subblock size
If subblock size is large (e.g. 1G) 32 bit math involving it can overflow. Rather than try to catch all instances of that, let's tweak block size to 64 bit. It ripples through UAPI which is an ABI change, but it's not too late to make it, and it will allow supporting >4Gbyte blocks while might become necessary down the road. Fixes: 5f1f79bbc9e26 ("virtio-mem: Paravirtualized
2020 Jun 08
4
[PATCH] virtio_mem: prevent overflow with subblock size
If subblock size is large (e.g. 1G) 32 bit math involving it can overflow. Rather than try to catch all instances of that, let's tweak block size to 64 bit. It ripples through UAPI which is an ABI change, but it's not too late to make it, and it will allow supporting >4Gbyte blocks while might become necessary down the road. Fixes: 5f1f79bbc9e26 ("virtio-mem: Paravirtualized
2020 May 07
20
[PATCH v3 00/15] virtio-mem: paravirtualized memory
...dded patch #11-#15 Cc: Sebastien Boeuf <sebastien.boeuf at intel.com> Cc: Samuel Ortiz <samuel.ortiz at intel.com> Cc: Robert Bradford <robert.bradford at intel.com> Cc: Luiz Capitulino <lcapitulino at redhat.com> Cc: Pankaj Gupta <pankaj.gupta.linux at gmail.com> Cc: teawater <teawaterz at linux.alibaba.com> Cc: Igor Mammedov <imammedo at redhat.com> Cc: Dr. David Alan Gilbert <dgilbert at redhat.com> David Hildenbrand (15): virtio-mem: Paravirtualized memory hotplug virtio-mem: Allow to specify an ACPI PXM as nid virtio-mem: Paravirtualized mem...
2020 May 07
20
[PATCH v3 00/15] virtio-mem: paravirtualized memory
...dded patch #11-#15 Cc: Sebastien Boeuf <sebastien.boeuf at intel.com> Cc: Samuel Ortiz <samuel.ortiz at intel.com> Cc: Robert Bradford <robert.bradford at intel.com> Cc: Luiz Capitulino <lcapitulino at redhat.com> Cc: Pankaj Gupta <pankaj.gupta.linux at gmail.com> Cc: teawater <teawaterz at linux.alibaba.com> Cc: Igor Mammedov <imammedo at redhat.com> Cc: Dr. David Alan Gilbert <dgilbert at redhat.com> David Hildenbrand (15): virtio-mem: Paravirtualized memory hotplug virtio-mem: Allow to specify an ACPI PXM as nid virtio-mem: Paravirtualized mem...