]> git.proxmox.com Git - qemu.git/commit
Revert "Fix arm-softmmu breakage"
authorAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 May 2009 14:23:45 +0000 (09:23 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 May 2009 15:50:26 +0000 (10:50 -0500)
commit79eb76ade2ec09c7209662323650be41988ddb51
tree4322423a9bb8db19d2c343d96cd1ef3efe6b5066
parent0c257437b25731d4f44985e4b30b7317f2845b4a
Revert "Fix arm-softmmu breakage"

This reverts commit ec6bd8dea77478f32981a5df49f66ca2430ad19d.

This broke any target that uses virtio.  Virtio devices live in libhw and
without whole-archive, the constructors will never be called for virtio.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.target