Sign in
qemu
/
qemu
/
5105505e65ba6bc3e1dc549bcd0d1d33f3546e60
/
hw
/
arm
/
pxa2xx.c
7ebd5f2
target-arm: rename c1_coproc to cpacr_el1
by Sergey Fedorov
· 10 years ago
de77a24
hw/usb: simplified usb_enabled
by Marcel Apfelbaum
· 10 years ago
0c17d68
target-arm: make DACR banked
by Fabian Aggeler
· 10 years ago
7dd8c9a
target-arm: make TTBR0/1 banked
by Fabian Aggeler
· 10 years ago
137feaa
target-arm: add SCTLR_EL3 and make SCTLR banked
by Fabian Aggeler
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
fa1d36d
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
by Markus Armbruster
· 10 years ago
4994653
memory: add parameter errp to memory_region_init_ram
by Hu Tao
· 11 years ago
f3c7d03
hw: Fix qemu_allocate_irqs() leaks
by Andreas Färber
· 11 years ago
8f1e884
savevm: Remove all the unneeded version_minimum_id_old (arm)
by Juan Quintela
· 11 years ago
caa881a
pxa2xx: avoid buffer overrun on incoming migration
by Michael S. Tsirkin
· 11 years ago
43a32ed
pxa2xx: Don't shift into sign bit
by Peter Maydell
· 11 years ago
4cc3561
target-arm: Store AIF bits in env->pstate for AArch32
by Peter Maydell
· 11 years ago
327ed10
target-arm: Implement AArch64 TTBR*
by Peter Maydell
· 11 years ago
105a060
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140220' into staging
by Peter Maydell
· 11 years ago
c4241c7
target-arm: Drop success/fail return from cpreg read and write functions
by Peter Maydell
· 11 years ago
96dca6b
pxa2xx: QOM'ify I2C slave
by Andreas Färber
· 11 years ago
a5c8285
i2c: Rename i2c_bus to I2CBus
by Andreas Färber
· 12 years ago
20bcf73
vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-type
by Peter Maydell
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
884f17c
aio / timers: Convert rtc_clock to be a QEMUClockType
by Alex Bligh
· 12 years ago
be2f78b
pxa2xx: Avoid object_get_link_property() assertion for "parent_bus"
by Andreas Färber
· 12 years ago
5354c21
pxa2xx: QOM cast cleanup for PXA2xxI2CState
by Andreas Färber
· 12 years ago
548c6f1
pxa2xx: QOM cast cleanup for PXA2xxRTCState
by Andreas Färber
· 12 years ago
12a8280
pxa2xx: QOM cast cleanup for PXA2xxSSPState
by Andreas Färber
· 12 years ago
4917cf4
cpu: Replace cpu_single_env with CPUState current_cpu
by Andreas Färber
· 12 years ago
64bde0f
hw/a*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
456d606
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
by Hans de Goede
· 12 years ago
c3affe5
cpu: Pass CPUState to cpu_interrupt()
by Andreas Färber
· 12 years ago
dd285b0
arm: move files referencing CPU to hw/arm/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/pxa2xx.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
f565235
hw/pxa2xx: Fix transposed crn/crm values for pxa2xx cp14 perf regs
by Peter Maydell
· 12 years ago
8aae84a
i2c: Drop I2C_SLAVE_FROM_QDEV() macro
by Andreas Färber
· 12 years ago
1356b98
sysbus: Drop sysbus_from_qdev() cast macro
by Andreas Färber
· 12 years ago
55e5c28
cpu: Move cpu_index field to CPUState
by Andreas Färber
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
927d487
softmmu: move remaining include files to include/ subdirectories
by Paolo Bonzini
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
094b287
Add USB option in machine options
by zhlcindy@gmail.com
· 13 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
488cb99
serial: split serial.c
by Gerd Hoffmann
· 12 years ago
e2f8a44
hw/pxa2xx.c: Convert CLKCFG and PWRMODE cp14 regs
by Peter Maydell
· 13 years ago
dc2a904
hw/pxa2xx: Convert cp14 perf registers to new scheme
by Peter Maydell
· 13 years ago
f161bcd
pxa2xx: Pass ARMCPU to pxa2xx_pic_init()
by Andreas Färber
· 13 years ago
4382458
pxa2xx: Use cpu_arm_init() and store ARMCPU
by Andreas Färber
· 13 years ago
348abc8
arm: switch real-time clocks to rtc_clock
by Paolo Bonzini
· 13 years ago
14dd5fa
hw/pxa2xx.c: Fix handling of pxa2xx_i2c variable offset within region
by Peter Maydell
· 13 years ago
1bba0dc
Rename cpu_reset() to cpu_state_reset()
by Andreas Färber
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
b5ea932
i2c: smbus: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
9e07bdf
i2c: rename i2c_slave -> I2CSlave
by Anthony Liguori
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
5a6fdd9
pxa2xx_lcd: convert to memory API
by Benoît Canet
· 13 years ago
2bf9045
pxa2xx_mmci: convert to memory API
by Benoît Canet
· 13 years ago
6cd816b
pxa2xx_keypad: convert to memory API
by Benoît Canet
· 13 years ago
354a8c0
pxa2xx_pcmcia.c: convert common memory space to memory API
by Benoît Canet
· 13 years ago
7c64d29
hw/pxa2xx.c: Fix handling of RW bits in PMCR
by Peter Maydell
· 13 years ago
afd4a65
hw/pxa2xx.c: Fix handling of R/WC bits in PMCR
by Peter Maydell
· 13 years ago
adfc39e
pxa2xx: convert to memory API (part II)
by Avi Kivity
· 13 years ago
9c84393
pxa2xx: convert to memory API (part I)
by Avi Kivity
· 13 years ago
a6dc4c2
pxa: Pass in address_space to pxa{255, 270}_init
by Richard Henderson
· 14 years ago
39186d8
serial: Add MemoryRegion parameter to serial_mm_init
by Richard Henderson
· 14 years ago
2ff0c7c
serial: Remove ioregister parameter from serial_mm_init
by Richard Henderson
· 14 years ago
fb50cfe
serial: Use enum device_endian in serial_mm_init parameter
by Richard Henderson
· 14 years ago
2cc6e0a
char: rename qemu_chr_write() -> qemu_chr_fe_write()
by Anthony Liguori
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
8e31bf3
Correct spelling of licensed
by Matthew Fernandez
· 14 years ago
f0ab24c
vmstate: port pxa2xx_pm
by Juan Quintela
· 14 years ago
d102d49
vmstate: port pxa2xx_mm
by Juan Quintela
· 14 years ago
ae1f90d
vmstate: port pxa2xx_cm
by Juan Quintela
· 14 years ago
9f5dfe2
vmstate: port pxa2xx_i2s
by Juan Quintela
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
7bd427d
change all rt_clock references to use millisecond resolution accessors
by Paolo Bonzini
· 14 years ago
8a23148
pxa2xx: port pxa2xx_rtc to using qdev/vmstate
by Andrzej Zaborowski
· 14 years ago
2115c01
pxa2xx_dma: port to qdev/vmstate
by Andrzej Zaborowski
· 14 years ago
797e954
pxa2xx_timer: switch to using qdev/vmstate
by Dmitry Eremin-Solenikov
· 14 years ago
e1f8c72
pxa2xx_pic: update to use qdev
by Dmitry Eremin-Solenikov
· 14 years ago
9dda246
Fix obvious mistake in pxa2xx i2s driver
by Vasily Khoruzhick
· 14 years ago
c8ba63f
pxa2xx: convert i2c master to use qdev/vmsd
by Dmitry Eremin-Solenikov
· 14 years ago
0bb5333
pxa2xx_gpio: switch to using qdev
by Dmitry Eremin-Solenikov
· 14 years ago
f69866e
pxa2xx: fix vmstate_pxa2xx_i2c
by Dmitry Eremin-Solenikov
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
3ffd710
Use gcc warning flag -Wempty-body
by Blue Swirl
· 15 years ago
7d14768
pxa2xx: fix SSSR TFN logic
by Blue Swirl
· 15 years ago
603ff77
pxa2xx: remove useless checks
by Blue Swirl
· 15 years ago
2446333
Rearrange block headers
by Blue Swirl
· 15 years ago
1724f04
qemu_ram_alloc: Add DeviceState and name parameters
by Alex Williamson
· 15 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
61d3cf9
OHCI qdev conversion
by Paul Brook
· 15 years ago
a67ba3b
Revert "Compile usb-ohci only once"
by Paul Brook
· 15 years ago
6725f3f
Fix recent pxa270 serial breakage
by Lars Munch
· 15 years ago
f169840
Compile usb-ohci only once
by Blue Swirl
· 15 years ago
2d48377
Compile serial only once
by Blue Swirl
· 15 years ago
0211364
vmstate: port pxa2xx_i2c device
by Juan Quintela
· 15 years ago
Next »