Re: [Qemu-devel] Handling of setend instruction for ARM

2012-04-24 Thread Peter Maydell
On 24 April 2012 18:04, Rajat Goyal rajat.goyal...@gmail.com wrote: The TCG translation for the ARM setend instruction for user level binaries is empty. A binary which just prints hello world but inverts the endianness to big endian at the beginning of main gives a segmentation fault on native

Re: [Qemu-devel] Spice vdagent on SLED 11

2012-04-24 Thread Raj Rajasekaran
lspci listed 'Communication Controller Virtio console' as one of the devices exposed. But I did not see any /dev/vport*. On Tue, Apr 24, 2012 at 12:17 PM, Andrew Cathrow acath...@redhat.comwrote: - Original Message - From: Raj Rajasekaran r...@connecttel.com To: Andrew Cathrow

Re: [Qemu-devel] [PATCH v2 09/15] target-i386: Add property getter for CPU model

2012-04-24 Thread Michael Roth
On Tue, Apr 24, 2012 at 06:50:28PM +0200, Andreas Färber wrote: Am 24.04.2012 18:36, schrieb Michael Roth: On Tue, Apr 24, 2012 at 11:33:35AM +0200, Andreas Färber wrote: Signed-off-by: Andreas Färber afaer...@suse.de --- target-i386/cpu.c | 14 +- 1 files changed, 13

Re: [Qemu-devel] Spice vdagent on SLED 11

2012-04-24 Thread Andrew Cathrow
- Original Message - From: Raj Rajasekaran r...@connecttel.com To: Andrew Cathrow acath...@redhat.com Cc: qemu-devel@nongnu.org Sent: Tuesday, April 24, 2012 1:38:59 PM Subject: Re: [Qemu-devel] Spice vdagent on SLED 11 lspci listed 'Communication Controller Virtio console' as

Re: [Qemu-devel] Spice vdagent on SLED 11

2012-04-24 Thread Raj Rajasekaran
SLED Version 11. On Tue, Apr 24, 2012 at 12:46 PM, Andrew Cathrow acath...@redhat.comwrote: - Original Message - From: Raj Rajasekaran r...@connecttel.com To: Andrew Cathrow acath...@redhat.com Cc: qemu-devel@nongnu.org Sent: Tuesday, April 24, 2012 1:38:59 PM Subject: Re:

Re: [Qemu-devel] Spice vdagent on SLED 11

2012-04-24 Thread Andrew Cathrow
- Original Message - From: Raj Rajasekaran r...@connecttel.com To: Andrew Cathrow acath...@redhat.com Cc: qemu-devel@nongnu.org Sent: Tuesday, April 24, 2012 1:49:33 PM Subject: Re: [Qemu-devel] Spice vdagent on SLED 11 SLED Version 11. From what I learned on #kvm you need a

Re: [Qemu-devel] [PULL 0/9] Tracing patches

2012-04-24 Thread Andreas Färber
Am 18.04.2012 16:07, schrieb Stefan Hajnoczi: The last tracing pull for 1.1 before we merge only fixes. The following changes since commit 6e7a7f3d9bc2031b4c93c05400b18775ba1b1f55: Allow controlling volume with PulseAudio backend (2012-04-17 16:57:58 +0400) are available in the git

[Qemu-devel] [PATCH] target-arm: Make SETEND respect bswap_code (BE8) setting

