Age | Commit message (Expand) | Author | Files | Lines |
2015-08-18 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 6 | -59/+117 |
2015-08-14 | hw: fix mask for ColdFire UART command register | Paolo Bonzini | 1 | -1/+1 |
2015-08-14 | scsi-generic: identify AIO callbacks more clearly | Paolo Bonzini | 1 | -25/+41 |
2015-08-14 | scsi-disk: identify AIO callbacks more clearly | Paolo Bonzini | 1 | -30/+61 |
2015-08-14 | scsi: create restart bottom half in the right AioContext | Paolo Bonzini | 1 | -1/+2 |
2015-08-14 | vhost-scsi: Clarify vhost_virtqueue_mask argument | Lu Lina | 1 | -1/+1 |
2015-08-14 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell | 1 | -2/+2 |
2015-08-13 | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150813' into staging | Peter Maydell | 1 | -0/+16 |
2015-08-13 | hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accesses | Peter Maydell | 1 | -0/+16 |
2015-08-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 14 | -193/+171 |
2015-08-13 | smbios: move smbios code into a common folder | Wei Huang | 7 | -7/+8 |
2015-08-13 | smbios: remove dependency on x86 e820 tables | Wei Huang | 2 | -8/+24 |
2015-08-13 | smbios: extract x86 smbios building code into a function | Wei Huang | 1 | -16/+22 |
2015-08-13 | acpi: avoid potential uninitialized access to cpu_hp_io_base | Daniel P. Berrange | 1 | -0/+1 |
2015-08-13 | virtio-net: remove useless codes | Jason Wang | 1 | -6/+2 |
2015-08-13 | pci: allow 0 address for PCI IO/MEM regions | Laurent Vivier | 2 | -3/+10 |
2015-08-13 | pc: Remove redundant arguments from pc_memory_init() | Eduardo Habkost | 3 | -11/+9 |
2015-08-13 | pc: Remove redundant arguments from pc_cmos_init() | Eduardo Habkost | 3 | -17/+9 |
2015-08-13 | pc: Remove redundant arguments from *load_linux() | Eduardo Habkost | 2 | -21/+13 |
2015-08-13 | pc: Use PCMachineState as pc_guest_info_init() argument | Eduardo Habkost | 3 | -8/+5 |
2015-08-13 | pc: Move {above,below}_4g_mem_size variables to PCMachineState | Eduardo Habkost | 2 | -23/+27 |
2015-08-13 | pc: Use PCMachineState for pc_memory_init() argument | Eduardo Habkost | 3 | -4/+4 |
2015-08-13 | pc: Use PCMachineState for pc_cmos_init() argument | Eduardo Habkost | 3 | -9/+11 |
2015-08-13 | pc: Eliminate pc_default_machine_options() | Eduardo Habkost | 3 | -2/+2 |
2015-08-13 | pc: Eliminate pc_common_machine_options() | Eduardo Habkost | 2 | -2/+1 |
2015-08-13 | pc: Rename pc_machine variables to pcms | Eduardo Habkost | 3 | -22/+22 |
2015-08-13 | pc: Use error_abort when registering properties | Eduardo Habkost | 1 | -8/+8 |
2015-08-13 | pc: Use PC_COMPAT_* for CPUID feature compatibility | Eduardo Habkost | 2 | -44/+0 |
2015-08-13 | piix: Document coreboot-specific RAM size config register | Eduardo Habkost | 1 | -1/+6 |
2015-08-13 | make: load only required dependency files. | Victor Kaplansky | 1 | -1/+7 |
2015-08-13 | make: fix where dependency *.d are stored. | Victor Kaplansky | 2 | -1/+1 |
2015-08-13 | i.MX: Fix UART driver to work with unitialized "chardev" device | Jean-Christophe Dubois | 1 | -2/+6 |
2015-08-13 | hw/cpu/a15mpcore: Wire up hyp and secure physical timer interrupts | Peter Maydell | 1 | -7/+14 |
2015-08-13 | hw/arm/virt: Wire up secure timer interrupt | Peter Maydell | 1 | -13/+15 |
2015-08-13 | Introduce gic_class_name() instead of repeating condition | Pavel Fedin | 2 | -10/+5 |
2015-08-13 | hw/arm/gic: Kill code duplication | Pavel Fedin | 3 | -72/+61 |
2015-08-13 | i.MX: Fix Coding style for GPT emulator | Jean-Christophe Dubois | 1 | -3/+3 |
2015-08-13 | i.MX: Split GPT emulator in a header file and a source file | Jean-Christophe Dubois | 1 | -76/+3 |
2015-08-13 | i.MX: Fix Coding style for EPIT emulator | Jean-Christophe Dubois | 1 | -6/+6 |
2015-08-13 | i.MX: Split EPIT emulator in a header file and a source file | Jean-Christophe Dubois | 1 | -49/+3 |
2015-08-13 | i.MX: Fix Coding style for CCM emulator | Jean-Christophe Dubois | 1 | -6/+5 |
2015-08-13 | i.MX: Split CCM emulator in a header file and a source file | Jean-Christophe Dubois | 2 | -68/+4 |
2015-08-13 | i.MX: Fix Coding style for AVIC emulator. | Jean-Christophe Dubois | 1 | -9/+7 |
2015-08-13 | i.MX: Split AVIC emulator in a header file and a source file | Jean-Christophe Dubois | 2 | -38/+5 |
2015-08-13 | i.MX:Fix Coding style for UART emulator. | Jean-Christophe Dubois | 1 | -17/+17 |
2015-08-13 | i.MX: Move serial initialization to init/realize of DeviceClass. | Jean-Christophe Dubois | 1 | -16/+19 |
2015-08-13 | i.MX: Split UART emulator in a header file and a source file | Jean-Christophe Dubois | 1 | -80/+2 |
2015-08-13 | hw/arm/virt: Connect the Hypervisor timer | Edgar E. Iglesias | 1 | -0/+4 |
2015-08-13 | hw/arm/virt: Replace magic IRQ constants with macros | Edgar E. Iglesias | 1 | -3/+6 |
2015-08-05 | virtio: fix 1.0 virtqueue migration | Jason Wang | 1 | -0/+56 |