freebsd-dev/sys/dev/xen
Justin T. Gibbs 45cbfcdabc Fix regression in the handling of blkback close events for
devices that are unplugged via QEMU.

sys/dev/xen/blkback/blkback.c:
	Toolstack initiated closures change the frontend's state
	to Closing.  The backend must change to Closing as well,
	even if we can't actually close yet, in order for the
	frontend to notice and start the closing process.

MFC after:	3 days
2012-02-17 22:33:46 +00:00
..
balloon
blkback Fix regression in the handling of blkback close events for 2012-02-17 22:33:46 +00:00
blkfront Fix a bug in the calculation of the maximum I/O request size. 2012-02-16 21:58:47 +00:00
console kern cons: introduce infrastructure for console grabbing by kernel 2011-12-17 15:08:43 +00:00
control
evtchn
netback Fix the netback driver build for i386. 2012-02-02 17:54:35 +00:00
netfront ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again 2012-01-07 09:41:57 +00:00
pcifront
xenpci Make XENHVM work on i386. The __ffs() function counts bits starting from 2012-01-16 02:38:45 +00:00