mirror of https://github.com/xemu-project/xemu.git
piix_pci: fix i440fx data sheet link
It seems that the intel link is unavailable, change it to point to the qemu site. Signed-off-by: Li Qiang <liq3ea@163.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
ee31e901ef
commit
9b178f0e80
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* I440FX chipset data sheet.
|
* I440FX chipset data sheet.
|
||||||
* http://download.intel.com/design/chipsets/datashts/29054901.pdf
|
* https://wiki.qemu.org/File:29054901.pdf
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define I440FX_PCI_HOST_BRIDGE(obj) \
|
#define I440FX_PCI_HOST_BRIDGE(obj) \
|
||||||
|
|
Loading…
Reference in New Issue