]> git.proxmox.com Git - qemu.git/commit
ioports: remove unused env parameter and compile only once
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 20 Sep 2009 16:05:47 +0000 (16:05 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 20 Sep 2009 16:05:47 +0000 (16:05 +0000)
commitafcea8cbdea8180b42093377b2c700d1b7f20b7c
treec638b6c2a483794e5fdb9a520c31337d6178acad
parent5e520a7d500ec2569d22d80f9ef4272a34cb3c80
ioports: remove unused env parameter and compile only once

The CPU state parameter is not used, remove it and adjust callers. Now we
can compile ioport.c once for all targets.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
13 files changed:
Makefile
Makefile.target
hw/apb_pci.c
hw/isa_mmio.c
hw/mips_jazz.c
hw/ppc_prep.c
hw/sh_pci.c
ioport-user.c
ioport.c
ioport.h
kvm-all.c
monitor.c
target-i386/op_helper.c