On virtio and glusterfs block device

2020-11-09 Thread Dmitry Antipov
Hello, I'm running x86 Ubuntu VM with GlusterFS-backed /, e.g. qemu-system-x86_64 -enable-kvm -smp 8 -m 4096 -drive \ file=gluster://192.168.1.xxx/test/bionic.qcow2,if=virtio and the following Fio (https://github.com/axboe/fio) benchmark inside a VM: [global] name=fio-rand-write-libaio

Re: [Qemu-devel] Redundant VDE network

2014-12-09 Thread Dmitry Antipov
On 12/09/2014 12:37 PM, Stefan Hajnoczi wrote: Is there a reason why you are using the old 32-bit SPARC machine types instead of the more modern 64-bit SPARC machine types? Unfortunately yes, this is the closest match to the real (legacy) hardware I need to use :-(. I guess the SS-5 default

[Qemu-devel] Redundant VDE network

2014-12-08 Thread Dmitry Antipov
(This is a partial repost from qemu-discuss@ list since I'm suspecting a bug) I'm using QEMU 2.1.1 to emulate SPARC system and have vde network between two VMs and host system, organized as shown: host tap0 + 192.168.100.254 + | |

Re: [Qemu-devel] Redundant VDE network

2014-12-08 Thread Dmitry Antipov
On 12/08/2014 08:53 PM, Stefan Hajnoczi wrote: Try: qemu-system-sparc -m 256 \ -netdev vde,sock=/tmp/vde0,id=vde0 \ -device ne2k_pci,netdev=vde0 \ -netdev vde,sock=/tmp/vde1,id=vde1 \ -device ne2k_pci,netdev=vde1 \ -hda vm0.img The is the newer syntax and it should

Re: [Qemu-devel] Redundant VDE network

2014-12-08 Thread Dmitry Antipov
On 12/08/2014 08:53 PM, Stefan Hajnoczi wrote: Try: qemu-system-sparc -m 256 \ -netdev vde,sock=/tmp/vde0,id=vde0 \ -device ne2k_pci,netdev=vde0 \ -netdev vde,sock=/tmp/vde1,id=vde1 \ -device ne2k_pci,netdev=vde1 \ -hda vm0.img This works just fine for

[Qemu-devel] [PATCH] MIPS DINSU

2010-05-17 Thread Dmitry Antipov
Hello, shouldn't it be in that way? Dmitry --- qemu-0.12.4/target-mips/translate.c 2010-05-17 16:12:58.048661610 +0400 +++ qemu-0.12.4/target-mips/translate.c 2010-05-17 16:13:12.281656754 +0400 @@ -2761,7 +2761,7 @@ case OPC_DINSU: if (lsb msb) goto fail; -

[Qemu-devel] Cavium Networks' Octeon hardware gets simulated

2010-05-13 Thread Dmitry Antipov
Hello all, I would like to announce the first successful emulation of Cavium Networks' Octeon hardware (http://www.caviumnetworks.com/OCTEON_MIPS64.html). I'm using heavy modified QEMU 0.12.2 and MontaVista's CGE 5.1 (http://www.mvista.com/product_detail_cge.php) as the target Linux system.

[Qemu-devel] How to get 64-bit MMIO?

2010-02-18 Thread Dmitry Antipov
Hello all, is there any support for 64-bit MMIO? I'm trying to emulate 16750-like UART by adopting current 16550A emulation. The problem is that my (MIPS) hardware is 64-bit, and native software issues 64-bit load/stores (LD/SD) to talk with all hardware registers, which are all 64-bit too (for

[Qemu-devel] Emulating MIPS self-examining code

2010-02-08 Thread Dmitry Antipov
Hello, I'm trying to emulate the following MIPS code (taken from the bootloader of my system): /* Initialize GOT pointer. ** Global symbols can't be resolved before this is done, and as such we can't ** use any global symbols in this code. We use the bal/ move xxx,ra