qemu-patch-raspberry4/hw
Daniel P. Berrange 46f296cd3a qemu-char: delete send_all/recv_all helper methods
The qemu-char.c contains two helper methods send_all
and recv_all. These are in fact declared in sockets.h
so ought to have been in util/qemu-sockets.c. For added
fun the impl of recv_all is completely missing on Win32.

Fortunately there is only a single caller of these
methods, the TPM passthrough code, which is only
ever compiled on Linux. With only a single caller
these helpers are not compelling enough to keep so
inline them in the TPM code, avoiding the need to
fix the missing recv_all on Win32.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1450879144-17111-1-git-send-email-berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-01-15 18:58:01 +01:00
..
9pfs
acpi
alpha isa: Clean up error handling around isa_bus_new() 2016-01-13 11:58:59 +01:00
arm ARM: virt: Don't generate RTC ACPI device when using UEFI 2016-01-15 14:55:16 +00:00
audio
block error: Use error_prepend() where it makes obvious sense 2016-01-13 15:16:17 +01:00
bt
char Error reporting patches for 2016-01-13 2016-01-14 13:07:38 +00:00
core error: Consistently name Error * objects err, and not errp 2016-01-13 15:16:19 +01:00
cpu
cris
display
dma
gpio omap: Don't use hw_error() in device init() methods 2016-01-13 11:58:58 +01:00
i2c omap: Don't use hw_error() in device init() methods 2016-01-13 11:58:58 +01:00
i386 i386: avoid null pointer dereference 2016-01-15 18:58:01 +01:00
ide hw: Inline the qdev_prop_set_drive_nofail() wrapper 2016-01-13 11:58:58 +01:00
input
intc omap: Don't use hw_error() in device init() methods 2016-01-13 11:58:58 +01:00
ipack
ipmi
isa isa: Clean up inappropriate hw_error() 2016-01-13 15:15:57 +01:00
lm32
m68k hw: Don't use hw_error() for machine initialization errors 2016-01-13 11:58:58 +01:00
mem
microblaze
mips isa: Clean up error handling around isa_bus_new() 2016-01-13 11:58:59 +01:00
misc
moxie
net etraxfs_eth: Don't use hw_error() in init() method 2016-01-13 11:58:58 +01:00
nvram
openrisc
pci
pci-bridge
pci-host isa: Clean up error handling around isa_bus_new() 2016-01-13 11:58:59 +01:00
pcmcia
ppc error: Strip trailing '\n' from error string arguments (again) 2016-01-13 15:16:18 +01:00
s390x Error reporting patches for 2016-01-13 2016-01-14 13:07:38 +00:00
scsi scsi: initialise info object with appropriate size 2016-01-15 18:58:01 +01:00
sd
sh4
smbios Use error_fatal to simplify obvious fatal errors 2016-01-13 11:58:58 +01:00
sparc
sparc64 isa: Clean up error handling around isa_bus_new() 2016-01-13 11:58:59 +01:00
ssi
timer arm_mptimer: Don't use hw_error() in realize() method 2016-01-13 11:58:58 +01:00
tpm qemu-char: delete send_all/recv_all helper methods 2016-01-15 18:58:01 +01:00
tricore
unicore32 hw: Don't use hw_error() for machine initialization errors 2016-01-13 11:58:58 +01:00
usb error: Use error_prepend() where it makes obvious sense 2016-01-13 15:16:17 +01:00
vfio
virtio VirtFS update: 2016-01-12 17:37:22 +00:00
watchdog
xen
xenpv
xtensa
Makefile.objs