piix.c (a8170e5e97ad17ca169c64ba87ae2f53850dab4c) | piix.c (a2cb15b0ddfa05f81a42d7b65dd0c7c50e420c33) |
---|---|
1/* 2 * QEMU IDE Emulation: PCI PIIX3/4 support. 3 * 4 * Copyright (c) 2003 Fabrice Bellard 5 * Copyright (c) 2006 Openedhand Ltd. 6 * 7 * Permission is hereby granted, free of charge, to any person obtaining a copy 8 * of this software and associated documentation files (the "Software"), to deal --- 11 unchanged lines hidden (view full) --- 20 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 23 * THE SOFTWARE. 24 */ 25 26#include <hw/hw.h> 27#include <hw/pc.h> | 1/* 2 * QEMU IDE Emulation: PCI PIIX3/4 support. 3 * 4 * Copyright (c) 2003 Fabrice Bellard 5 * Copyright (c) 2006 Openedhand Ltd. 6 * 7 * Permission is hereby granted, free of charge, to any person obtaining a copy 8 * of this software and associated documentation files (the "Software"), to deal --- 11 unchanged lines hidden (view full) --- 20 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 23 * THE SOFTWARE. 24 */ 25 26#include <hw/hw.h> 27#include <hw/pc.h> |
28#include <hw/pci.h> | 28#include <hw/pci/pci.h> |
29#include <hw/isa.h> 30#include "blockdev.h" 31#include "sysemu.h" 32#include "dma.h" 33 34#include <hw/ide/pci.h> 35 36static uint64_t bmdma_read(void *opaque, hwaddr addr, unsigned size) --- 273 unchanged lines hidden --- | 29#include <hw/isa.h> 30#include "blockdev.h" 31#include "sysemu.h" 32#include "dma.h" 33 34#include <hw/ide/pci.h> 35 36static uint64_t bmdma_read(void *opaque, hwaddr addr, unsigned size) --- 273 unchanged lines hidden --- |