1 invirt-xen-config (0.0.12) unstable; urgency=low
3 * Add missing close paren to init script
5 -- Evan Broder <broder@mit.edu> Fri, 31 Oct 2008 09:50:47 -0400
7 invirt-xen-config (0.0.11) unstable; urgency=low
9 * Automatically startup sysvms if they're not running already
11 -- Evan Broder <broder@mit.edu> Fri, 31 Oct 2008 09:47:15 -0400
13 invirt-xen-config (0.0.10) unstable; urgency=low
15 * Generate config files for sysvms
17 -- Evan Broder <broder@mit.edu> Fri, 31 Oct 2008 07:40:13 -0400
19 invirt-xen-config (0.0.9) unstable; urgency=low
21 * don't try to disable tx checksums for HVMs; it errors out
23 -- Greg Price <price@mit.edu> Wed, 29 Oct 2008 01:26:07 -0400
25 invirt-xen-config (0.0.8) unstable; urgency=low
27 * sipb-xen-base -> invirt-base
29 -- Evan Broder <broder@mit.edu> Tue, 28 Oct 2008 04:23:38 -0400
31 invirt-xen-config (0.0.7) unstable; urgency=low
33 * Clarify description to distinguish from invirt-host-master
35 -- Greg Price <price@mit.edu> Sat, 25 Oct 2008 21:16:51 -0400
37 invirt-xen-config (0.0.6) unstable; urgency=low
39 * sipb-xen-database-common -> invirt-database
41 -- Evan Broder <broder@mit.edu> Sat, 25 Oct 2008 21:03:33 -0400
43 invirt-xen-config (0.0.5) unstable; urgency=low
45 * Give the init script a less weird sounding description
47 -- Evan Broder <broder@mit.edu> Sat, 25 Oct 2008 19:11:28 -0400
49 invirt-xen-config (0.0.4) unstable; urgency=low
51 * Another typo in the init script
53 -- Evan Broder <broder@mit.edu> Sat, 25 Oct 2008 19:07:32 -0400
55 invirt-xen-config (0.0.3) unstable; urgency=low
57 * Some small fixes in the init script
59 -- Evan Broder <broder@mit.edu> Sat, 25 Oct 2008 19:03:12 -0400
61 invirt-xen-config (0.0.2) unstable; urgency=low
63 * Whoops - add the dependencies for the old sipb-xen-database-client
65 -- Evan Broder <broder@mit.edu> Sat, 25 Oct 2008 18:38:56 -0400
67 invirt-xen-config (0.0.1) unstable; urgency=low
69 * Rename sipb-xen-dom0 -> invirt-xen-config
70 * Rearrange the source package
71 * Divert /etc/xen/qemu-ifup, since it existed and we've been scribbling
73 * Generate /etc/xen/xend-config.sxp
74 * Move the invirt-database Xen config script into this package
76 -- Evan Broder <broder@mit.edu> Sat, 25 Oct 2008 17:52:39 -0400
78 sipb-xen-dom0 (2.10) unstable; urgency=low
80 * Fix DHCP checksum error for ParaVMs
82 -- Evan Broder <broder@mit.edu> Sun, 19 Oct 2008 22:12:09 -0400
84 sipb-xen-dom0 (2.9.1) unstable; urgency=low
86 * Whoops - was slightly too vicious with the cuts to qemu-dm-sipb
88 -- Evan Broder <broder@mit.edu> Sun, 19 Oct 2008 01:55:41 -0400
90 sipb-xen-dom0 (2.9) unstable; urgency=low
92 * Move the qemu-ifup script to the location where it's now expected to
94 * Clear out some debugging code from qemu-dm-sipb
96 -- Evan Broder <broder@mit.edu> Sun, 19 Oct 2008 01:39:43 -0400
98 sipb-xen-dom0 (2.8) unstable; urgency=low
100 * Apply Sam's fix to vif-sipbroute for the prod cluster (the interface
101 should eventually be configurized)
103 -- Evan Broder <broder@mit.edu> Tue, 07 Oct 2008 01:18:37 -0400
105 sipb-xen-dom0 (2.7) unstable; urgency=low
107 * Update qemu-dm-sipb to reflect the new location of qemu-dm
109 -- Evan Broder <broder@mit.edu> Mon, 06 Oct 2008 18:55:59 -0400
111 sipb-xen-dom0 (2.6) unstable; urgency=low
113 * depend on sipb-xen-base
115 -- Greg Price <price@mit.edu> Wed, 01 Oct 2008 20:28:21 -0400
117 sipb-xen-dom0 (2.5) unstable; urgency=low
119 * Don't rely on exported ROOT.
121 -- Anders Kaseorg <andersk@mit.edu> Fri, 02 May 2008 02:41:43 -0400
123 sipb-xen-dom0 (2.4) unstable; urgency=low
125 * Add sipb-xen-losetup, a half-sane wrapper around the insane losetup.
127 -- Greg Price <price@mit.edu> Thu, 1 May 2008 01:13:28 -0400
129 sipb-xen-dom0 (2.3) unstable; urgency=low
131 * Depend on generic metapackages/provides instead of particular
134 -- Anders Kaseorg <andersk@sipb-xen.mit.edu> Sat, 27 Oct 2007 21:23:00 -0400
136 sipb-xen-dom0 (2.2) unstable; urgency=low
138 * Add qemu-ifup script that depends on the device model script and
139 invokes vif-sipbroute. As a consequence, we don't really support
140 bridged hvms any more. It's not clear how to get enough information
141 out of qemu to do this.
142 * Call arpspoof with 18.181.0.1's address. This is unfortunate in two
143 ways. First, if we renumber we'll need to update the script. Second,
144 it is possible that someone on 18.181 besides the router may have an
145 address cached. Unfortunately, it doesn't work right if we don't
146 send the spoofed arp directly to the router.
148 -- Sam Hartman <hartmans@debian.org> Sun, 26 Aug 2007 18:57:17 -0400
150 sipb-xen-dom0 (2.1) unstable; urgency=low
152 * Fix typo in init script
153 * depend on dsniff for arpspoof
155 -- Sam Hartman <hartmans@debian.org> Fri, 24 Aug 2007 17:22:20 -0400
157 sipb-xen-dom0 (2) unstable; urgency=low
159 * Add qemu-dm-sipb written by andersk to get us the domain ID in qemu-ifup
160 * Add vif-sipbroute, a version of vif-route that does better netwwork
161 isolation and has initial but useless ipv6 support. This version also
162 uses arpspoof to take over an address for domain migrations.
163 * Add init script to enable rp_filter, proxy_arp and forwarding for the network config.
165 -- Sam Hartman <hartmans@debian.org> Fri, 24 Aug 2007 17:17:23 -0400
167 sipb-xen-dom0 (1) unstable; urgency=low
171 -- Sam Hartman <hartmans@debian.org> Sat, 4 Aug 2007 20:20:32 -0400