qemu-patch-raspberry4/hw
Michael Contreras b0d9ffcd02 e1000: Discard packets that are too long if !SBP and !LPE
The e1000_receive function for the e1000 needs to discard packets longer than
1522 bytes if the SBP and LPE flags are disabled. The linux driver assumes
this behavior and allocates memory based on this assumption.

Signed-off-by: Michael Contreras <michael@inetric.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-12-03 08:14:10 -06:00
..
9pfs Merge branch 'trivial-patches' of git://github.com/stefanha/qemu 2012-10-06 18:54:14 +02:00
alpha build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
arm xilinx_spips: Xilinx Zynq SPI cntrlr device model 2012-10-10 11:13:32 +10:00
cris build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
i386 q35: Introduce q35 pc based chipset emulator 2012-11-26 09:35:36 -06:00
ide atapi: make change media detection for guests easier 2012-11-30 11:33:24 +01:00
kvm pc_piix: Move kvm irq routing functions out of pc_piix.c 2012-11-26 09:35:35 -06:00
lm32 build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
m68k build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
microblaze xilinx_spi: Initial impl. of Xilinx SPI controller 2012-10-10 11:13:32 +10:00
mips build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
openrisc target-or32: Add a IIS dummy board 2012-07-27 21:13:02 +00:00
ppc PPC: e500: Map PIO space into core memory region 2012-10-29 11:45:56 +01:00
s390x sclp: Fix uninitialized var in handle_write_event_buf(). 2012-11-26 20:16:26 +01:00
sh4 build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
sparc build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
sparc64 build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
unicore32 unicore32-softmmu: Add puv3 soc/board support 2012-08-11 09:36:59 +00:00
usb ehci-sysbus: Attach DMA context. 2012-11-29 08:04:13 +01:00
xtensa build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
9p.h
a9mpcore.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
a15mpcore.c hw/arm_gic: Add qdev property for GIC revision 2012-06-19 13:24:44 +00:00
ac97.c ac97: convert PIO to new memory api read/write 2012-10-29 11:45:54 +01:00
acpi.c acpi: remove strzcpy (strncpy-identical) function; just use strncpy 2012-10-05 07:58:38 -05:00
acpi.h Add PIIX4 properties to control PM system states. 2012-06-19 13:36:56 -05:00
acpi_ich9.c q35: Suppress SMM BIOS initialization under KVM 2012-11-26 09:35:37 -06:00
acpi_ich9.h ich9: Add acpi support and definitions 2012-11-26 09:35:35 -06:00
acpi_piix4.c acpi_piix4: fix migration of gpe fields 2012-11-14 20:15:37 -02:00
adb.c ppc: add missing static 2012-11-01 19:49:45 +01:00
adb.h ppc: add missing static 2012-11-01 19:49:45 +01:00
adlib.c Restore consistent formatting 2012-02-07 22:11:04 +04:00
ads7846.c ssi: Implemented CS behaviour 2012-10-10 11:13:31 +10:00
alpha_dp264.c serial: split serial.c 2012-10-22 13:26:42 -05:00
alpha_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
alpha_sys.h alpha: use the new pci_vga_init() function 2012-10-06 18:48:38 +02:00
alpha_typhoon.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
an5206.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
apb_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
apb_pci.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
apic-msidef.h Introduce apic-msidef.h 2012-06-21 16:06:11 +00:00
apic.c cpus: Pass CPUState to qemu_cpu_is_self() 2012-10-31 01:02:39 +01:00
apic.h target-i386: move cpu halted decision into x86_cpu_reset 2012-08-01 08:45:06 -05:00
apic_common.c apic: Store X86CPU in APICCommonState 2012-10-30 22:38:37 +01:00
apic_internal.h apic: Store X86CPU in APICCommonState 2012-10-30 22:38:37 +01:00
apm.c prepare for future GPLv2+ relicensing 2012-01-13 10:55:56 -06:00
apm.h
applesmc.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
arm-misc.h Move qemu_irq typedef out of qemu-common.h 2012-11-15 01:57:02 +01:00
arm11mpcore.c hw/arm11mpcore: Use LOG_GUEST_ERROR rather than hw_error() 2012-10-30 07:45:09 +00:00
arm_boot.c arm_boot: Change initrd load address to "halfway through RAM" 2012-11-01 17:04:11 +01:00
arm_gic.c hw/arm_gic: Use LOG_GUEST_ERROR 2012-10-30 07:45:10 +00:00
arm_gic_common.c arm_gic: Rename gic_state to GICState 2012-10-12 11:54:39 +01:00
arm_gic_internal.h arm_gic: Rename gic_state to GICState 2012-10-12 11:54:39 +01:00
arm_l2x0.c hw/arm_l2x0: Use LOG_GUEST_ERROR 2012-10-30 07:45:10 +00:00
arm_mptimer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
arm_pic.c arm_pic: Pass ARMCPU to arm_pic_init_cpu() 2012-06-11 00:23:04 +02:00
arm_sysctl.c hw/arm_sysctl: Use LOG_GUEST_ERROR 2012-10-30 07:45:10 +00:00
arm_timer.c hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMP 2012-10-30 07:45:10 +00:00
armv7m.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
armv7m_nvic.c hw/armv7m_nvic: Use LOG_GUEST_ERROR and LOG_UNIMP 2012-10-30 07:45:10 +00:00
audiodev.h audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
axis_dev88.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
baum.c Revert "qemu-char: Print strerror message on failure" and deps 2012-02-24 09:06:56 -06:00
baum.h Revert "qemu-char: Print strerror message on failure" and deps 2012-02-24 09:06:56 -06:00
bitbang_i2c.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
bitbang_i2c.h
blizzard.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
blizzard_template.h
block-common.c hw/block-common: Factor out fall back to legacy -drive cyls=... 2012-07-17 16:48:32 +02:00
block-common.h hw/block-common: Factor out fall back to legacy -drive cyls=... 2012-07-17 16:48:32 +02:00
boards.h create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
bonito.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
bt-hci-csr.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
bt-hci.c Merge branch 'trivial-patches' of git://github.com/stefanha/qemu 2012-10-06 18:54:14 +02:00
bt-hid.c
bt-l2cap.c Avoid returning void 2012-07-28 09:23:11 +00:00
bt-sdp.c Allow machines to configure the QEMU_VERSION that's exposed via hardware 2012-06-19 13:36:56 -05:00
bt.c
bt.h Move qemu_irq typedef out of qemu-common.h 2012-11-15 01:57:02 +01:00
cadence_gem.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cadence_ttc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cadence_uart.c cadence_uart: More debug information 2012-11-01 19:42:35 +01:00
cbus.c
ccid-card-emulated.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
ccid-card-passthru.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
ccid.h qdev: register all types natively through QEMU Object Model 2012-02-03 10:41:06 -06:00
cdrom.c
cirrus_vga.c cirrus_vga: allow configurable vram size 2012-10-30 23:39:50 -02:00
cirrus_vga_rop.h
cirrus_vga_rop2.h
cirrus_vga_template.h vga: move Cirrus VGA template to its own file 2012-02-04 12:45:10 +00:00
collie.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
cris-boot.c cris-boot: Pass CRISCPU to main_cpu_reset(). 2012-06-04 23:00:42 +02:00
cris-boot.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cris_pic_cpu.c cris hw/: Don't use CPUState 2012-03-14 22:20:26 +01:00
cs4231.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cs4231a.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cuda.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
debugcon.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
dec_pci.c pci: Tidy up PCI host bridges 2012-08-22 10:47:17 -05:00
dec_pci.h dec_pci: QOM'ify DEC 21154 PCI-PCI bridge 2012-08-22 10:47:15 -05:00
device-hotplug.c cleanup useless return sentence 2012-10-05 15:10:21 +02:00
devices.h Move qemu_irq typedef out of qemu-common.h 2012-11-15 01:57:02 +01:00
dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
dp8393x.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ds1225y.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ds1338.c hw/ds1338: Implement state save/restore 2012-10-12 11:54:38 +01:00
dummy_m68k.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
e1000.c e1000: Discard packets that are too long if !SBP and !LPE 2012-12-03 08:14:10 -06:00
e1000_hw.h e1000: introduce bits of PHY control register 2012-04-25 10:53:47 +03:00
ecc.c prepare for future GPLv2+ relicensing 2012-01-13 10:55:56 -06:00
eccmemctl.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
eepro100.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
eeprom93xx.c
eeprom93xx.h
elf_ops.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
empty_slot.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
empty_slot.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
es1370.c es1370: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
escc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
escc.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
esp-pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
esp.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
esp.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_dma.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_eth.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_pic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_ser.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4_boards.c hw/exynos4_boards: Don't prematurely explode QEMUMachineInitArgs 2012-10-30 07:45:08 +00:00
exynos4210.c exynos4210: add Exynos4210 i2c implementation 2012-07-20 14:30:09 +01:00
exynos4210.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_combiner.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_fimd.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
exynos4210_gic.c cleanup useless return sentence 2012-10-05 15:10:21 +02:00
exynos4210_i2c.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_mct.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_pmu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_pwm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_rtc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fdc.c fdc: remove last usage of FD_STATE_SEEK 2012-11-14 18:19:22 +01:00
fdc.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fifo.c hw: Added generic FIFO API. 2012-10-10 11:13:32 +10:00
fifo.h hw: Added generic FIFO API. 2012-10-10 11:13:32 +10:00
firmware_abi.h
flash.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fmopl.c fmopl: Fix typo in function name 2012-02-10 10:44:52 +00:00
fmopl.h fmopl: Fix spelling in code and comments 2011-12-14 11:08:20 +00:00
framebuffer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
framebuffer.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fw_cfg.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fw_cfg.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
g364fb.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
grackle_pci.c pci: Tidy up PCI host bridges 2012-08-22 10:47:17 -05:00
grlib.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
grlib_apbuart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
grlib_gptimer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
grlib_irqmp.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
gt64xxx.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
gumstix.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
gus.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
gusemu.h hw: Fix spelling in comments 2011-12-14 11:09:12 +00:00
gusemu_hal.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
gusemu_mixer.c
gustate.h
hd-geometry.c hd-geometry: Compute BIOS CHS translation in one place 2012-07-17 16:48:32 +02:00
hda-audio.c hda: fix codec ids 2012-04-26 12:54:17 +04:00
heathrow_pic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
hid.c
hid.h vmstate: extract declarations out of hw/hw.h 2012-01-13 10:20:51 -06:00
highbank.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
hpet.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
hpet_emul.h i8254: Rework & fix interaction with HPET in legacy mode 2012-02-17 09:58:22 -06:00
hw.h aio: introduce AioContext, move bottom halves there 2012-10-30 09:30:53 +01:00
i2c.c qbus: Make child devices links 2012-06-18 15:14:38 +02:00
i2c.h qdev: register all types natively through QEMU Object Model 2012-02-03 10:41:06 -06:00
i8254.c i8254: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
i8254.h kvm: x86: Add user space part for in-kernel i8254 2012-03-07 12:27:43 +02:00
i8254_common.c i8254: Open-code timer restore 2012-03-07 12:27:41 +02:00
i8254_internal.h i8254: Factor out base class for KVM reuse 2012-03-07 12:27:40 +02:00
i8259.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
i8259_common.c i8259: Do not clear level-triggered lines in IRR on init 2012-02-17 09:58:22 -06:00
i8259_internal.h i8259: Fix PIC_COMMON() macro 2012-11-26 14:25:42 -06:00
i82374.c i82378/i82374: Do not create DMA controller twice 2012-04-28 20:51:40 +02:00
i82378.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
i82801b11.c ich9: Add i82801b11 dmi-to-pci bridge 2012-11-26 09:35:37 -06:00
ich9.h ich9: Add acpi support and definitions 2012-11-26 09:35:35 -06:00
ide.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx_avic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx_ccm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx_serial.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
integratorcp.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
intel-hda-defs.h
intel-hda.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
intel-hda.h qdev: Convert busses to QEMU Object Model 2012-06-18 15:14:38 +02:00
ioapic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ioapic.h pc: Generalize ISA IRQs to GSIs 2011-10-16 11:10:48 +00:00
ioapic_common.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
ioapic_internal.h qdev: register all types natively through QEMU Object Model 2012-02-03 10:41:06 -06:00
ioh3420.c ioh3420: Remove unreachable code 2012-09-23 07:11:28 +01:00
ioh3420.h
irq.c qdev: allow multiple qdev_init_gpio_in() calls 2012-10-10 11:13:32 +10:00
irq.h Move qemu_irq typedef out of qemu-common.h 2012-11-15 01:57:02 +01:00
isa-bus.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
isa.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
isa_mmio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ivshmem.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
jazz_led.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
kvmvapic.c kvmvapic: Fix TB invalidation after instruction patching 2012-11-10 12:25:17 +00:00
kzm.c serial: split serial.c 2012-10-22 13:26:42 -05:00
lan9118.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lance.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
leon3.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
lm32.h
lm32_boards.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm32_hwsetup.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm32_juart.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
lm32_juart.h
lm32_pic.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
lm32_pic.h monitor: Restrict pic/irq_info to supporting targets 2011-10-16 11:11:55 +00:00
lm32_sys.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm32_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm32_uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm832x.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
lm4549.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm4549.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
loader.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
loader.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lpc_ich9.c q35: Fix non-PCI IRQ processing in ich9_lpc_update_apic 2012-11-26 09:35:37 -06:00
lsi53c895a.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
m25p80.c m25p80: Support for Quad SPI 2012-10-29 16:38:26 +10:00
m48t59.c m48t59: remove unused m48t59_set_addr 2012-11-10 13:49:20 +00:00
mac_dbdma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mac_dbdma.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mac_nvram.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
macio.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
mainstone.c hw/mainstone: Don't prematurely explode QEMUMachineInitArgs 2012-10-30 07:45:08 +00:00
Makefile.objs ich9: Add i82801b11 dmi-to-pci bridge 2012-11-26 09:35:37 -06:00
marvell_88w8618_audio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
max111x.c ssi: Implemented CS behaviour 2012-10-10 11:13:31 +10:00
max7310.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
mc146818rtc.c rtc: Only call rtc_set_cmos when Register B SET flag is disabled. 2012-11-27 11:04:33 -06:00
mc146818rtc.h rtc: split out macros into a header file and use in test case 2012-03-30 08:14:12 -05:00
mc146818rtc_regs.h rtc: map CMOS index 0x37 to 0x32 on read and writes 2012-10-05 08:02:30 -05:00
mcf.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf5206.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf5208.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf_fec.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf_intc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf_uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
megasas.c megasas: Use bdrv_drain_all instead of qemu_aio_flush 2012-11-14 18:20:06 +01:00
mfi.h megasas: Correct target/lun mapping 2012-11-12 16:42:56 +01:00
microblaze_boot.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
microblaze_boot.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
microblaze_pic_cpu.c microblaze hw/: Don't use CPUState 2012-03-14 22:20:26 +01:00
microblaze_pic_cpu.h microblaze hw/: Don't use CPUState 2012-03-14 22:20:26 +01:00
milkymist-ac97.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-hpdmc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-hw.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-memcard.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-minimac2.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-pfpu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-softusb.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-sysctl.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-tmu2.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-vgafb.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
milkymist-vgafb_template.h lm32: Fix mixup of uint32 and uint32_t 2012-01-19 08:16:41 +00:00
milkymist.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mips-bios.h
mips.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mips_addr.c
mips_cpudevs.h mips hw/: Don't use CPUState 2012-03-14 22:20:26 +01:00
mips_fulong2e.c serial: split serial.c 2012-10-22 13:26:42 -05:00
mips_int.c mips hw/: Don't use CPUState 2012-03-14 22:20:26 +01:00
mips_jazz.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mips_malta.c mips/malta: fix CBUS UART interrupt pin 2012-11-15 14:37:55 +01:00
mips_mipssim.c serial: split serial.c 2012-10-22 13:26:42 -05:00
mips_r4k.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mips_timer.c mips hw/: Don't use CPUState 2012-03-14 22:20:26 +01:00
mipsnet.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mpc8544_guts.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
msi.c msi: Add msi_get_message() 2012-10-29 17:59:06 +02:00
msi.h msi: Add msi_get_message() 2012-10-29 17:59:06 +02:00
msix.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
msix.h msi/msix: added API to set MSI message address and data 2012-07-19 17:56:42 +03:00
msmouse.c Revert "qemu-char: Print strerror message on failure" and deps 2012-02-24 09:06:56 -06:00
msmouse.h Revert "qemu-char: Print strerror message on failure" and deps 2012-02-24 09:06:56 -06:00
mst_fpga.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
multiboot.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
multiboot.h
musicpal.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
nand.c hw: Fix return value check for bdrv_read, bdrv_write 2012-10-05 13:54:35 +02:00
ne2000-isa.c net: Rename VLANClientState to NetClientState 2012-08-01 13:32:10 +01:00
ne2000.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ne2000.h net: Rename vc local variables to nc 2012-08-01 13:32:10 +01:00
nseries.c Merge remote-tracking branch 'kraxel/pixman.v3' into staging 2012-11-01 11:14:39 -05:00
null-machine.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
nvram.h m48t59: remove unused m48t59_set_addr 2012-11-10 13:49:20 +00:00
omap.h Move qemu_irq typedef out of qemu-common.h 2012-11-15 01:57:02 +01:00
omap1.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap2.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_clk.c
omap_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_dss.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_gpio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_gpmc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_gptimer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_i2c.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_intc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_l4.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_lcd_template.h
omap_lcdc.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
omap_mmc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_sdrc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_spi.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_sx1.c hw/omap_sx1: Don't prematurely explode QEMUMachineInitArgs 2012-10-30 07:45:08 +00:00
omap_synctimer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_tap.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
onenand.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
opencores_eth.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
openpic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
openpic.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
openrisc_pic.c target-or32: Add PIC support 2012-07-27 21:13:01 +00:00
openrisc_sim.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
openrisc_timer.c target-or32: Add timer support 2012-07-27 21:13:02 +00:00
palm.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
pam.c pc/piix_pci: factor out smram/pam logic 2012-11-26 09:35:35 -06:00
pam.h pc/piix_pci: factor out smram/pam logic 2012-11-26 09:35:35 -06:00
parallel.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pc.c pc: Move ioapic_init() from pc_piix.c to pc.c 2012-11-26 09:35:35 -06:00
pc.h pc: Move ioapic_init() from pc_piix.c to pc.c 2012-11-26 09:35:35 -06:00
pc_piix.c pc_piix: Move kvm irq routing functions out of pc_piix.c 2012-11-26 09:35:35 -06:00
pc_q35.c q35: Add kvmclock support 2012-11-26 09:35:37 -06:00
pc_sysfw.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pci-hotplug.c hmp: do not crash on invalid SCSI hotplug 2012-11-26 09:38:54 -06:00
pci-stub.c Revert "pci: add some stubs" 2012-08-09 18:21:47 +00:00
pci.c qdev: simplify (de)allocation of buses 2012-11-26 13:41:00 -06:00
pci.h virtio-rng: hardware random number generator device 2012-11-16 08:36:13 -06:00
pci_bridge.c pci: avoid destroying bridge address space windows in a transaction 2012-10-29 18:39:49 +02:00
pci_bridge.h pci: convert PCIUnregisterFunc to void 2012-07-04 15:52:55 +03:00
pci_bridge_dev.c pci: convert PCIUnregisterFunc to void 2012-07-04 15:52:55 +03:00
pci_host.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pci_host.h pci_host: Turn into SysBus-derived QOM type 2012-08-22 10:47:17 -05:00
pci_ids.h q35: Introduce q35 pc based chipset emulator 2012-11-26 09:35:36 -06:00
pci_internals.h pci: avoid destroying bridge address space windows in a transaction 2012-10-29 18:39:49 +02:00
pci_regs.h pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE 2012-03-16 01:04:50 +02:00
pcie.c pci: convert to QEMU Object Model 2012-01-27 10:50:50 -06:00
pcie.h pcie: drop version_id field for live migration 2012-09-07 09:02:44 +03:00
pcie_aer.c pcie_aer: clear cmask for Advanced Error Interrupt Message Number 2012-09-07 09:02:44 +03:00
pcie_aer.h
pcie_host.c pcie: Convert PCIExpressHost to use the QOM. 2012-10-29 17:59:45 +02:00
pcie_host.h pcie: Convert PCIExpressHost to use the QOM. 2012-10-29 17:59:45 +02:00
pcie_port.c pcie: drop functionality moved to core 2012-03-16 00:41:39 +02:00
pcie_port.h
pcie_regs.h
pckbd.c pckbd: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
pcmcia.h
pcnet-pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pcnet.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pcnet.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pcspk.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pcspk.h pcspk: Convert to qdev 2012-02-17 09:58:22 -06:00
petalogix_ml605_mmu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
petalogix_s3adsp1800_mmu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pflash_cfi01.c pflash_cfi01: Fix debug mode printfery 2012-10-30 07:45:11 +00:00
pflash_cfi02.c pflash_cfi0x: QOMified 2012-10-30 07:45:11 +00:00
piix4.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
piix_pci.c pc/piix_pci: factor out smram/pam logic 2012-11-26 09:35:35 -06:00
pixel_ops.h
pl011.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl022.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl031.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl041.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl041.h hw: Fix spelling (licenced->licensed) 2011-12-14 11:08:23 +00:00
pl041.hx hw: Fix spelling (licenced->licensed) 2011-12-14 11:08:23 +00:00
pl050.c hw/pl050: Use LOG_GUEST_ERROR 2012-10-30 07:45:08 +00:00
pl061.c hw/pl061: Use LOG_GUEST_ERROR 2012-10-30 07:45:09 +00:00
pl080.c hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMP 2012-10-30 07:45:09 +00:00
pl110.c Merge remote-tracking branch 'kraxel/pixman.v3' into staging 2012-11-01 11:14:39 -05:00
pl110_template.h hw/pl110: Fix spelling of 'palette' 2012-09-06 17:04:33 +02:00
pl181.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl190.c hw/pl190: Use LOG_UNIMP rather than hw_error() 2012-10-30 07:45:09 +00:00
pm_smbus.c
pm_smbus.h
ppc-viosrp.h
ppc.c Merge branch 'trivial-patches' of git://github.com/stefanha/qemu 2012-11-03 12:55:05 +00:00
ppc.h ppc hw/: Don't use CPUState 2012-03-14 22:20:26 +01:00
ppc4xx.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc4xx_devs.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc4xx_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc405.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc405_boards.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc405_uc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc440_bamboo.c PPC: Bamboo: Fix memory size DT property 2012-10-29 11:45:54 +01:00
ppc_booke.c ppc hw/: Don't use CPUState 2012-03-14 22:20:26 +01:00
ppc_mac.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc_newworld.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
ppc_oldworld.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
ppc_prep.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
ppce500_pci.c PPC: e500: Map PIO space into core memory region 2012-10-29 11:45:56 +01:00
ppce500_spin.c cpus: Pass CPUState to run_on_cpu() 2012-10-31 04:12:23 +01:00
prep_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
primecell.h hw/primecell.h: Remove obsolete pl080_init() declaration 2012-02-17 11:13:39 +00:00
ps2.c Replace Qemu by QEMU in comments 2012-04-07 14:00:45 +00:00
ps2.h ps2: avoid repeated header file includes 2012-04-12 11:14:29 +01:00
ptimer.c Limit ptimer rate to something achievable 2012-04-24 09:50:31 -05:00
ptimer.h vmstate: extract declarations out of hw/hw.h 2012-01-13 10:20:51 -06:00
puv3.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
puv3.h unicore32-softmmu: Add puv3 soc/board support 2012-08-11 09:36:59 +00:00
puv3_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
puv3_gpio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
puv3_intc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
puv3_ost.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
puv3_pm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
pxa2xx_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_gpio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_keypad.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_lcd.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
pxa2xx_mmci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_pcmcia.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_pic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_template.h
pxa2xx_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
q35.c q35: Introduce q35 pc based chipset emulator 2012-11-26 09:35:36 -06:00
q35.h q35: Introduce q35 pc based chipset emulator 2012-11-26 09:35:36 -06:00
qdev-addr.c qdev: Split up header so it can be used in cpu.h 2012-11-15 02:18:55 +01:00
qdev-addr.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
qdev-core.h qdev: simplify (de)allocation of buses 2012-11-26 13:41:00 -06:00
qdev-dma.h iommu: Introduce IOMMU emulation infrastructure 2012-06-27 16:33:25 -05:00
qdev-monitor.c qdev: relax bus type check in qdev_device_add() (v2) 2012-11-29 09:11:03 -06:00
qdev-monitor.h qdev: Split up header so it can be used in cpu.h 2012-11-15 02:18:55 +01:00
qdev-properties.c qdev: Split up header so it can be used in cpu.h 2012-11-15 02:18:55 +01:00
qdev-properties.h qdev: Split up header so it can be used in cpu.h 2012-11-15 02:18:55 +01:00
qdev.c qdev: simplify (de)allocation of buses 2012-11-26 13:41:00 -06:00
qdev.h qdev: Split up header so it can be used in cpu.h 2012-11-15 02:18:55 +01:00
qxl-logger.c qxl: check for NULL return from qxl_phys2virt 2012-05-03 10:45:04 +02:00
qxl-render.c qxl: stop direct access to DisplaySurface fields. 2012-11-01 14:00:04 +01:00
qxl.c qxl: reload memslots after migration, when qxl is in UNDEFINED mode 2012-11-29 07:58:45 +01:00
qxl.h qxl: set default revision to 4 2012-10-08 12:15:17 +02:00
r2d.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
rc4030.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
realview.c hw/realview.c: Don't prematurely explode QEMUMachineInitArgs 2012-10-30 07:45:07 +00:00
realview_gic.c hw/realview_gic: switch to sysbus GIC 2012-04-13 12:29:03 +00:00
rtl8139.c rtl8139: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
s390-virtio-bus.c virtio-rng: hardware random number generator device 2012-11-16 08:36:13 -06:00
s390-virtio-bus.h virtio-rng: hardware random number generator device 2012-11-16 08:36:13 -06:00
s390-virtio.c s390: Fix ram_size updating in machine init 2012-11-26 20:16:26 +01:00
sb16.c cleanup useless return sentence 2012-10-05 15:10:21 +02:00
sbi.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
scsi-bus.c scsi, pci, qdev, isa-bus, sysbus: don't let *_get_fw_dev_path return NULL 2012-10-05 07:58:36 -05:00
scsi-defs.h scsi: add support for ATA_PASSTHROUGH_xx scsi command 2012-08-03 21:55:03 +02:00
scsi-disk.c scsi-disk: flush cache after disabling it 2012-11-12 15:00:27 +01:00
scsi-generic.c iostatus: move BlockdevOnError declaration to QAPI 2012-09-28 19:40:26 +02:00
scsi.h scsi: introduce scsi_cdb_length and scsi_data_cdb_length 2012-09-21 16:14:55 +02:00
sd.c hw/sd.c: add SD card save/load support 2012-10-30 07:45:12 +00:00
sd.h hw/sd.c: Fix erase for high capacity cards 2012-10-30 07:45:12 +00:00
serial-isa.c serial: split serial.c 2012-10-22 13:26:42 -05:00
serial-pci.c serial: add pci-serial documentation 2012-10-22 13:26:42 -05:00
serial.c serial: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
serial.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sga.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
sh.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh7750.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh7750_regnames.c
sh7750_regnames.h
sh7750_regs.h fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
sh_intc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh_intc.h sh_intc: convert interrupt controller to memory API 2011-11-24 18:32:03 +02:00
sh_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh_serial.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sharpsl.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
shix.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
shpc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
shpc.h shpc: standard hot plug controller 2012-03-16 00:41:15 +02:00
slavio_intctl.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
slavio_misc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
slavio_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
slotid_cap.c slotid: add slot id capability 2012-03-16 00:41:28 +02:00
slotid_cap.h slotid: add slot id capability 2012-03-16 00:41:28 +02:00
sm501.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
sm501_template.h
smbios.c prepare for future GPLv2+ relicensing 2012-01-13 10:55:56 -06:00
smbios.h
smbus.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
smbus.h qdev: register all types natively through QEMU Object Model 2012-02-03 10:41:06 -06:00
smbus_eeprom.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
smbus_ich9.c ich9: Add smbus 2012-11-26 09:35:36 -06:00
smc91c111.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
soc_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
soc_dma.h Move qemu_irq typedef out of qemu-common.h 2012-11-15 01:57:02 +01:00
spapr.c spapr: Pass PowerPCCPU to spapr_hypercall() 2012-10-31 01:02:45 +01:00
spapr.h spapr: Pass PowerPCCPU to hypercalls 2012-10-31 01:02:46 +01:00
spapr_events.c pseries: Implement qemu initiated shutdowns using EPOW events 2012-10-29 11:45:54 +01:00
spapr_hcall.c cpus: Pass CPUState to [qemu_]cpu_has_work() 2012-10-31 04:11:37 +01:00
spapr_iommu.c spapr: Pass PowerPCCPU to hypercalls 2012-10-31 01:02:46 +01:00
spapr_llan.c spapr: Pass PowerPCCPU to hypercalls 2012-10-31 01:02:46 +01:00
spapr_pci.c pseries: Fix bug in PCI MSI allocation 2012-11-26 19:53:26 +01:00
spapr_pci.h Revert "PPC: pseries: Remove hack for PIO window" 2012-11-01 13:02:21 +01:00
spapr_rtas.c cpus: Pass CPUState to qemu_cpu_kick() 2012-10-31 01:02:45 +01:00
spapr_vio.c spapr: Pass PowerPCCPU to hypercalls 2012-10-31 01:02:46 +01:00
spapr_vio.h pseries: Rework implementation of TCE bypass 2012-10-04 15:54:18 +02:00
spapr_vscsi.c vscsi: avoid unwarranted strncpy 2012-10-05 07:58:37 -05:00
spapr_vty.c spapr: Pass PowerPCCPU to hypercalls 2012-10-31 01:02:46 +01:00
sparc32_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sparc32_dma.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
spitz.c hw/spitz: Don't prematurely explode QEMUMachineInitArgs 2012-10-30 07:45:07 +00:00
srp.h srp: Don't use QEMU_PACKED for single elements of a structured type 2012-09-14 08:21:27 +01:00
ssd0303.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
ssd0323.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
ssi-sd.c stellaris: Removed SSI mux 2012-10-10 11:13:32 +10:00
ssi.c ssi: Add slave autoconnect helper 2012-10-10 11:13:32 +10:00
ssi.h ssi: Add slave autoconnect helper 2012-10-10 11:13:32 +10:00
stellaris.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
stellaris_enet.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
stellaris_input.c
stream.c xilinx_axi*: Re-implemented interconnect 2012-08-13 11:20:41 +02:00
stream.h xilinx_axi*: Re-implemented interconnect 2012-08-13 11:20:41 +02:00
strongarm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
strongarm.h strongarm: Use cpu_arm_init() to store ARMCPU in StrongARMState 2012-06-11 00:23:03 +02:00
sun4c_intctl.c sun4c: remove unused functions 2012-11-10 13:49:20 +00:00
sun4m.c cpus: Pass CPUState to qemu_cpu_kick() 2012-10-31 01:02:45 +01:00
sun4m.h sun4c: remove unused functions 2012-11-10 13:49:20 +00:00
sun4m_iommu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sun4u.c cpus: Pass CPUState to qemu_cpu_kick() 2012-10-31 01:02:45 +01:00
sysbus.c qdev: simplify (de)allocation of buses 2012-11-26 13:41:00 -06:00
sysbus.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
tc6393xb.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
tc6393xb_template.h Convert source files to UTF-8 encoding 2011-12-06 09:59:05 +00:00
tc58128.c hw/tc58128.c: Remove unnecessary check for g_malloc failure 2011-11-11 12:49:53 -06:00
tcx.c console: untangle gfx & txt updates 2012-11-01 13:10:06 +01:00
tmp105.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
tosa.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
tsc210x.c
tsc2005.c
tusb6010.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
twl92230.c arm: switch real-time clocks to rtc_clock 2012-03-30 10:31:22 +00:00
unin_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
usb.h usb: split packet result into actual_length + status 2012-11-08 18:41:46 +01:00
versatile_i2c.c hw/versatile_i2c: Use LOG_GUEST_ERROR 2012-10-30 07:45:11 +00:00
versatile_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
versatilepb.c hw/versatilepb: Don't prematurely explode QEMUMachineInitArgs 2012-10-30 07:45:07 +00:00
vexpress.c hw/vexpress.c: Don't prematurely explode QEMUMachineInitArgs 2012-10-30 07:45:07 +00:00
vfio_pci.c vfio-pci: Use common msi_get_message 2012-11-13 12:27:40 -07:00
vga-isa-mm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vga-isa.c vga: add specs for standard vga 2012-10-20 07:52:54 +00:00
vga-pci.c vga: fix mmio vga register mapping 2012-11-16 11:27:07 +01:00
vga.c vga: fix bochs alignment issue 2012-11-16 11:27:06 +01:00
vga.h vga.h: remove unused stuff and reformat 2012-02-04 12:45:10 +00:00
vga_int.h vmware_vga: Allow simple drivers to work without using the fifo 2012-11-03 13:26:54 +00:00
vga_template.h vga: use constants from vga.h 2012-02-04 12:45:10 +00:00
vhost.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vhost.h vhost: Pass device path to vhost_dev_init() 2012-09-07 09:15:19 +03:00
vhost_net.c virtio-net: enable mrg buf header in tap on linux 2012-10-29 18:25:23 +02:00
vhost_net.h net: Rename VLANClientState to NetClientState 2012-08-01 13:32:10 +01:00
virtex_ml507.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
virtio-balloon.c Merge remote-tracking branch 'mjt/mjt-iov2' into staging 2012-07-09 12:35:06 -05:00
virtio-balloon.h
virtio-blk.c iostatus: reorganize io error code 2012-09-28 19:40:56 +02:00
virtio-blk.h Merge remote-tracking branch 'kwolf/for-anthony' into staging 2012-08-22 13:01:05 -05:00
virtio-console.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
virtio-net.c virtio-net: enable mrg buf header in tap on linux 2012-10-29 18:25:23 +02:00
virtio-net.h virtio-net: add DATA_VALID flag 2012-03-16 00:45:23 +02:00
virtio-pci.c virtio-rng-pci: create a default backend if none exists 2012-11-16 08:36:14 -06:00
virtio-pci.h virtio-rng: hardware random number generator device 2012-11-16 08:36:13 -06:00
virtio-rng.c virtio: limit avail bytes lookahead 2012-11-29 17:25:02 -06:00
virtio-rng.h virtio-rng-pci: create a default backend if none exists 2012-11-16 08:36:14 -06:00
virtio-scsi.c virtio-scsi: Fix subtle (guest) endian bug 2012-11-28 12:52:00 +01:00
virtio-scsi.h virtio-scsi: add backwards-compatibility properties for 1.1 and earlier machines 2012-08-20 15:58:47 +02:00
virtio-serial-bus.c virtio: limit avail bytes lookahead 2012-11-29 17:25:02 -06:00
virtio-serial.h qdev: register all types natively through QEMU Object Model 2012-02-03 10:41:06 -06:00
virtio.c virtio: limit avail bytes lookahead 2012-11-29 17:25:02 -06:00
virtio.h virtio: limit avail bytes lookahead 2012-11-29 17:25:02 -06:00
vmmouse.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
vmport.c vmport: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
vmware_vga.c vmware_vga: Add back some info in local state partially reverting aa32b38c 2012-11-10 12:26:48 +00:00
vt82c686.c Add PIIX4 properties to control PM system states. 2012-06-19 13:36:56 -05:00
vt82c686.h fulong2e: give ISA bus to ISA methods 2011-12-20 15:44:30 -06:00
watchdog.c Support 'help' as a synonym for '?' in command line options 2012-08-02 13:16:42 -05:00
watchdog.h
wdt_i6300esb.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
wdt_ib700.c qom: Unify type registration 2012-02-15 09:39:21 -06:00
wm8750.c hw/wm8750: Fix potential buffer overflow 2012-09-10 14:59:47 +02:00
xen-host-pci-device.c Spelling fixes in comments and macro names (ressource -> resource) 2012-09-14 08:21:28 +01:00
xen-host-pci-device.h Introduce XenHostPCIDevice to access a pci device on the host. 2012-06-21 16:06:10 +00:00
xen.h Move qemu_irq typedef out of qemu-common.h 2012-11-15 01:57:02 +01:00
xen_apic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xen_backend.c xen: Reorganize includes of Xen headers. 2012-06-21 11:43:59 +00:00
xen_backend.h build: Fix build breakage detected by buildbot 2012-08-04 07:54:15 -05:00
xen_blkif.h
xen_common.h Merge remote-tracking branch 'sstabellini/compile-xs' into staging 2012-06-26 15:05:45 -05:00
xen_console.c xen: Reorganize includes of Xen headers. 2012-06-21 11:43:59 +00:00
xen_devconfig.c build: Fix build breakage detected by buildbot 2012-08-04 07:54:15 -05:00
xen_disk.c xen: Reorganize includes of Xen headers. 2012-06-21 11:43:59 +00:00
xen_domainbuild.c cleanup useless return sentence 2012-10-05 15:10:21 +02:00
xen_domainbuild.h
xen_machine_pv.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
xen_nic.c xen: flush queue when getting an event 2012-09-14 08:40:31 +01:00
xen_platform.c xen_platform: convert PIO to new memory api read/write 2012-10-29 11:45:56 +01:00
xen_pt.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xen_pt.h xen_pt: use separate MemoryListeners for memory and I/O 2012-10-15 11:43:06 +02:00
xen_pt_config_init.c qemu/xen: Add 64 bits big bar support on qemu 2012-10-03 13:46:23 +00:00
xen_pt_msi.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xenfb.c xenfb: fix build breakage caused by console cleanup series 2012-11-02 11:12:30 -05:00
xgmac.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xics.c Merge remote-tracking branch 'afaerber/qom-cpu' into staging 2012-11-01 11:12:32 -05:00
xics.h pseries: Remove XICS irq type enum type 2012-10-04 15:54:18 +02:00
xilinx.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_axidma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_axienet.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_ethlite.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_intc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_spi.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_spips.c xilinx_spips: Generalised to model QSPI 2012-10-29 16:38:26 +10:00
xilinx_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_uartlite.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_zynq.c xilinx_zynq: add USB controllers 2012-11-01 15:17:57 +01:00
xio3130_downstream.c pci: convert PCIUnregisterFunc to void 2012-07-04 15:52:55 +03:00
xio3130_downstream.h
xio3130_upstream.c pci: convert PCIUnregisterFunc to void 2012-07-04 15:52:55 +03:00
xio3130_upstream.h
xtensa_bootparam.h xtensa_lx60: pass kernel arguments from -append 2011-11-02 05:05:52 +04:00
xtensa_lx60.c hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgs 2012-10-27 15:03:59 +00:00
xtensa_pic.c cpus: Pass CPUState to [qemu_]cpu_has_work() 2012-10-31 04:11:37 +01:00
xtensa_sim.c hw/xtensa_sim: get rid of intermediate xtensa_sim_init 2012-10-27 15:04:00 +00:00
z2.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
zaurus.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
zynq_slcr.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00