1. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  2. aa2beaa console: add device link to QemuConsoles by Gerd Hoffmann · 12 years ago
  3. e1fe50d Remove unneeded type casts by Stefan Weil · 12 years ago
  4. 380cd05 console: add GraphicHwOps by Gerd Hoffmann · 12 years ago
  5. 2c62f08 console: simplify screendump by Gerd Hoffmann · 12 years ago
  6. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  7. fc97bb5 hw: move display devices to hw/display/, configure via default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/pxa2xx_lcd.c]
  8. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  9. c78f713 console: stop using DisplayState in gfx hardware emulation by Gerd Hoffmann · 12 years ago
  10. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  11. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  12. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  13. a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 12 years ago
  14. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  15. 27424dc hw/pxa2xx_lcd.c: drop target_phys_addr_t usage in device state by Mitsyanko Igor · 13 years ago
  16. 1673510 Remove screendump dummy functions. by Gerd Hoffmann · 13 years ago
  17. 4f56da6 pxa2xx_lcd: SRAM is valid location for the framebuffer by Vasily Khoruzhick · 13 years ago
  18. 7ab3aed pxa2xx_lcd: fix palette parser by Vasily Khoruzhick · 13 years ago
  19. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  20. 75c9d6c framebuffer: drop use of cpu_get_physical_page_desc() by Avi Kivity · 13 years ago
  21. 5a6fdd9 pxa2xx_lcd: convert to memory API by Benoît Canet · 13 years ago
  22. 541dc0d Use new macro QEMU_PACKED for packed structures by Stefan Weil · 14 years ago
  23. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  24. 9312805 pxa2xx_lcd: add proper rotation support by Vasily Khoruzhick · 14 years ago
  25. 9983836 vmstate: port pxa2xx_lcd by Juan Quintela · 14 years ago
  26. 4699540 pxa2xx_lcd: up field is used as a bool and migrated as an uint8_t by Juan Quintela · 14 years ago
  27. 2b7251e pxa2xx_lcd: name anonymous struct by Juan Quintela · 14 years ago
  28. b2bf03a pxa2xx_lcd: restore updating of display by Dmitry Eremin-Solenikov · 14 years ago
  29. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  30. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 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. b9d38e9 Fix Sparse warnings about using plain integer as NULL pointer by Blue Swirl · 15 years ago
  34. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  35. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  36. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  37. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  38. b0457b6 Fix/remove bogus ram size checks. by pbrook · 16 years ago
  39. d758525 More phys_ram_base elimination. by pbrook · 16 years ago
  40. 714fa30 Implement and use shared memory framebuffer device rendering reoutine. by pbrook · 16 years ago
  41. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  42. de95659 Fix the PXA2xx LCD dirty page detection a little more. by balrog · 16 years ago
  43. 92fb73b Fix PXA2xx framebuffer dirty checking. by balrog · 16 years ago
  44. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  45. 0e1f5a0 Introduce accessors for DisplayState (Stefano Stabellini) by aliguori · 16 years ago
  46. c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago
  47. 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago
  48. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  49. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  50. 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
  51. e27f01e Use pixel_ops.h in PXA LCD screen drawing. by balrog · 18 years ago
  52. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  53. aa941b9 Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. by balrog · 18 years ago
  54. 3f58226 Implement the PXA2xx I2C master controller. by balrog · 18 years ago
  55. a07dec2 Correct NAND erase block size. Misc fixes in Spitz code. by balrog · 18 years ago
  56. d95b2f8 Switch to qemu_ram_alloc() for memory allocation in PXA255/270. by balrog · 18 years ago
  57. a171fe3 Add remaining PXA2xx on-chip peripherals except I2C master. by balrog · 18 years ago