Age | Commit message (Expand) | Author | Files | Lines |
2019-03-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+2 |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster | 1 | -3/+5 |
2019-03-22 | trace-events: Delete unused trace points | Markus Armbruster | 2 | -3/+0 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 2 | -22/+22 |
2019-03-18 | kconfig: add dependencies on CONFIG_MSI_NONBROKEN | Paolo Bonzini | 1 | -2/+2 |
2019-03-07 | sparc-softmmu.mak: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | ppc: Express dependencies of the Mac machines with kconfig | Thomas Huth | 1 | -0/+6 |
2019-03-07 | ptimer: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | i2c: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+4 |
2019-03-07 | isa: express dependencies with kconfig | Paolo Bonzini | 1 | -0/+6 |
2019-03-07 | build: convert pci.mak to Kconfig | Paolo Bonzini | 1 | -1/+5 |
2019-03-07 | build: switch to Kconfig | Paolo Bonzini | 1 | -0/+2 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 2 | -0/+105 |
2019-03-01 | Merge remote-tracking branch 'remotes/cminyard/tags/i2c-for-release-20190228'... | Peter Maydell | 3 | -3/+3 |
2019-02-28 | hw/arm/armsse: Unify init-svtor and cpuwait handling | Peter Maydell | 1 | -12/+8 |
2019-02-28 | hw/arm/iotkit-sysctl: Implement CPUWAIT and INITSVTOR* | Peter Maydell | 1 | -4/+37 |
2019-02-28 | hw/arm/iotkit-sysctl: Add SSE-200 registers | Peter Maydell | 1 | -5/+240 |
2019-02-28 | hw/misc/iotkit-sysctl: Correct typo in INITSVTOR0 register name | Peter Maydell | 1 | -8/+8 |
2019-02-28 | hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling Unit | Peter Maydell | 3 | -0/+203 |
2019-02-27 | i2c: have I2C receive operation return uint8_t | Corey Minyard | 3 | -3/+3 |
2019-02-22 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-21-2019-v... | Peter Maydell | 1 | -1/+1 |
2019-02-21 | hw/misc: mips_itu: Fix 32/64 bit issue in a line involving shift operator | Aleksandar Markovic | 1 | -1/+1 |
2019-02-21 | hw/misc/tz-ppc: Support having unused ports in the middle of the range | Peter Maydell | 1 | -0/+32 |
2019-02-17 | cuda: decrease time delay before raising VIA SR interrupt and remove fast path | Mark Cave-Ayland | 1 | -10/+1 |
2019-02-14 | hw/mips_cpc: kick a VP when putting it into Run statewq | Miodrag Dinic | 1 | -2/+15 |
2019-02-01 | hw/misc/armsse-cpuid: Implement SSE-200 CPU_IDENTITY register block | Peter Maydell | 3 | -0/+139 |
2019-02-01 | iotkit-sysinfo: Make SYS_VERSION and SYS_CONFIG configurable | Peter Maydell | 1 | -2/+13 |
2019-02-01 | hw/misc/iotkit-secctl: Support 4 internal MPCs | Peter Maydell | 1 | -2/+3 |
2019-01-30 | hw: edu: set category of the edu device | kumar sourav | 1 | -0/+2 |
2019-01-21 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20... | Peter Maydell | 1 | -7/+66 |
2019-01-18 | target/mips: Update ITU to handle bus errors | Yongbok Kim | 1 | -0/+22 |
2019-01-18 | target/mips: Update ITU to utilize SAARI and SAAR CP0 registers | Yongbok Kim | 1 | -6/+23 |
2019-01-18 | target/mips: Add field and R/W access to ITU control register ICR0 | Yongbok Kim | 1 | -1/+21 |
2019-01-17 | hw/misc/edu: add msi_uninit() for pci_edu_uninit() | Fei Li | 1 | -0/+1 |
2019-01-14 | hw/misc/ivshmem: Remove deprecated "ivshmem" legacy device | Thomas Huth | 1 | -205/+5 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 2 | -5/+5 |
2019-01-09 | trivial: Don't include isa.h if it is not really necessary | Thomas Huth | 1 | -1/+0 |
2019-01-07 | hw/misc/tz-mpc: Fix value of BLK_MAX register | Peter Maydell | 1 | -1/+1 |
2019-01-07 | hw/misc/nrf51_rng: Add NRF51 random number generator peripheral | Steffen Görtz | 2 | -0/+263 |
2018-12-16 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ... | Peter Maydell | 1 | -1/+1 |
2018-12-14 | Rename cpu_physical_memory_write_rom() to address_space_write_rom() | Peter Maydell | 1 | -1/+1 |
2018-12-13 | puv3_pm.c: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -6/+4 |
2018-12-13 | milkymist-pfpu: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -7/+5 |
2018-12-13 | milkymist-hpdmc: Convert sysbus init function to realize function | Mao Zhongyi | 1 | -6/+3 |
2018-12-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque... | Peter Maydell | 2 | -2/+2 |
2018-12-11 | qom: make user_creatable_complete() specific to UserCreatable | Marc-André Lureau | 1 | -1/+1 |
2018-12-11 | misc: Avoid UTF-8 in error messages | Eric Blake | 2 | -2/+2 |
2018-11-12 | pc-testdev: use HTTPS git URL | Stefan Hajnoczi | 1 | -1/+1 |
2018-11-08 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20181108' into... | Peter Maydell | 1 | -0/+1 |
2018-11-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+1 |