Age | Commit message (Expand) | Author | Files | Lines |
2016-01-11 | hw/ppc/spapr: Use XHCI as host controller for new spapr machines | Thomas Huth | 1 | -1/+8 |
2016-01-11 | pseries: Add pseries-2.6 machine type | David Gibson | 1 | -2/+20 |
2016-01-11 | pseries: Improve setting of default machine version | David Gibson | 1 | -10/+10 |
2016-01-11 | pseries: Restructure class_options functions | David Gibson | 1 | -4/+17 |
2016-01-11 | pseries: DEFINE_SPAPR_MACHINE | David Gibson | 1 | -70/+49 |
2016-01-11 | pseries: Use SET_MACHINE_COMPAT | David Gibson | 1 | -20/+4 |
2016-01-11 | pseries: Remove versions from mc->desc | David Gibson | 1 | -5/+1 |
2016-01-11 | pseries: Remove redundant calls to spapr_machine_initfn() | David Gibson | 1 | -3/+0 |
2016-01-11 | pseries: Rearrange versioned machine type code | David Gibson | 1 | -82/+98 |
2016-01-11 | pseries: Remove redundant setting of mc->name for pseries-2.5 machine | David Gibson | 1 | -1/+0 |
2016-01-11 | spapr: Add /system-id | Alexey Kardashevskiy | 1 | -0/+3 |
2016-01-11 | hw/ppc/spapr_rtc: Remove bad class_size value | Thomas Huth | 1 | -1/+0 |
2016-01-08 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160108-1' into st... | Peter Maydell | 2 | -3/+6 |
2016-01-08 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160108-1' into s... | Peter Maydell | 2 | -33/+56 |
2016-01-08 | ui/curses: Fix color attribute of monitor for curses | OGAWA Hirofumi | 2 | -3/+6 |
2016-01-08 | ohci: clear pending SOF on suspend | Laurent Vivier | 1 | -0/+3 |
2016-01-08 | ohci: delay first SOF interrupt | Laurent Vivier | 1 | -3/+13 |
2016-01-08 | usb-mtp: fix call to trace function | Bandan Das | 1 | -1/+1 |
2016-01-08 | usb-mtp: use safe variant when cleaning events list | Bandan Das | 1 | -2/+2 |
2016-01-08 | ohci: fix command HostControllerReset | Hervé Poussineau | 1 | -1/+1 |
2016-01-08 | ohci: fix Host Controller USBRESET | Hervé Poussineau | 1 | -1/+1 |
2016-01-08 | ohci: split reset method in 3 parts | Hervé Poussineau | 1 | -27/+37 |
2016-01-07 | block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE | Fam Zheng | 1 | -1/+1 |
2016-01-07 | petalogix-ml605: Set the MicroBlaze CPU version to 8.10.a | Edgar E. Iglesias | 1 | -0/+1 |
2016-01-07 | s3adsp1800: Set the MicroBlaze CPU version to 7.10.d | Edgar E. Iglesias | 1 | -0/+1 |
2016-01-07 | sun4u: split NPT and INT_DIS accesses between timer and compare registers | Mark Cave-Ayland | 1 | -9/+10 |
2016-01-07 | sun4u: split out NPT and INT_DIS into separate CPUTimer fields | Mark Cave-Ayland | 1 | -4/+13 |
2015-12-23 | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2015-12-23 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 21 | -278/+4592 |
2015-12-23 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-12-22' into s... | Peter Maydell | 4 | -75/+60 |
2015-12-23 | virtio-9p: use accessor to get thread_pool | Greg Kurz | 1 | -1/+1 |
2015-12-22 | acpi: extend aml_and() to accept target argument | Igor Mammedov | 3 | -6/+8 |
2015-12-22 | acpi: extend aml_or() to accept target argument | Igor Mammedov | 3 | -6/+7 |
2015-12-22 | acpi add aml_dma() | Igor Mammedov | 1 | -0/+14 |
2015-12-22 | acpi: add aml_to_buffer() | Igor Mammedov | 1 | -0/+13 |
2015-12-22 | acpi: add aml_to_hexstring() | Igor Mammedov | 1 | -0/+13 |
2015-12-22 | acpi: extend aml_field() to support LockRule | Igor Mammedov | 2 | -6/+9 |
2015-12-22 | acpi: add aml_lgreater() | Igor Mammedov | 1 | -0/+9 |
2015-12-22 | acpi: add aml_lor() | Igor Mammedov | 1 | -0/+9 |
2015-12-22 | acpi: add aml_sleep() | Igor Mammedov | 1 | -0/+10 |
2015-12-22 | acpi: add aml_alias() | Igor Mammedov | 1 | -0/+9 |
2015-12-22 | acpi: extend aml_shiftright() to accept target argument | Igor Mammedov | 2 | -3/+3 |
2015-12-22 | acpi: add aml_to_integer() | Igor Mammedov | 1 | -0/+9 |
2015-12-22 | acpi: add aml_call0() helper | Igor Mammedov | 1 | -0/+8 |
2015-12-22 | acpi: add aml_decrement() and aml_subtract() | Igor Mammedov | 1 | -0/+14 |
2015-12-22 | acpi: extend aml_add() to accept target argument | Igor Mammedov | 2 | -3/+3 |
2015-12-22 | acpi: aml: add helper for Opcode Arg2 Arg2 [Dst] AML pattern | Igor Mammedov | 1 | -29/+32 |
2015-12-22 | acpi: add aml_create_qword_field() | Igor Mammedov | 1 | -4/+17 |
2015-12-22 | acpi: add aml_mutex(), aml_acquire(), aml_release() | Xiao Guangrong | 1 | -0/+33 |
2015-12-22 | acpi: add aml_lgreater_equal() | Igor Mammedov | 1 | -0/+11 |