Avi Kivity
e824b2cc3b
pci: rename pci_register_bar_region() to pci_register_bar()
...
Reviewed-by: Richard Henderson <rth@twiddle.net >
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com >
Signed-off-by: Avi Kivity <avi@redhat.com >
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com >
2011-08-08 10:22:30 -05:00
Avi Kivity
bd8d6f7cad
pcnet: convert to memory API
...
Also related chips.
Reviewed-by: Richard Henderson <rth@twiddle.net >
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com >
Signed-off-by: Avi Kivity <avi@redhat.com >
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com >
2011-08-08 10:22:29 -05:00
Isaku Yamahata
d7dccd1168
hw/pcnet-pci.c: convert to PCIDeviceInfo to initialize ids
...
use PCIDeviceInfo to initialize ids.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2011-06-12 10:33:36 +03:00
Michael S. Tsirkin
5300f1a548
Merge remote branch 'origin/master' into pci
...
Conflicts:
exec.c
2011-05-05 16:39:47 +03:00
Alex Williamson
5ee8ad71e1
PXE: Use consistent naming for PXE ROMs
...
And add missing ROMs to tarbin build target.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com >
2011-04-18 11:46:01 -06:00
Avi Kivity
27a4154324
pcnet-pci: convert to pci_register_bar_simple()
...
Signed-off-by: Avi Kivity <avi@redhat.com >
Signed-off-by: Michael S. Tsirkin <mst@redhat.com >
2011-04-07 13:56:46 +03:00
Gleb Natapov
2e55e84282
Add bootindex for option roms.
...
Extend -option-rom command to have additional parameter ,bootindex=.
Signed-off-by: Gleb Natapov <gleb@redhat.com >
Signed-off-by: Blue Swirl <blauwirbel@gmail.com >
2010-12-11 21:32:47 +00:00
Alexander Graf
2507c12ab0
Add endianness as io mem parameter
...
As stated before, devices can be little, big or native endian. The
target endianness is not of their concern, so we need to push things
down a level.
This patch adds a parameter to cpu_register_io_memory that allows a
device to choose its endianness. For now, all devices simply choose
native endian, because that's the same behavior as before.
Signed-off-by: Alexander Graf <agraf@suse.de >
Signed-off-by: Blue Swirl <blauwirbel@gmail.com >
2010-12-11 15:24:25 +00:00
Paul Brook
661a1799ba
Add pcnet-pci.c
...
Add file missing from last commit.
Signed-off-by: Paul Brook <paul@codesourcery.com >
2010-11-27 11:56:02 +00:00