1. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
  2. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  3. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  4. f0ab24c vmstate: port pxa2xx_pm by Juan Quintela · 14 years ago
  5. d102d49 vmstate: port pxa2xx_mm by Juan Quintela · 14 years ago
  6. ae1f90d vmstate: port pxa2xx_cm by Juan Quintela · 14 years ago
  7. 9f5dfe2 vmstate: port pxa2xx_i2s by Juan Quintela · 14 years ago
  8. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  9. 7bd427d change all rt_clock references to use millisecond resolution accessors by Paolo Bonzini · 14 years ago
  10. 8a23148 pxa2xx: port pxa2xx_rtc to using qdev/vmstate by Andrzej Zaborowski · 14 years ago
  11. 2115c01 pxa2xx_dma: port to qdev/vmstate by Andrzej Zaborowski · 14 years ago
  12. 797e954 pxa2xx_timer: switch to using qdev/vmstate by Dmitry Eremin-Solenikov · 14 years ago
  13. e1f8c72 pxa2xx_pic: update to use qdev by Dmitry Eremin-Solenikov · 14 years ago
  14. 9dda246 Fix obvious mistake in pxa2xx i2s driver by Vasily Khoruzhick · 14 years ago
  15. c8ba63f pxa2xx: convert i2c master to use qdev/vmsd by Dmitry Eremin-Solenikov · 14 years ago
  16. 0bb5333 pxa2xx_gpio: switch to using qdev by Dmitry Eremin-Solenikov · 14 years ago
  17. f69866e pxa2xx: fix vmstate_pxa2xx_i2c by Dmitry Eremin-Solenikov · 14 years ago
  18. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  19. 3ffd710 Use gcc warning flag -Wempty-body by Blue Swirl · 14 years ago
  20. 7d14768 pxa2xx: fix SSSR TFN logic by Blue Swirl · 14 years ago
  21. 603ff77 pxa2xx: remove useless checks by Blue Swirl · 14 years ago
  22. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  23. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  24. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  25. 61d3cf9 OHCI qdev conversion by Paul Brook · 15 years ago
  26. a67ba3b Revert "Compile usb-ohci only once" by Paul Brook · 15 years ago
  27. 6725f3f Fix recent pxa270 serial breakage by Lars Munch · 15 years ago
  28. f169840 Compile usb-ohci only once by Blue Swirl · 15 years ago
  29. 2d48377 Compile serial only once by Blue Swirl · 15 years ago
  30. 0211364 vmstate: port pxa2xx_i2c device by Juan Quintela · 15 years ago
  31. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  32. 99a0949 Get rid of _t suffix by malc · 15 years ago
  33. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  34. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  35. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  36. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  37. 074f2ff qdev: move name+size into DeviceInfo (v2) by Gerd Hoffmann · 16 years ago
  38. 02e2da4 Add common BusState by Paul Brook · 16 years ago
  39. a984a69 PXA SSI qdev conversion by Paul Brook · 16 years ago
  40. e3b4253 PXA2xx I2C slave qdev conversion by Paul Brook · 16 years ago
  41. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  42. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  43. dc23e26 PXA: Account for offset from page start in a subpage mapping. by balrog · 16 years ago
  44. ed00525 Don't wrap I2C registers addresses on PXA270. by balrog · 16 years ago
  45. 0cd2df7 Fix RTC initial date computation by aurel32 · 16 years ago
  46. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  47. b6c4f71 Resurrect the safe part of r5274 by blueswir1 · 16 years ago
  48. 2ca83a8 Revert r5274 which breaks savevm/loadvm by blueswir1 · 16 years ago
  49. 67d8cec Add signed versions of save/load functions by blueswir1 · 16 years ago
  50. c701b35 Fix i2c save/restore. by pbrook · 17 years ago
  51. b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
  52. b6cd0ea 8250: Customized base baudrate by aurel32 · 17 years ago
  53. a050e24 Hush pointer target signedness warnings from gcc 4. by balrog · 17 years ago
  54. f650305 Unify RTCs that use host time, fix M48t59 alarm. by balrog · 17 years ago
  55. 31b87f2 Initial PXA27x keypad support, by Armin Kuster. by balrog · 17 years ago
  56. e4bcb14 Add -drive parameter, by Laurent Vivier. by ths · 17 years ago
  57. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  58. 38641a5 Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap, max7310 and s3c gpios). by balrog · 17 years ago
  59. fa58c15 removed unused variables by bellard · 17 years ago
  60. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  61. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  62. 59c0149 Update TNF bit in I2C status register, original patch by Juergen Lock. by balrog · 18 years ago
  63. 82d1797 Various reg offset shift typos. by balrog · 18 years ago
  64. fe8f096 Spelling fix, by Stuart Brady. by ths · 18 years ago
  65. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  66. 2a16392 Remove a local subpage IO hack, now that general subpage IO works. by balrog · 18 years ago
  67. aa941b9 Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. by balrog · 18 years ago
  68. 3f6c925 Use i2c_slave_init() to allocate the PXA (dummy) I2C slave. by balrog · 18 years ago
  69. 3f58226 Implement the PXA2xx I2C master controller. by balrog · 18 years ago
  70. a07dec2 Correct NAND erase block size. Misc fixes in Spitz code. by balrog · 18 years ago
  71. 3bdd58a Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA27x additional timers. by balrog · 18 years ago
  72. 565d289 Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fatal typo in timer code. by balrog · 18 years ago
  73. d95b2f8 Switch to qemu_ram_alloc() for memory allocation in PXA255/270. by balrog · 18 years ago
  74. ce81986 ARM946 CPU support. by pbrook · 18 years ago
  75. a90b731 Implement power state changes (IDLE and SLEEP) for PXA. by balrog · 18 years ago
  76. 4207117 Honour limited subset of --cpu values instead of ignoring. by balrog · 18 years ago
  77. 21bd785 Remove the use of Linux / BSD specific asprintf call. by balrog · 18 years ago
  78. a171fe3 Add remaining PXA2xx on-chip peripherals except I2C master. by balrog · 18 years ago
  79. c171313 Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. by balrog · 18 years ago