Age | Commit message (Expand) | Author |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-26 | hw/isa/pc87312: Mark the device with user_creatable = false | Thomas Huth |
2017-09-26 | hw/display/virtio-gpu: Put the virtio-gpu-device into the display category | Thomas Huth |
2017-09-26 | hw/display/xenfb.c: Add trace_xenfb_key_event | Liang Yan |
2017-09-26 | aux-to-i2c-bridge: don't allow user to create one | KONRAD Frederic |
2017-09-26 | Replace round_page() with TARGET_PAGE_ALIGN() | Kamil Rytarowski |
2017-09-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-09-22 | ide: fix enum comparison for gcc 4.7 | John Snow |
2017-09-22 | buildsys: Move usb redir cflags/libs to per object | Fam Zheng |
2017-09-22 | buildsys: Move libusb cflags/libs to per object | Fam Zheng |
2017-09-22 | buildsys: Move libcacard cflags/libs to per object | Fam Zheng |
2017-09-22 | memory: Get rid of address_space_init_shareable | Alexey Kardashevskiy |
2017-09-21 | memory: Switch memory from using AddressSpace to FlatView | Alexey Kardashevskiy |
2017-09-21 | msf2: Add Emcraft's Smartfusion2 SOM kit | Subbaraya Sundeep |
2017-09-21 | msf2: Add Smartfusion2 SoC | Subbaraya Sundeep |
2017-09-21 | msf2: Add Smartfusion2 SPI controller | Subbaraya Sundeep |
2017-09-21 | msf2: Microsemi Smartfusion2 System Register block | Subbaraya Sundeep |
2017-09-21 | msf2: Add Smartfusion2 System timer | Subbaraya Sundeep |
2017-09-21 | hw/arm/omap2.c: Don't use old_mmio | Peter Maydell |
2017-09-21 | hw/i2c/omap_i2c.c: Don't use old_mmio | Peter Maydell |
2017-09-21 | hw/timer/omap_gptimer: Don't use old_mmio | Peter Maydell |
2017-09-21 | hw/timer/omap_synctimer.c: Don't use old_mmio | Peter Maydell |
2017-09-21 | hw/gpio/omap_gpio.c: Don't use old_mmio | Peter Maydell |
2017-09-21 | hw/arm/palm.c: Don't use old_mmio for static_ops | Peter Maydell |
2017-09-21 | nvic: Support banked exceptions in acknowledge and complete | Peter Maydell |
2017-09-21 | nvic: Make SHCSR banked for v8M | Peter Maydell |
2017-09-21 | nvic: Make ICSR banked for v8M | Peter Maydell |
2017-09-21 | target/arm: Handle banking in negative-execution-priority check in cpu_mmu_in... | Peter Maydell |
2017-09-21 | nvic: Handle v8M changes in nvic_exec_prio() | Peter Maydell |
2017-09-21 | nvic: Disable the non-secure HardFault if AIRCR.BFHFNMINS is clear | Peter Maydell |
2017-09-21 | nvic: Implement v8M changes to fixed priority exceptions | Peter Maydell |
2017-09-21 | nvic: In escalation to HardFault, support HF not being priority -1 | Peter Maydell |
2017-09-21 | nvic: Compare group priority for escalation to HF | Peter Maydell |
2017-09-21 | nvic: Make SHPR registers banked | Peter Maydell |
2017-09-21 | nvic: Make set_pending and clear_pending take a secure parameter | Peter Maydell |
2017-09-21 | nvic: Handle banked exceptions in nvic_recompute_state() | Peter Maydell |
2017-09-21 | nvic: Implement NVIC_ITNS<n> registers | Peter Maydell |
2017-09-21 | nvic: Make ICSR.RETTOBASE handle banked exceptions | Peter Maydell |
2017-09-21 | nvic: Implement AIRCR changes for v8M | Peter Maydell |
2017-09-21 | nvic: Add cached vectpending_prio state | Peter Maydell |
2017-09-21 | nvic: Add cached vectpending_is_s_banked state | Peter Maydell |
2017-09-21 | nvic: Add banked exception states | Peter Maydell |
2017-09-21 | mips: replace cpu_mips_init() with cpu_generic_init() | Igor Mammedov |
2017-09-21 | mips: move hw/mips/cputimer.c to target/mips/ | Philippe Mathieu-Daudé |
2017-09-21 | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s... | Peter Maydell |
2017-09-21 | virtio-serial: add enable_backend callback | Pavel Butsykin |
2017-09-21 | sun4u: use sunhme as default on-board NIC | Mark Cave-Ayland |
2017-09-21 | net: add Sun HME (Happy Meal Ethernet) on-board NIC | Mark Cave-Ayland |
2017-09-20 | xen/pt: allow QEMU to request MSI unmasking at bind time | Roger Pau Monne |
2017-09-20 | xen-disk: use g_new0 to fix build | Olaf Hering |