- 415202d hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintf by Philippe Mathieu-Daudé · 7 years ago
- 7dbaea4 hw: Do not include "sysemu/blockdev.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
- 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
- a82929a hw/arm: Don't fail qtest due to missing SD card in -nodefaults mode by Thomas Huth · 7 years ago
- 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
- c0dbca3 hw/arm: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
- c94a60c Fixes after renaming __FUNCTION__ to __func__ by Alistair Francis · 7 years ago
- a89f364 Replace all occurances of __FUNCTION__ with __func__ by Alistair Francis · 7 years ago
- ba1ba5c arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly by Igor Mammedov · 7 years ago
- 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
- 701e3c7 arm: replace cpu_arm_init() with cpu_generic_init() by Igor Mammedov · 7 years ago
- 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
- 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
- cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
- f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
- 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
- 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 12b1672 hw/arm: Clean up includes by Peter Maydell · 9 years ago
- f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
- b45c03f arm: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
- bd2a888 Convert ffs() != 0 callers to ctz32() by Stefan Hajnoczi · 10 years ago
- c8623c0 arm: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
- 77a8257 omap: Fix warnings from Sparse by Stefan Weil · 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 · 10 years ago
- f3c7d03 hw: Fix qemu_allocate_irqs() leaks by Andreas Färber · 11 years ago
- 7e7e585 hw/arm/omap1: Avoid unintended sign extension writing omap_rtc YEARS_REG by Peter Maydell · 11 years ago
- d2f41a1 hw/arm/omap1.c: Avoid shifting left into sign bit 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
- 437f0f1 hw/arm/omap*: Don't use arm_pic_init_cpu() by Peter Maydell · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- e1fe50d Remove unneeded type casts by Stefan Weil · 12 years ago
- bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
- 259186a cpu: Move halted and interrupt_request fields to CPUState 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/omap1.c]
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- 139bd95 hw/omap1.c: Add fallthrough markers and breaks by Peter Maydell · 12 years ago
- 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
- eb7ff6f Replace remaining gmtime, localtime by gmtime_r, localtime_r by Stefan Weil · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- 4bd7466 arm_pic: Pass ARMCPU to arm_pic_init_cpu() by Andreas Färber · 13 years ago
- 5f4ef08 omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s by Andreas Färber · 13 years ago
- 348abc8 arm: switch real-time clocks to rtc_clock by Paolo Bonzini · 13 years ago
- e230d4e omap: switch omap_lpg to vm_clock by Paolo Bonzini · 13 years ago
- 54e1793 hw/omap_i2c: Convert to qdev by Juha Riihimäki · 13 years ago
- 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
- c47f322 Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging by Anthony Liguori · 13 years ago
- e023668 hw/omap1.c: Drop unused includes by Peter Maydell · 13 years ago
- b9f7bc4 hw/omap1.c: Separate dpll_ctl from omap_mpu_state by Juha Riihimäki · 13 years ago
- 0375953 hw/omap1.c: Separate PWT from omap_mpu_state by Juha Riihimäki · 13 years ago
- c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
- 8717d88 hw/omap1.c: Separate PWL from omap_mpu_state by Juha Riihimäki · 13 years ago
- 3b204c8 hw/omap1.c: omap_mpuio_init() need not be public by Peter Maydell · 13 years ago
- 7487813 omap_i2c: convert to memory API by Benoît Canet · 13 years ago
- 30af1ec omap_lcdc: convert to memory API by Benoît Canet · 13 years ago
- 7405165 omap_dma: convert to memory API by Avi Kivity · 13 years ago
- c304fed omap_mmc: convert to memory API by Avi Kivity · 13 years ago
- bdbc1b3 hw/omap1: Wire up GPIO clock by Peter Maydell · 13 years ago
- 0919ac7 omap_intc: Qdevify by Peter Maydell · 13 years ago
- 2654c96 omap1: convert to memory API (part VI) by Avi Kivity · 13 years ago
- 90aeba9 soc_dma: drop soc_dma_port_add_mem_ram() by Avi Kivity · 13 years ago
- 9898b79 omap_lcdc: remove imif, emiff from structure by Avi Kivity · 13 years ago
- 763b946 omap1: convert to memory API (part V) by Avi Kivity · 13 years ago
- 60fe76e omap1: convert to memory API (part IV) by Avi Kivity · 13 years ago
- a4ebbd1 omap1: convert to memory API (part III) by Avi Kivity · 13 years ago
- e7aa0ae omap1: convert to memory API (part II) by Avi Kivity · 14 years ago
- 4b3fedf omap1: convert to memory API (part I) by Avi Kivity · 14 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
- 77831c2 hw/omap_gpio.c: Convert to qdev by Juha Riihimäki · 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
- 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
- 4541678 Use range_covers_byte by Blue Swirl · 14 years ago
- 6a8aabd hw/omap: Fix default setup for OMAP UART devices by Stefan Weil · 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
- c1ff227 hw/omap : make local function static and remove declaration from header by cmchao · 15 years ago
- 02d7434 hw/omap1.c : separate uart module by cmchao · 15 years ago
- 7f132a2 hw/omap1.c : separate interrupt controller module by cmchao · 15 years ago
- e5c6b25 hw/omap1.c : separate gpio module by cmchao · 15 years ago
- 22ed1d34 arm: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
- 2d48377 Compile serial only once by Blue Swirl · 15 years ago
- abd0c6b BCD cleanup by Paul Brook · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- b9d38e9 Fix Sparse warnings about using plain integer as NULL pointer by Blue Swirl · 15 years ago
- 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
- d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
- 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
- 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
- a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
- 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
- 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago