Re: [Qemu-devel] [PATCH 0/7] esp: add AMD PCscsi emulation

2012-06-25 Thread Kevin Wolf
Am 24.06.2012 19:15, schrieb Hervé Poussineau: This patchset adds a PCI connection to the 53c9x emulation already present in QEMU. The emulated card is the AMD PCscsi adapter, and has been tested on multiple Microsoft operating systems. Changes v1 - v2: - use qemu_log_mask(LOG_UNIMP, ...)

[Qemu-devel] [PATCH 0/7] esp: add AMD PCscsi emulation

2012-06-24 Thread Hervé Poussineau
This patchset adds a PCI connection to the 53c9x emulation already present in QEMU. The emulated card is the AMD PCscsi adapter, and has been tested on multiple Microsoft operating systems. Changes v1 - v2: - use qemu_log_mask(LOG_UNIMP, ...) instead of error_report() - use prefix esp_pci_* for

[Qemu-devel] [PATCH 0/7] esp: add AMD PCscsi emulation

2012-06-03 Thread Hervé Poussineau
This patchset adds a PCI connection to the 53c9x emulation already present in QEMU. The emulated card is the AMD PCscsi adapter, and has been tested on multiple Microsoft operating systems. Hervé Poussineau (7): esp: implement Disable selection command esp: implement Reset ATN command esp: