qemu-e2k/hw
Corey Minyard 2ac4c5f4d2 i2c: have I2C receive operation return uint8_t
It is never supposed to fail and cannot return an error, so just
have it return the proper type.  Have it return 0xff on nothing
available, since that's what would happen on a real bus.

Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
2019-02-27 21:06:08 -06:00
..
9pfs
acpi qdev: pass an Object * to qbus_set_hotplug_handler() 2019-02-17 21:54:02 +11:00
adc
alpha
arm i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
audio i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
block virtio-blk: add DISCARD and WRITE_ZEROES features 2019-02-22 09:42:17 +00:00
bt char: allow specifying a GMainContext at opening time 2019-02-13 14:23:39 +01:00
char hw/char/pl011: Use '0x' prefix when logging hex numbers 2019-02-21 18:17:46 +00:00
core virtio-blk: add "discard" and "write-zeroes" properties 2019-02-22 09:42:16 +00:00
cpu
cris
display i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
dma hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf 2019-02-14 11:46:30 +01:00
gpio i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
hppa hw/hppa/dino: mask out lower 2 bits of PCI config addr 2019-02-21 10:16:19 -08:00
hyperv
i2c i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
i386 i2c: Split smbus into parts 2019-02-27 21:06:08 -06:00
ide hw/ide: drop iov field from IDEDMA 2019-02-22 09:42:13 +00:00
input i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
intc xics: Drop the KVM ICS class 2019-02-18 10:52:08 +11:00
ipack
ipmi
isa i2c: Split smbus into parts 2019-02-27 21:06:08 -06:00
lm32
m68k
mem
microblaze
mips i2c: Split smbus into parts 2019-02-27 21:06:08 -06:00
misc i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
moxie
net virtio-net: make VirtIOFeature usable for other virtio devices 2019-02-22 09:42:16 +00:00
nios2
nvram i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
openrisc
pci qdev: pass an Object * to qbus_set_hotplug_handler() 2019-02-17 21:54:02 +11:00
pci-bridge
pci-host hw/pci-host/bonito.c: Add PCI mem region mapped at the correct address 2019-02-21 19:36:47 +01:00
pcmcia
ppc i2c: Split smbus into parts 2019-02-27 21:06:08 -06:00
rdma
riscv
s390x ppc patch queue 2019-02-19 2019-02-18 16:20:13 +00:00
scsi qdev: pass an Object * to qbus_set_hotplug_handler() 2019-02-17 21:54:02 +11:00
sd
sh4
smbios
sparc
sparc64 hw/sparc64: Explicitly set default_display = "std" 2019-02-14 11:46:30 +01:00
ssi
timer i2c: have I2C receive operation return uint8_t 2019-02-27 21:06:08 -06:00
tpm
tricore
unicore32
usb hw/usb: switch MTP to use new inotify APIs 2019-02-26 15:25:58 +00:00
vfio hw/vfio/common: Refactor container initialization 2019-02-21 21:07:03 -07:00
virtio virtio-net: make VirtIOFeature usable for other virtio devices 2019-02-22 09:42:16 +00:00
watchdog
xen
xenpv
xtensa
Makefile.objs