index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pxa2xx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pxa2xx: Pass ARMCPU to pxa2xx_pic_init()
Andreas Färber
2012-06-11
1
-2
/
+2
*
pxa2xx: Use cpu_arm_init() and store ARMCPU
Andreas Färber
2012-06-04
1
-20
/
+20
*
arm: switch real-time clocks to rtc_clock
Paolo Bonzini
2012-03-30
1
-14
/
+14
*
hw/pxa2xx.c: Fix handling of pxa2xx_i2c variable offset within region
Peter Maydell
2012-03-16
1
-2
/
+1
*
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
2012-03-14
1
-1
/
+1
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-25
/
+31
*
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-20
/
+49
*
i2c: smbus: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-7
/
+14
*
i2c: rename i2c_slave -> I2CSlave
Anthony Liguori
2012-01-27
1
-5
/
+5
*
vmstate, memory: decouple vmstate from memory API
Avi Kivity
2012-01-04
1
-4
/
+8
*
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
Avi Kivity
2011-11-28
1
-3
/
+3
*
pxa2xx_lcd: convert to memory API
Benoît Canet
2011-11-24
1
-2
/
+2
*
pxa2xx_mmci: convert to memory API
Benoît Canet
2011-11-24
1
-2
/
+2
*
pxa2xx_keypad: convert to memory API
Benoît Canet
2011-11-24
1
-1
/
+1
*
pxa2xx_pcmcia.c: convert common memory space to memory API
Benoît Canet
2011-11-24
1
-4
/
+4
*
hw/pxa2xx.c: Fix handling of RW bits in PMCR
Peter Maydell
2011-11-14
1
-0
/
+1
*
hw/pxa2xx.c: Fix handling of R/WC bits in PMCR
Peter Maydell
2011-11-11
1
-1
/
+3
*
pxa2xx: convert to memory API (part II)
Avi Kivity
2011-10-17
1
-87
/
+61
*
pxa2xx: convert to memory API (part I)
Avi Kivity
2011-10-17
1
-68
/
+48
*
pxa: Pass in address_space to pxa{255, 270}_init
Richard Henderson
2011-10-02
1
-5
/
+5
*
serial: Add MemoryRegion parameter to serial_mm_init
Richard Henderson
2011-10-02
1
-2
/
+3
*
serial: Remove ioregister parameter from serial_mm_init
Richard Henderson
2011-10-02
1
-2
/
+2
*
serial: Use enum device_endian in serial_mm_init parameter
Richard Henderson
2011-10-02
1
-20
/
+13
*
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
2011-08-22
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-6
/
+6
*
Correct spelling of licensed
Matthew Fernandez
2011-07-23
1
-1
/
+1
*
vmstate: port pxa2xx_pm
Juan Quintela
2011-04-22
1
-21
/
+12
*
vmstate: port pxa2xx_mm
Juan Quintela
2011-04-22
1
-21
/
+12
*
vmstate: port pxa2xx_cm
Juan Quintela
2011-04-22
1
-25
/
+14
*
vmstate: port pxa2xx_i2s
Juan Quintela
2011-04-22
1
-35
/
+18
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-1
/
+1
*
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2011-03-21
1
-14
/
+14
*
pxa2xx: port pxa2xx_rtc to using qdev/vmstate
Andrzej Zaborowski
2011-03-03
1
-73
/
+100
*
pxa2xx_dma: port to qdev/vmstate
Andrzej Zaborowski
2011-03-03
1
-15
/
+30
*
pxa2xx_timer: switch to using qdev/vmstate
Dmitry Eremin-Solenikov
2011-03-03
1
-2
/
+13
*
pxa2xx_pic: update to use qdev
Dmitry Eremin-Solenikov
2011-02-25
1
-31
/
+45
*
Fix obvious mistake in pxa2xx i2s driver
Vasily Khoruzhick
2011-02-20
1
-1
/
+1
*
pxa2xx: convert i2c master to use qdev/vmsd
Dmitry Eremin-Solenikov
2011-02-11
1
-11
/
+42
*
pxa2xx_gpio: switch to using qdev
Dmitry Eremin-Solenikov
2011-01-29
1
-2
/
+2
*
pxa2xx: fix vmstate_pxa2xx_i2c
Dmitry Eremin-Solenikov
2011-01-20
1
-1
/
+1
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-12
/
+13
*
Use gcc warning flag -Wempty-body
Blue Swirl
2010-09-18
1
-2
/
+3
*
pxa2xx: fix SSSR TFN logic
Blue Swirl
2010-09-18
1
-4
/
+4
*
pxa2xx: remove useless checks
Blue Swirl
2010-09-18
1
-1
/
+1
*
Rearrange block headers
Blue Swirl
2010-08-24
1
-0
/
+1
*
qemu_ram_alloc: Add DeviceState and name parameters
Alex Williamson
2010-07-06
1
-4
/
+8
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-12
/
+15
*
OHCI qdev conversion
Paul Brook
2010-04-05
1
-2
/
+4
*
Revert "Compile usb-ohci only once"
Paul Brook
2010-04-04
1
-11
/
+2
[next]