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