Age | Commit message (Expand) | Author |
2019-09-25 | cputlb: Partially inline memory_region_section_get_iotlb | Richard Henderson |
2019-09-25 | cputlb: Move NOTDIRTY handling from I/O path to TLB path | Richard Henderson |
2019-09-25 | cputlb: Move ROM handling from I/O path to TLB path | Richard Henderson |
2019-09-25 | cputlb: Introduce TLB_BSWAP | Richard Henderson |
2019-09-25 | qemu/compiler.h: Add qemu_build_not_reached | Richard Henderson |
2019-09-25 | cputlb: Disable __always_inline__ without optimization | Richard Henderson |
2019-09-25 | exec: Use TARGET_PAGE_BITS_MIN for TLB flags | Richard Henderson |
2019-09-25 | migration/postcopy: unsentmap is not necessary for postcopy | Wei Yang |
2019-09-25 | memory: Provide an equality function for MemoryRegionSections | Dr. David Alan Gilbert |
2019-09-25 | memory: Align MemoryRegionSections fields | Dr. David Alan Gilbert |
2019-09-25 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-09-24' into ... | Peter Maydell |
2019-09-24 | nbd: Grab aio context lock in more places | Eric Blake |
2019-09-24 | xen: perform XenDevice clean-up in XenBus watch handler | Paul Durrant |
2019-09-24 | xen: introduce separate XenWatchList for XenDevice objects | Paul Durrant |
2019-09-24 | xen / notify: introduce a new XenWatchList abstraction | Paul Durrant |
2019-09-24 | qapi: Make visit_next_list()'s comment less confusing | Markus Armbruster |
2019-09-23 | Merge remote-tracking branch 'remotes/cminyard/tags/ipmi-for-release-2019-09-... | Peter Maydell |
2019-09-20 | pc: Add an SMB0 ACPI device to q35 | Corey Minyard |
2019-09-20 | ipmi: Fix SSIF ACPI handling to use the right CRS | Corey Minyard |
2019-09-20 | acpi: Add i2c serial bus CRS handling | Corey Minyard |
2019-09-20 | ipmi: Add PCI IPMI interfaces | Corey Minyard |
2019-09-20 | ipmi: Allow a size value to be passed for I/O space | Corey Minyard |
2019-09-20 | ipmi: Split out BT-specific code from ISA BT code | Corey Minyard |
2019-09-20 | ipmi: Split out KCS-specific code from ISA KCS code | Corey Minyard |
2019-09-20 | qdev: Add a no default uuid property | Corey Minyard |
2019-09-20 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques... | Peter Maydell |
2019-09-19 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190919-pull-request' i... | Peter Maydell |
2019-09-19 | kvm: Fix typo in header of kvm_device_access() | Greg Kurz |
2019-09-19 | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf1-v3... | Peter Maydell |
2019-09-19 | cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h" | Philippe Mathieu-Daudé |
2019-09-17 | riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernet | Bin Meng |
2019-09-17 | riscv: sifive_u: Fix broken GEM support | Bin Meng |
2019-09-17 | riscv: sifive_u: Instantiate OTP memory with a serial number | Bin Meng |
2019-09-17 | riscv: sifive: Implement a model for SiFive FU540 OTP | Bin Meng |
2019-09-17 | riscv: sifive_u: Update UART base addresses and IRQs | Bin Meng |
2019-09-17 | riscv: sifive_u: Reference PRCI clocks in UART and ethernet nodes | Bin Meng |
2019-09-17 | riscv: sifive_u: Add PRCI block to the SoC | Bin Meng |
2019-09-17 | riscv: sifive_u: Generate hfclk and rtcclk nodes | Bin Meng |
2019-09-17 | riscv: sifive: Implement PRCI model for FU540 | Bin Meng |
2019-09-17 | riscv: sifive_u: Update hart configuration to reflect the real FU540 SoC | Bin Meng |
2019-09-17 | riscv: sifive_u: Set the minimum number of cpus to 2 | Bin Meng |
2019-09-17 | riscv: hart: Add a "hartid-base" property to RISC-V hart array | Bin Meng |
2019-09-17 | riscv: Add a sifive_cpu.h to include both E and U cpu type defines | Bin Meng |
2019-09-17 | riscv: sifive_e: prci: Update the PRCI register block size | Bin Meng |
2019-09-17 | riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h} | Bin Meng |
2019-09-17 | riscv: sifive_test: Add reset functionality | Bin Meng |
2019-09-17 | riscv: Add a helper routine for finding firmware | Bin Meng |
2019-09-17 | riscv: plic: Remove unused interrupt functions | Alistair Francis |
2019-09-17 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-09-17 | ui/egl: fix framebuffer reads | Gerd Hoffmann |