This website requires JavaScript.
Explore
Help
Register
Sign In
xemu-project
/
xemu
Watch
1
Star
0
Fork
0
You've already forked xemu
mirror of
https://github.com/xemu-project/xemu.git
synced
2024-12-04 09:53:32 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7edd63f1b1
xemu
/
hw
/
empty_slot.h
3 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
create empty_slot device The empty_slot device emulates known to a bus but not connected devices. Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2010-04-16 23:10:04 +00:00
/* empty_slot.c */
Rename target_phys_addr_t to hwaddr target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are reserved) and its purpose doesn't match the name (most target_phys_addr_t addresses are not target specific). Replace it with a finger-friendly, standards conformant hwaddr. Outstanding patchsets can be fixed up with the command git rebase -i --exec 'find -name "*.[ch]" | xargs s/target_phys_addr_t/hwaddr/g' origin Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-10-23 10:30:10 +00:00
void
empty_slot_init
(
hwaddr
addr
,
uint64_t
slot_size
)
;
Reference in New Issue
Copy Permalink