[libvirt] [PATCH] network driver: don't send default route to clients on isolated networks

2011-03-13 Thread Laine Stump
Normally dnsmasq will send a default route (the address of the host in the network definition) to any client requesting an address via DHCP. On an isolated network this makes no sense, as we have iptables to prevent any traffic going out via that interface, so anything sent that way would be

[libvirt] [PATCH v2] qemu: fallback to HMP drive_add/drive_del

2011-03-13 Thread Hu Tao
On Fri, Mar 11, 2011 at 04:05:16PM +0100, Jiri Denemark wrote: -/* See if drive_del isn't supported */ -if (qemuMonitorJSONHasError(reply, CommandNotFound)) { -VIR_ERROR0(_(deleting disk is not supported. -This may leak data if disk is

Re: [libvirt] [PATCH] CVE-2011-1146

2011-03-13 Thread Daniel Veillard
On Sat, Mar 12, 2011 at 11:19:33PM +0100, Guido Günther wrote: Hi, attached patch adds the missing checks for https://bugzilla.redhat.com/show_bug.cgi?id=683650 O.k. to apply? Cheers, -- Guido This led me to review the full set of entry points. Okay, ACK, I applied it, but I also

Re: [libvirt] [PATCH 3/5] libvirt/qemu - support persistent modification of devices.

2011-03-13 Thread Wen Congyang
At 03/03/2011 09:11 AM, KAMEZAWA Hiroyuki Write: From f7a997e3cd58cfac81e131afdd20c3691267831d Mon Sep 17 00:00:00 2001 From: KAMEZAWA Hiroyuki kamezawa.hir...@jp.fujitsu.com Date: Thu, 3 Mar 2011 09:43:07 +0900 Subject: [PATCH 3/5] libivrt/qemu - support persistent modification of devices.