This first round of s390x patches includes: - new compat machine - remove the old s390-virtio machine (would like an ack from Alex on this) - a fix and some cleanup
Note: I won't send a pull request before my year's end vacation, i.e. not before next year. Cornelia Huck (2): s390x: add 2.6 compat machine s390x/virtio: use qemu_check_nic_model() Pierre Morel (2): s390x: remove s390-virtio machine s390x: remove s390-virtio devices Yi Min Zhao (2): s390x/pci: reject some operations to disabled PCI function s390x/pci: code cleanup hw/s390x/Makefile.objs | 2 +- hw/s390x/s390-pci-bus.c | 6 +- hw/s390x/s390-pci-bus.h | 1 + hw/s390x/s390-pci-inst.c | 17 +- hw/s390x/s390-virtio-bus.c | 758 --------------------------------------------- hw/s390x/s390-virtio-bus.h | 186 ----------- hw/s390x/s390-virtio-ccw.c | 18 +- hw/s390x/s390-virtio.c | 168 +--------- target-s390x/cpu.h | 3 - target-s390x/helper.c | 2 +- vl.c | 7 +- 11 files changed, 34 insertions(+), 1134 deletions(-) delete mode 100644 hw/s390x/s390-virtio-bus.c delete mode 100644 hw/s390x/s390-virtio-bus.h -- 2.6.4