2012-04-24 Thread Peter Maydell
Make the SETEND instruction respect the setting of bswap_code, so that in BE8 mode we UNDEF for attempts to switch into little-endian mode and nop for attempts to stay in big-endian mode. (This is the inverse of the existing handling of SETEND in the more common little-endian setup, which we use

[Qemu-devel] [Bug 818673] Re: virtio: trying to map MMIO memory

2012-04-24 Thread Vitalis
Hello with bad news! I have: virtio_ioport_write: unexpected address 0x13 value 0x1 on config: LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.12 -cpu qemu32 -enable-kvm -m 3072 -smp 1 -name nata_xp -uuid

[Qemu-devel] [PATCH] cocoa: Fix build

2012-04-24 Thread Bernhard Walle
This patch is from MacPorts [1]. I don't know the origin, but as it's quite trivial I hope it's okay to post it without that information. At least it fixes building QEMU on Mac OS 10.7. The compiler error without that patch: -- 8 ---

[Qemu-devel] qemu-ga: conclusions on shutdown suspend behavior

2012-04-24 Thread Luiz Capitulino
Hi there, With the risk of becoming repetitive, I'm going to summarize the problems and solutions we've discussed in the last few days for the problems found in qemu-ga's shutdown and suspend commands. Gleb and Igor, you may be interested in items 2 and 4. Basically, we have four issues: 1.

Re: [Qemu-devel] [PATCH v5 00/14] configure: --with-confsuffix option

2012-04-24 Thread Anthony Liguori
On 04/18/2012 02:55 PM, Eduardo Habkost wrote: This is just a rebase of v4, because I noticed that v4 doesn't apply cleanly against current git master anymore (and I will soon submit a series that will depend on this one). Changes v4 - v5: - Rebase against latest qemu.git Changes v3 - v4:

Re: [Qemu-devel] [PATCH] Remove extra pthread switch

2012-04-24 Thread Anthony Liguori
On 04/20/2012 09:36 AM, Peter Portante wrote: From the Department of the Redundancy Department: remove the extra pthread switch which might be there from the package config check for gthreads. Signed-off-by: Peter Portantepeter.porta...@redhat.com Applied. Thanks. Regards, Anthony

Re: [Qemu-devel] [PATCH] qom: Refine container_get() to allow using a custom root

2012-04-24 Thread Anthony Liguori
On 04/05/2012 06:21 AM, Andreas Färber wrote: Specify the root to search from as argument. This avoids hardcoding /machine in some places and makes it more flexible. Signed-off-by: Andreas Färberafaer...@suse.de Cc: Paolo Bonzinipbonz...@redhat.com Cc: Anthony Liguorianth...@codemonkey.ws

Re: [Qemu-devel] [PATCH] Limit ptimer rate to something achievable

2012-04-24 Thread Anthony Liguori
On 04/20/2012 12:32 AM, Peter Chubb wrote: If a guest sets very short timeouts, and asks for a timer to be reloaded on timeout, QEMU can go to 100%CPU utilisation and become unresponsive, as it is spending all its time generating timeout interrupts. On real hardware this doesn't matter, as the

Re: [Qemu-devel] [PATCH] qemu-char: Fix crash when switching consoles

2012-04-24 Thread Anthony Liguori
On 04/19/2012 03:27 PM, Stefan Weil wrote: qemu-system-arm (and other system emulations) crashes with SDL when the user switches consoles (Alt-Ctrl-F4). We already check for NULL pointers in qemu_chr_fe_ioctl, qemu_chr_be_can_write and other functions, so do this also for s-chr_read in

Re: [Qemu-devel] [PATCH] configure: Virtfs doesn't require libcap.

2012-04-24 Thread Anthony Liguori
On 04/22/2012 05:16 AM, Kusanagi Kouichi wrote: Only proxy helper does. Signed-off-by: Kusanagi Kouichisl...@ac.auone-net.jp Applied. Thanks. Regards, Anthony Liguori --- configure |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure b/configure index

Re: [Qemu-devel] [PATCH] qtest: Fix tv_usec != long

2012-04-24 Thread Anthony Liguori
On 04/19/2012 07:09 AM, Richard Henderson wrote: Sparc Debian 5.0.8 does not define __suseconds_t as long, but FMT_timeval expects %ld. Signed-off-by: Richard Hendersonr...@twiddle.net Cc: Anthony Liguorialigu...@us.ibm.com Cc: Paolo Bonzinipbonz...@redhat.com Applied. Thanks. Regards,

Re: [Qemu-devel] [PATCH v8 2/4] sockets: change inet_connect() to support nonblock socket

2012-04-24 Thread Michael Roth
On Fri, Apr 20, 2012 at 12:40:24PM +0800, Amos Kong wrote: Add a bool argument to inet_connect() to assign if set socket to block/nonblock, and delete original argument 'socktype' that is unused. Add a new argument to inet_connect()/inet_connect_opts(), to pass back connect error by error

[Qemu-devel] [RFC PATCH V2 0/2] Standard SD host controller model

2012-04-24 Thread Igor Mitsyanko
First patch introduces standard SD host controller model. This is accumulated version of my previous patch I sent a while ago and a recent SDHCI patch by Peter A. G. Crosthwaite. Second patch introduces Exynos4210-specific SDHCI built on top of standard SDHCI model. v1-v2 PATCH1: - add

[Qemu-devel] [RFC PATCH V2 2/2] exynos4210: introduce Exynos4210 SD host controller model

2012-04-24 Thread Igor Mitsyanko
Exynos4210 SD/MMC host controller is based on SD association standart host controller ver. 2.00 Signed-off-by: Igor Mitsyanko i.mitsya...@samsung.com --- Makefile.target |1 + hw/exynos4210.c | 20 +++ hw/exynos4210_sdhci.c | 438

Re: [Qemu-devel] [PATCH v8 4/4] use inet_listen()/inet_connect() to support ipv6 migration

2012-04-24 Thread Michael Roth
On Fri, Apr 20, 2012 at 12:43:57PM +0800, Amos Kong wrote: Use help functions in qemu-socket.c for tcp migration, which already support ipv6 addresses. Currently errp will be set to UNDEFINED_ERROR when migration fails, qemu would output migration failed: ..., and current user can see a

[Qemu-devel] [PATCH V3 0/4] Exynos: i2c, gpio and touchscreen support for NURI board

2012-04-24 Thread Igor Mitsyanko
This patchset adds Exynos4210 i2c and GPIO implementation along with Atmel MXT touchscreen which is used for NURI board emulation. v2-v3 - static TypeInfos are made const. - added spaces after do {. - All rights reserved sentence is droped from license. - names are fixed

[Qemu-devel] [PATCH V3 2/4] vmstate.h: introduce VMSTATE_STRUCT_ARRAY_POINTER_TEST_V

2012-04-24 Thread Igor Mitsyanko
It could be used to save/load array of structs with statically known length pointed by device state member. Signed-off-by: Igor Mitsyanko i.mitsya...@samsung.com --- vmstate.h | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/vmstate.h b/vmstate.h index

Re: [Qemu-devel] [PATCH v2 1/6] block: use Error mechanism instead of -errno for block_job_create()

2012-04-24 Thread Luiz Capitulino
On Tue, 24 Apr 2012 14:53:55 +0100 Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: The block job API uses -errno return values internally and we convert these to Error in the QMP functions. This is ugly because the Error should be created at the point where we still have all the relevant

[Qemu-devel] [PATCH V3 1/4] exynos4210: add Exynos4210 i2c implementation

2012-04-24 Thread Igor Mitsyanko
Create 9 exynos4210 i2c interfaces. Signed-off-by: Igor Mitsyanko i.mitsya...@samsung.com Reviewed-by: Andreas Färber afaer...@suse.de --- Makefile.target |1 + hw/exynos4210.c | 27 hw/exynos4210.h |3 + hw/exynos4210_i2c.c | 334

Re: [Qemu-devel] [PATCH v2 3/6] block: change block-job-set-speed argument from 'value' to 'speed'

2012-04-24 Thread Luiz Capitulino
On Tue, 24 Apr 2012 09:03:06 -0600 Eric Blake ebl...@redhat.com wrote: +++ b/hmp-commands.hx @@ -85,8 +85,8 @@ ETEXI { .name = block_job_set_speed, -.args_type = device:B,value:o, -.params = device value, +.args_type =

[Qemu-devel] [PATCH V3 4/4] hw: add Atmel maxtouch touchscreen implementation

2012-04-24 Thread Igor Mitsyanko
And use it for exynos4210 NURI board emulation Signed-off-by: Igor Mitsyanko i.mitsya...@samsung.com --- Makefile.objs |1 + default-configs/arm-softmmu.mak |1 + hw/exynos4_boards.c | 11 +- hw/maxtouch.c | 1114

Re: [Qemu-devel] [PATCH v2 4/6] block: add 'speed' optional parameter to block-stream

2012-04-24 Thread Luiz Capitulino
On Tue, 24 Apr 2012 14:53:58 +0100 Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: Allow streaming operations to be started with an initial speed limit. This eliminates the window of time between starting streaming and issuing block-job-set-speed. Users should use the new optional 'speed'

[Qemu-devel] [PATCH] fdc: simplify media change handling

2012-04-24 Thread Hervé Poussineau
This also (partly) fixes IBM OS/2 Warp 4.0 floppy installation, where not all floppies have the same format (2x80x18 for the first ones, 2x80x23 for the next ones). Signed-off-by: Hervé Poussineau hpous...@reactos.org --- hw/fdc.c | 29 +++-- 1 file changed, 11

Re: [Qemu-devel] [PATCH] Fix IDE FDC emulation for no media

2012-04-24 Thread Hervé Poussineau
Hi, Pavel Hrdina a écrit : On 04/24/2012 09:48 AM, Andreas Färber wrote: Am 23.04.2012 18:06, schrieb Pavel Hrdina: Hi, this is the patch to fix incorrect handling of IDE floppy drive controller emulation when no media is present. If the guest is booted without a media then the drive was

Re: [Qemu-devel] [PATCH 3/4] block: add 'speed' optional parameter to block-stream

2012-04-24 Thread Luiz Capitulino
On Mon, 23 Apr 2012 16:39:48 +0100 Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: Allow streaming operations to be started with an initial speed limit. This eliminates the window of time between starting streaming and issuing block-job-set-speed. Users should use the new optional 'speed'

Re: [Qemu-devel] [PATCH v2 0/6] block: add optional 'speed' parameter to block-stream

2012-04-24 Thread Luiz Capitulino
On Tue, 24 Apr 2012 14:53:54 +0100 Stefan Hajnoczi stefa...@linux.vnet.ibm.com wrote: Eric Blake raised concerns about the inability to start block jobs with a speed limit. Current the user needs to follow up the block-stream command with block-job-set-speed. There is a window of time

Re: [Qemu-devel] [PATCH] fdc: simplify media change handling

2012-04-24 Thread Pavel Hrdina
On 04/24/2012 09:15 PM, Hervé Poussineau wrote: This also (partly) fixes IBM OS/2 Warp 4.0 floppy installation, where not all floppies have the same format (2x80x18 for the first ones, 2x80x23 for the next ones). Signed-off-by: Hervé Poussineauhpous...@reactos.org Hi, it isn't fix the media

[Qemu-devel] [PATCH qemu 4/6] vl.c: change 'defconfig' variable to bool

2012-04-24 Thread Eduardo Habkost
Signed-off-by: Eduardo Habkost ehabk...@redhat.com --- vl.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vl.c b/vl.c index 1e5e593..a4f4676 100644 --- a/vl.c +++ b/vl.c @@ -2279,7 +2279,7 @@ int main(int argc, char **argv, char **envp) #ifdef CONFIG_VNC int

[Qemu-devel] [PATCH qemu 2/6] eliminate arch_config_name variable

2012-04-24 Thread Eduardo Habkost
Not needed anymore, as the code that uses the variable is already inside arch_init.c. Signed-off-by: Eduardo Habkost ehabk...@redhat.com --- arch_init.c |3 +-- arch_init.h |2 -- 2 files changed, 1 insertions(+), 4 deletions(-) diff --git a/arch_init.c b/arch_init.c index

[Qemu-devel] [PATCH qemu v2 0/6] -no-user-config option, move CPU models to /usr/share

2012-04-24 Thread Eduardo Habkost
Changes v1 - v2: - Move qemu_read_default_config_files() prototype to qemu-config.h - Make defconfig and userconfig variable bool - Coding style change Patches 1 to 4 just move some code around, patch 5 just adds the new option without adding any new config file. Patch 6 finally creates a

[Qemu-devel] [PATCH qemu 3/6] move list of default config files to an array

2012-04-24 Thread Eduardo Habkost
More files will be added to the list, with additional attributes, later. Signed-off-by: Eduardo Habkost ehabk...@redhat.com --- arch_init.c | 25 - 1 files changed, 16 insertions(+), 9 deletions(-) diff --git a/arch_init.c b/arch_init.c index 152cbbb..62332e9 100644

[Qemu-devel] [PATCH qemu 5/6] implement -no-user-config command-line option (v2)

2012-04-24 Thread Eduardo Habkost
Changes v1 - v2: - Change 'userconfig' field/variables to bool instead of int - Coding style change Signed-off-by: Eduardo Habkost ehabk...@redhat.com --- arch_init.c | 11 --- qemu-config.h |2 +- qemu-options.hx | 16 +--- vl.c|6 +- 4

[Qemu-devel] [PATCH qemu 6/6] move CPU definitions to /usr/share/qemu/cpus-x86_64.conf (v2)

2012-04-24 Thread Eduardo Habkost
Changes v1 - v2: - userconfig variable is now bool, not int Signed-off-by: Eduardo Habkost ehabk...@redhat.com --- Makefile | 12 +++- arch_init.c |1 + sysconfigs/target/cpus-x86_64.conf | 128 ++

Re: [Qemu-devel] [PATCH v2] configure: Fix creation of symbolic links for MinGW toolchain

2012-04-24 Thread Stefan Weil
Am 19.03.2012 13:20, schrieb Stefan Weil: The MinGW toolchain on w32/w64 hosts does not create symbolic links, but implements 'ln -s' similar to 'cp -r'. In incremental out of tree builds, this resulted in files which were not updated when their counterparts in the QEMU source tree changed.

[Qemu-devel] [PATCH qemu 1/6] move code to read default config files to a separate function (v2)

2012-04-24 Thread Eduardo Habkost
Function added to arch_init.c because it depends on arch-specific settings. Changes v1 - v2: - Move qemu_read_default_config_file() prototype to qemu-config.h Signed-off-by: Eduardo Habkost ehabk...@redhat.com --- arch_init.c | 18 ++ qemu-config.h |4 vl.c

[Qemu-devel] How can I see the data for IDE DMA?

2012-04-24 Thread Sungchan Kim
Dear all, I'm trying to integrate our custom SSD simulator by modifying the ide part of qemu. To do this, beside a boot disk, I'm using an additional disk image in raw format that is mounted to /dev/sdb. I'm working with the ubuntu 11.04 image that is mounted as /dev/sda. I need to monitor

Re: [Qemu-devel] [PATCH 10/12] Calculate pci region stats on demand

2012-04-24 Thread Kevin O'Connor
On Tue, Apr 24, 2012 at 06:24:27PM +1200, Alexey Korolev wrote: Do not store pci region stats - instead calulate the sum and alignment on demand. [...] @@ -446,9 +459,9 @@ static int pci_bios_check_devices(struct pci_bus *busses) for (type = 0; type PCI_REGION_TYPE_COUNT; type++) {

Re: [Qemu-devel] [PATCH 11/12] Migrate 64bit entries to 64bit pci regions

2012-04-24 Thread Kevin O'Connor
On Tue, Apr 24, 2012 at 06:25:39PM +1200, Alexey Korolev wrote: Migrate 64bit entries to 64bit pci regions if they do not fit in 32bit range. [...] +static void pci_region_migrate_64bit_entries(struct pci_region *from, + struct pci_region *to) +{ +

Re: [Qemu-devel] [PATCH v4] ARM: Exynos4210 IRQ: Introduce new IRQ gate functionality.

2012-04-24 Thread Evgeny Voevodin
On 24.04.2012 20:17, Peter Maydell wrote: On 24 April 2012 05:19, Evgeny Voevodine.voevo...@samsung.com wrote: New IRQ gate consists of n_in input qdev gpio lines and one output sysbus IRQ line. The output IRQ level is formed as OR between all gpio inputs. Signed-off-by: Evgeny

[Qemu-devel] [PATCH v9 2/4] sockets: change inet_connect() to support nonblock socket

2012-04-24 Thread Amos Kong
Add a bool argument to inet_connect() to assign if set socket to block/nonblock, and delete original argument 'socktype' that is unused. Add a new argument to inet_connect()/inet_connect_opts(), to pass back connect error by error class. Retry to connect when -EINTR is got. Connect's successful

[Qemu-devel] [Bug 988125] Re: Generated smb.conf needs to declare state directory

2012-04-24 Thread Nikolaus Rath
** Patch added: smb-patch.diff https://bugs.launchpad.net/bugs/988125/+attachment/3102872/+files/smb-patch.diff -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/988125 Title: Generated smb.conf

[Qemu-devel] [Bug 988125] [NEW] Generated smb.conf needs to declare state directory

2012-04-24 Thread Nikolaus Rath
Public bug reported: The smb.conf generated by the userspace networking does not include a state directory directive. Samba therefore falls back to the default value. Since the user generally does not have write access to this path, smbd immediately crashes. I have attached a patch that adds

[Qemu-devel] [Bug 988125] Re: Generated smb.conf needs to declare state directory

2012-04-24 Thread Nikolaus Rath
** Patch added: Previous patch was broken https://bugs.launchpad.net/qemu/+bug/988125/+attachment/3102896/+files/smb-patch.diff ** Patch removed: smb-patch.diff https://bugs.launchpad.net/qemu/+bug/988125/+attachment/3102872/+files/smb-patch.diff -- You received this bug notification

[Qemu-devel] [Bug 988128] [NEW] smbd crashes when called with smb ports = 0

2012-04-24 Thread Nikolaus Rath
Public bug reported: The smb.conf generated by qemu-kvm contains a smb ports = 0 directive. This causes at least version 3.6.4 of Samba to crash with [0] vostro:/tmp/qemu-smb.6836-0# smbd -i -s smb.conf Unable to setup corepath for smbd: Operation not permitted smbd version 3.6.4 started.

Re: [Qemu-devel] [PATCH v9 2/4] sockets: change inet_connect() to support nonblock socket

2012-04-24 Thread Orit Wasserman
On 04/25/2012 06:32 AM, Amos Kong wrote: Add a bool argument to inet_connect() to assign if set socket to block/nonblock, and delete original argument 'socktype' that is unused. Add a new argument to inet_connect()/inet_connect_opts(), to pass back connect error by error class. Retry to

Re: [Qemu-devel] [PATCH 00/16] QEMU vhost-scsi support

2012-04-24 Thread ronnie sahlberg
On Tue, Apr 24, 2012 at 7:13 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Tue, Apr 24, 2012 at 8:05 AM, Paolo Bonzini pbonz...@redhat.com wrote: Il 24/04/2012 06:21, ronnie sahlberg ha scritto: Hi Stefan, A little bit off-topic but When you design the proper place and API to plug

[Qemu-devel] [PATCH v10 2/4] sockets: change inet_connect() to support nonblock socket

2012-04-24 Thread Amos Kong
Add a bool argument to inet_connect() to assign if set socket to block/nonblock, and delete original argument 'socktype' that is unused. Add a new argument to inet_connect()/inet_connect_opts(), to pass back connect error by error class. Retry to connect when -EINTR is got. Connect's successful

Re: [Qemu-devel] [PATCH v9 2/4] sockets: change inet_connect() to support nonblock socket

2012-04-24 Thread Amos Kong
On 25/04/12 13:00, Orit Wasserman wrote: On 04/25/2012 06:32 AM, Amos Kong wrote: Add a bool argument to inet_connect() to assign if set socket to block/nonblock, and delete original argument 'socktype' that is unused. Add a new argument to inet_connect()/inet_connect_opts(), to pass back

Re: [Qemu-devel] [SeaBIOS] [PATCH 05/12] pciinit: Track region alignment explicitly.

2012-04-24 Thread Alexey Korolev
On 24/04/12 18:56, Gerd Hoffmann wrote: On 04/24/12 08:17, Alexey Korolev wrote: Don't round up bridge regions to the next highest size - instead track alignment explicitly. This should improve the memory layout for bridge regions. This one got mangled too: Applying: pciinit: Track region

[Qemu-devel] [RFC 1/9] virtio: Add support for guest setting of queue size

2012-04-24 Thread Evgeny Voevodin
From: Peter Maydell peter.mayd...@linaro.org The MMIO virtio transport spec allows the guest to tell the host how large the queue size is. Add virtio_queue_set_num() function which implements this in the QEMU common virtio support code. Signed-off-by: Peter Maydell peter.mayd...@linaro.org

[Qemu-devel] [RFC 8/9] hw/virtio-blk.c: Add virtio-blk device.

2012-04-24 Thread Evgeny Voevodin
Signed-off-by: Evgeny Voevodin e.voevo...@samsung.com --- hw/virtio-blk.c | 42 ++ hw/virtio-blk.h | 11 +++ 2 files changed, 53 insertions(+), 0 deletions(-) diff --git a/hw/virtio-blk.c b/hw/virtio-blk.c index 49990f8..b6c5ff5 100644 ---

[Qemu-devel] [RFC 4/9] Add MMIO based virtio transport

2012-04-24 Thread Evgeny Voevodin
From: Peter Maydell peter.mayd...@linaro.org Add support for the generic MMIO based virtio transport. This patch is a modyfied patch of Peter Maydell peter.mayd...@linaro.org. Changes are to have virtio-mmio bridge device which provides virtio-mmio bus. To this

[Qemu-devel] [RFC 9/9] hw/exynos4210.c: Create two virtio-mmio transport instances.

2012-04-24 Thread Evgeny Voevodin
NB: This is for test purposes only. Signed-off-by: Evgeny Voevodin e.voevo...@samsung.com --- hw/exynos4210.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/hw/exynos4210.c b/hw/exynos4210.c index afc4bdc..e065a86 100644 --- a/hw/exynos4210.c +++

<    1   2   3