Age | Commit message (Expand) | Author |
2015-04-28 | Convert ffs() != 0 callers to ctz32() | Stefan Hajnoczi |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi |
2015-04-28 | hw/arm/nseries: convert ffs(3) to ctz32() | Stefan Hajnoczi |
2015-04-26 | target-arm: rename c1_coproc to cpacr_el1 | Sergey Fedorov |
2015-04-26 | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell |
2015-04-08 | arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste... | Dirk Müller |
2015-04-02 | Merge remote-tracking branch 'remotes/armbru/tags/pull-hw-2015-04-02' into st... | Peter Maydell |
2015-04-02 | sysbus: Make devices picking up backends unavailable with -device | Markus Armbruster |
2015-04-02 | hw: Mark device misusing nd_table[] FIXME | Markus Armbruster |
2015-04-02 | hw: Mark devices picking up char backends actively FIXME | Markus Armbruster |
2015-04-02 | hw: Mark devices picking up block backends actively FIXME | Markus Armbruster |
2015-04-02 | hw/arm/vexpress: Don't double-free flash filename | Peter Maydell |
2015-04-02 | hw/arm/virt: Fix corruption due to double free | Shannon Zhao |
2015-04-01 | hw/arm/virt: Fix memory leak reported by Coverity | Stefan Weil |
2015-04-01 | hw/arm/vexpress: Fix memory leak reported by Coverity | Stefan Weil |
2015-04-01 | hw/arm/highbank: Fix resource leak and wrong image loading | Stefan Weil |
2015-03-19 | error: Replace error_report() & error_free() with error_report_err() | zhanghailiang |
2015-03-19 | arm: fix memory leak | Gonglei |
2015-03-19 | arm/nseries: Fix warnings from Sparse | Stefan Weil |
2015-03-19 | omap: Fix warnings from Sparse | Stefan Weil |
2015-03-11 | integrator/cp: Implement CARDIN and WPROT signals | Jan Kiszka |
2015-03-11 | integrator/cp: Model CP control registers as sysbus device | Jan Kiszka |
2015-03-11 | netduino2: Add the Netduino 2 Machine | Alistair Francis |
2015-03-11 | stm32f205: Add the stm32f205 SoC | Alistair Francis |
2015-03-11 | hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1 | Ard Biesheuvel |
2015-03-10 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-03-10 | hw: Propagate errors through qdev_prop_set_drive() | Markus Armbruster |
2015-03-10 | arm/digic_boards: Remove superfluous '\n' around error_report() | Gonglei |
2015-02-18 | error: Use error_report_err() where appropriate | Markus Armbruster |
2015-02-13 | target-arm: Add feature parsing to virt | Greg Bellows |
2015-02-13 | arm: Add PCIe host bridge in virt machine | Alexander Graf |
2015-02-05 | hw/arm/virt: explain device-to-transport mapping in create_virtio_devices() | Laszlo Ersek |
2015-02-05 | target-arm: Change reset to highest available EL | Greg Bellows |
2015-02-05 | target_arm: Parameterise the irq lines for armv7m_init | Alistair Francis |
2015-02-05 | target_arm: Remove memory region init from armv7m_init | Alistair Francis |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini |
2015-01-08 | hw/usb: simplified usb_enabled | Marcel Apfelbaum |
2014-12-22 | hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmware | Laszlo Ersek |
2014-12-22 | hw/arm: pass pristine kernel image to guest firmware over fw_cfg | Laszlo Ersek |
2014-12-22 | arm: add fw_cfg to "virt" board | Laszlo Ersek |
2014-12-22 | target-arm: Disable EL3 on unsupported machines | Greg Bellows |
2014-12-22 | target-arm: Breakout integratorcp and versatilepb cpu init | Greg Bellows |
2014-12-22 | target-arm: Set CPU has_el3 prop during virt init | Greg Bellows |
2014-12-22 | target-arm: Enable CPU has_el3 prop during VE init | Greg Bellows |
2014-12-22 | target-arm: Add arm_boot_info secure_boot control | Greg Bellows |
2014-12-22 | target-arm: Add virt machine secure property | Greg Bellows |
2014-12-22 | target-arm: Add virt class and machine types | Greg Bellows |
2014-12-22 | target-arm: Change vexpress daughterboard init arg | Greg Bellows |
2014-12-22 | target-arm: Add vexpress machine secure property | Greg Bellows |
2014-12-22 | target-arm: Switch to common vexpress machine init | Greg Bellows |