index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
pxa.h
Age
Commit message (
Expand
)
Author
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-06-11
pxa2xx: Pass ARMCPU to pxa2xx_pic_init()
Andreas Färber
2012-06-04
pxa2xx: Use cpu_arm_init() and store ARMCPU
Andreas Färber
2012-03-14
arm hw/: Don't use CPUState
Andreas Färber
2011-11-24
pxa2xx_lcd: convert to memory API
Benoît Canet
2011-11-24
pxa2xx_mmci: convert to memory API
Benoît Canet
2011-11-24
pxa2xx_keypad: convert to memory API
Benoît Canet
2011-11-24
pxa2xx_pcmcia.c: convert common memory space to memory API
Benoît Canet
2011-10-17
pxa2xx: convert to memory API (part II)
Avi Kivity
2011-10-17
pxa2xx: convert to memory API (part I)
Avi Kivity
2011-10-02
pxa: Pass in address_space to pxa{255, 270}_init
Richard Henderson
2011-07-23
Correct spelling of licensed
Matthew Fernandez
2011-03-03
pxa2xx: port pxa2xx_rtc to using qdev/vmstate
Andrzej Zaborowski
2011-03-03
pxa2xx_dma: port to qdev/vmstate
Andrzej Zaborowski
2011-03-03
pxa2xx_timer: switch to using qdev/vmstate
Dmitry Eremin-Solenikov
2011-02-25
pxa2xx_pic: update to use qdev
Dmitry Eremin-Solenikov
2011-01-29
pxa2xx_gpio: switch to using qdev
Dmitry Eremin-Solenikov
2010-04-05
OHCI qdev conversion
Paul Brook
2010-04-04
Revert "Compile usb-ohci only once"
Paul Brook
2010-03-21
Compile usb-ohci only once
Blue Swirl
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
Get rid of _t suffix
malc
2009-05-14
PXA SSI qdev conversion
Paul Brook
2009-05-10
Follow coding conventions
Paul Brook
2009-01-16
graphical_console_init change (Stefano Stabellini)
aliguori
2008-12-01
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
2007-12-16
Initial PXA27x keypad support, by Armin Kuster.
balrog
2007-11-17
Break up vl.h.
pbrook
2007-11-17
Convert SD cards code to use qemu_irq too.
balrog
2007-11-17
Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...
balrog
2007-11-11
use correct printf format
bellard
2007-10-29
Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).
balrog
2007-05-28
Remove a local subpage IO hack, now that general subpage IO works.
balrog
2007-05-23
Implement the PXA2xx I2C master controller.
balrog
2007-05-12
Correct NAND erase block size. Misc fixes in Spitz code.
balrog
2007-05-08
Switch to qemu_ram_alloc() for memory allocation in PXA255/270.
balrog
2007-04-30
Add remaining PXA2xx on-chip peripherals except I2C master.
balrog
2007-04-30
Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals.
balrog