Displaying 11 results from an estimated 11 matches for "hejun".
Did you mean:
tejun
2013 Dec 17
1
[PATCH V2] virtio-scsi: Fix hotcpu_notifier use-after-free with virtscsi_freeze
From: Asias He <asias.hejun at gmail.com>
vqs are freed in virtscsi_freeze but the hotcpu_notifier is not
unregistered. We will have a use-after-free usage when the notifier
callback is called after virtscsi_freeze.
Fixes: 285e71ea6f3583a85e27cb2b9a7d8c35d4c0d558
("virtio-scsi: reset virtqueue affinity when doing cp...
2013 Dec 17
1
[PATCH V2] virtio-scsi: Fix hotcpu_notifier use-after-free with virtscsi_freeze
From: Asias He <asias.hejun at gmail.com>
vqs are freed in virtscsi_freeze but the hotcpu_notifier is not
unregistered. We will have a use-after-free usage when the notifier
callback is called after virtscsi_freeze.
Fixes: 285e71ea6f3583a85e27cb2b9a7d8c35d4c0d558
("virtio-scsi: reset virtqueue affinity when doing cp...
2010 Jan 14
0
Install RedHat/CentOS domU on OpenSolaris with ISO image
...file driver at first.
3) pfexec mount -F hsfs /dev/lofi/1 /mnt
# Now we can mount the loopback file driver with hsfs format.
4) pfexec share -o ro /mnt
# Share the directory /mnt with read only
5) pfexec virt-install --paravirt --nographics --name vm01 --ram 512 --os-type=linux -f /export/home/hejun/vhost/vm01 -l nfs:192.168.0.11:/mnt
# the installation source is nfs directory. One said the host name must meet FQDN ,but there is not dns service in my network. If I use "nfs:hostname:/mnt", the RedHat installation can''t find nfs server, you need to tell it ip address again....
2012 Apr 07
0
[PATCH 05/14] kvm tools: Add virtio-mmio support
From: Asias He <asias.hejun at gmail.com>
This patch is based on Sasha's 'kvm tools: Add support for virtio-mmio'
patch. ioeventfds support is added which was missing in the previous one.
VQ size/align is still not supported.
It adds support for the new virtio-mmio transport layer added in
3.2-rc1. The purpos...
2012 Apr 07
0
[PATCH 05/14] kvm tools: Add virtio-mmio support
From: Asias He <asias.hejun at gmail.com>
This patch is based on Sasha's 'kvm tools: Add support for virtio-mmio'
patch. ioeventfds support is added which was missing in the previous one.
VQ size/align is still not supported.
It adds support for the new virtio-mmio transport layer added in
3.2-rc1. The purpos...
2013 Sep 16
1
Gluster 3.4 QEMU and Permission Denied Errors
Hey List,
I'm trying to test out using Gluster 3.4 for virtual machine disks. My
enviroment consists of two Fedora 19 hosts with gluster and qemu/kvm
installed.
I have a single volume on gluster called vmdata that contains my qcow2
formated image created like this:
qemu-img create -f qcow2 gluster://localhost/vmdata/test1.qcow 8G
I'm able to boot my created virtual machine but in the
2014 Jul 05
0
[RFC V2 4/7] VSOCK: Introduce virtio-vsock.ko
From: Asias He <asias at redhat.com>
VM sockets virtio transport implementation. This module runs in guest
kernel.
Signed-off-by: Asias He <asias at redhat.com>
---
net/vmw_vsock/virtio_transport.c | 448 +++++++++++++++++++++++++++++++++++++++
1 file changed, 448 insertions(+)
create mode 100644 net/vmw_vsock/virtio_transport.c
diff --git a/net/vmw_vsock/virtio_transport.c
2010 Jun 21
0
Bug#586670: xen-hypervisor-3.4-i386: xserver does not work on i386 system in dom0, while works on amd64 system
Package: xen-hypervisor-3.4-i386
Version: 3.4.3-1
Severity: important
Dear Maintainer,
I tried on 2 machines with ati's and intel's video card, both xservers fail to work.
xserver works well with linux-image-2.6.32-5-xen-686(with out xen.gz) and linux-image-2.6.32-5-686.
I also tried xen-hypervisor-4.0-i386, the problem is still there.
Free fill to ask for more info.
2014 Jul 05
0
[RFC V2 3/7] VSOCK: Introduce virtio-vsock-common.ko
From: Asias He <asias at redhat.com>
This module contains the common code and header files for the following
virtio-vsock and virtio-vhost kernel modules.
Signed-off-by: Asias He <asias at redhat.com>
---
include/linux/virtio_vsock.h | 207 ++++
include/uapi/linux/virtio_ids.h | 1 +
.../uapi/linux/{virtio_ids.h => virtio_vsock.h} |
2014 Jul 05
9
[RFC V2 0/7] Introduce VM Sockets virtio transport
Hello guys,
This was V2 of the virtio-vsock back in last October. I do not have time to
work on it since then. People are asking the latest status of virtio-vsock from
time to time, so I'm sending out the code for people who are interested in.
Feel free to grab the code and work on it if you want.
In commit d021c344051af91 (VSOCK: Introduce VM Sockets), VMware added VM
Sockets support. VM
2014 Jul 05
9
[RFC V2 0/7] Introduce VM Sockets virtio transport
Hello guys,
This was V2 of the virtio-vsock back in last October. I do not have time to
work on it since then. People are asking the latest status of virtio-vsock from
time to time, so I'm sending out the code for people who are interested in.
Feel free to grab the code and work on it if you want.
In commit d021c344051af91 (VSOCK: Introduce VM Sockets), VMware added VM
Sockets support. VM