Re: [Qemu-devel] [PATCH 1/3] megasas: add MegaRAID SAS 2108 emulation

2014-04-28 Thread Hannes Reinecke
On 04/28/2014 05:20 PM, Andreas Färber wrote: Am 28.04.2014 15:01, schrieb Hannes Reinecke: The 2108 chip supports MSI and MSI-X, so update the emulation to support both chips. Signed-off-by: Hannes Reinecke --- hw/scsi/megasas.c| 138 ++-

[Qemu-devel] [PATCH] configure: Enable dead code (lzo, snappy, quorum)

2014-04-28 Thread Stefan Weil
Those options were not enabled by default, even when the build environment would have supported them, so the corresponding code was not compiled in normal test builds like on build bots. Signed-off-by: Stefan Weil --- I'm not sure whether this patch is trivial enough for qemu-trivial. Are there

Re: [Qemu-devel] [patch 2/2] target-i386: block migration and savevm if invariant tsc is exposed

2014-04-28 Thread Paolo Bonzini
Il 28/04/2014 21:23, Eduardo Habkost ha scritto: > Makes sense. Basically "-cpu host,migratable=yes" is close to > libvirt's host-model and Alex Graf's proposed "-cpu best". Should we > call it "-cpu best" and drop migratability of "-cpu host"? "-cpu best" is different from the modes above. It

[Qemu-devel] [PATCH] qga: Fix typo (plural) in comment

2014-04-28 Thread Stefan Weil
Signed-off-by: Stefan Weil --- qga/main.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qga/main.c b/qga/main.c index d838c3e..38219c9 100644 --- a/qga/main.c +++ b/qga/main.c @@ -1110,7 +1110,7 @@ int main(int argc, char **argv) if (ga_is_frozen(s)) { if

[Qemu-devel] [PATCH 4/3] qemu-socket: Clean up inet_connect_opts()

2014-04-28 Thread Markus Armbruster
Separate the search for a working addrinfo from the code that does something with it. Makes for a clearer search loop. Use a local Error * to simplify resetting the error in the search loop. Signed-off-by: Markus Armbruster --- Forgot to include this one. inet_connect_opts() admittedly isn't i

Re: [Qemu-devel] [PATCH] Makefile: Fix per-object variables for Makefile.target

2014-04-28 Thread Paolo Bonzini
Il 29/04/2014 05:29, Fam Zheng ha scritto: > The compiling is done in a subdir, so the extraction of per-object libs > and cflags are referencing objects with ../ prefixed. So prefix the > per-object variables "foo.o-cflags" and "foo.o-libs" to > "../foo.o-cflags" and "../foo.o-libs". > > Signed-o

Re: [Qemu-devel] [PATCH 4/3] qemu-socket: Clean up inet_connect_opts()

2014-04-28 Thread Markus Armbruster
In-Reply-To missing, sorry! Markus Armbruster writes: > Separate the search for a working addrinfo from the code that does > something with it. Makes for a clearer search loop. > > Use a local Error * to simplify resetting the error in the search > loop. > > Signed-off-by: Markus Armbruster >

Re: [Qemu-devel] [PATCH] MAINTAINERS: addresses for responsible disclosure

2014-04-28 Thread Michael S. Tsirkin
On Mon, Apr 28, 2014 at 09:00:40PM +, Liguori, Anthony wrote: > I think this is a bit overkill. Hmm to clarify, this forces people to send info about 0 day exploits over the internet in cleartext. What do we get in return for sacrificing the privacy? A small convenience of not typing in 3 add

Re: [Qemu-devel] [PATCH] configure: Enable dead code (lzo, snappy, quorum)

2014-04-28 Thread qiaonuohan
On 04/29/2014 02:21 PM, Stefan Weil wrote: Those options were not enabled by default, even when the build environment would have supported them, so the corresponding code was not compiled in normal test builds like on build bots. Signed-off-by: Stefan Weil Reviewed-by: Qiao Nuohan --- I'm

[Qemu-devel] E1000 emulation in QEMU (address range)

2014-04-28 Thread Ayaz Akram
Hi !! Can anyone tell me, what IO and mem address range is used by e1000 emulation in QEMU ??

Re: [Qemu-devel] KVM call agenda for 2014-04-28

2014-04-28 Thread Michael S. Tsirkin
On Mon, Apr 28, 2014 at 05:34:34PM +0200, Markus Armbruster wrote: > Juan Quintela writes: > > > Hi > > > > Please, send any topic that you are interested in covering. > > [...] > > I'd like to have these things settled sooner than five minutes before > the scheduled hour, so here goes: call or

<    1   2   3   4