qemu-e2k/hw
Jon Doron 8b39aa90e9 hw: hyperv: vmbus: Fix 32bit compilation
Fix 32-bit build error for vmbus:

  hw/hyperv/vmbus.c: In function ‘gpadl_iter_io’:
  hw/hyperv/vmbus.c:383:13: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
  383 |         p = (void *)(((uintptr_t)iter->map & TARGET_PAGE_MASK) | off_in_page);
      |             ^
  cc1: all warnings being treated as errors

Fixes: 0d71f7082d ("vmbus: vmbus implementation")
Signed-off-by: Jon Doron <arilou@gmail.com>
Tested-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <20200715084326.678715-3-arilou@gmail.com>
[lv: updated with commit description from <20200906050113.2783642-1-richard.henderson@linaro.org>]
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2020-09-10 16:20:49 +02:00
..
9pfs
acpi hw/acpi/tco: Remove unused definitions 2020-09-09 15:26:41 +02:00
adc
alpha
arm configure: do not include dependency flags in QEMU_CFLAGS and LIBS 2020-09-08 11:43:16 +02:00
audio hda-audio: Set instance_size at base class 2020-09-02 07:29:25 -04:00
avr
block Various fixes of Aspeed machines : 2020-09-03 14:12:48 +01:00
char
core target/arm: Move setting of CPU halted state to generic code 2020-09-08 10:08:42 +10:00
cpu
cris
display hppa power button support, graphics updates and firmware fixes 2020-09-07 21:50:29 +01:00
dma
gpio hw/gpio/max7310: Replace disabled printf() by qemu_log_mask(UNIMP) 2020-09-09 15:28:59 +02:00
hppa hw/hppa: Add power button emulation 2020-09-02 23:16:52 +02:00
hyperv hw: hyperv: vmbus: Fix 32bit compilation 2020-09-10 16:20:49 +02:00
i2c
i386 Revert "hw/i386: Update structures to save the number of nodes per package" 2020-09-02 07:29:26 -04:00
ide hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZE 2020-09-01 11:27:26 +02:00
input adb: Correct class size on TYPE_ADB_DEVICE 2020-09-08 10:08:42 +10:00
intc spapr/xive: Allocate vCPU IPIs from the vCPU contexts 2020-09-08 10:08:42 +10:00
ipack
ipmi
isa hw/isa/isa-bus: Replace hw_error() by assert() 2020-09-09 15:25:28 +02:00
lm32
m68k hw/m68k: QOMify the mcf5206 system integration module 2020-09-03 12:47:33 +02:00
mem
microblaze target/microblaze: Move pvr regs to MicroBlazeCPUConfig 2020-09-07 12:58:08 -07:00
mips hw/mips/fuloong2e: Convert pointless error message to an assert() 2020-09-09 15:22:50 +02:00
misc Various fixes of Aspeed machines : 2020-09-03 14:12:48 +01:00
moxie
net hw/net/e1000e: Remove duplicated write handler for FLSWDATA register 2020-09-10 16:20:49 +02:00
nios2
nubus
nvram
openrisc
pci
pci-bridge
pci-host
pcmcia
ppc spapr_numa: use spapr_numa_get_vcpu_assoc() in home_node hcall 2020-09-08 11:34:30 +10:00
rdma rdma: Rename INTERFACE_RDMA_PROVIDER_CLASS macro 2020-09-02 07:29:25 -04:00
riscv configure: do not include dependency flags in QEMU_CFLAGS and LIBS 2020-09-08 11:43:16 +02:00
rtc
rx rx: Rename QOM type check macros 2020-09-02 07:29:25 -04:00
s390x virtio: add Virtio*BusClass sizes 2020-09-02 07:29:26 -04:00
scsi spapr_vscsi: do not allow device hotplug 2020-09-08 10:08:42 +10:00
sd aspeed/sdhci: Fix reset sequence 2020-09-01 14:21:50 +02:00
semihosting
sh4
smbios
sparc sparc/sun4m: Use start-powered-off CPUState property 2020-09-08 10:08:43 +10:00
sparc64
ssi aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controller 2020-09-01 14:21:51 +02:00
timer
tpm
tricore
unicore32
usb Pull request trivial patches 20200901 2020-09-01 15:19:33 +01:00
vfio vfio/platform: Remove dead assignment in vfio_intp_interrupt() 2020-09-01 12:02:48 +02:00
virtio virtio: add Virtio*BusClass sizes 2020-09-02 07:29:26 -04:00
watchdog
xen
xenpv
xtensa
Kconfig
meson.build