aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-02spapr: add "stop-self" RTAS call required to support hot CPU unplugAlexey Kardashevskiy1-0/+23
2013-09-02PPC: KVM: Compile fix for qemu_notify_eventAlexander Graf1-0/+1
2013-09-02pseries: Add H_SET_MODE hcall to change guest exception endiannessAnton Blanchard3-2/+67
2013-09-02xics: move registration of global state to realize()Alexey Kardashevskiy1-10/+11
2013-09-02spapr-pci: rework MSI/MSIXAlexey Kardashevskiy4-42/+60
2013-09-02target-ppc: Use #define instead of opencoding SLB valid bitAneesh Kumar K.V1-1/+1
2013-09-02spapr-pci: fix config space access to support bridgesAlexey Kardashevskiy1-10/+2
2013-09-02target-ppc: fix bit extraction for FPBF and FPLAurelien Jarno1-2/+2
2013-09-02ppc405_boards: Don't enforce presence of firmware for qtestAndreas Färber1-15/+20
2013-09-02ppc405_uc: Disable debug outputAndreas Färber1-8/+8
2013-09-02ppc405_boards: Disable debug outputAndreas Färber1-2/+2
2013-09-02ppc: virtex_ml507: QEMU_OPTION_dtb support for this machine.Efimov Vasily1-10/+19
2013-09-02disas/ppc.c: Fix little endian disassemblyAnton Blanchard1-1/+2
2013-09-02target-ppc: POWER7 supports the MSR_LE bitAnton Blanchard1-1/+1
2013-09-02target-ppc: USE LPCR_ILE to control exception endian on POWER7Anton Blanchard2-0/+12
2013-09-02pseries: Fix stalls on hypervisor virtual consoleAnton Blanchard1-0/+2
2013-09-02PPC: E500: Generate device tree on resetAlexander Graf1-9/+43
2013-09-01aio / timers: use g_usleep() not sleep()Alex Bligh1-3/+3
2013-09-01adlib: sort offsets in portio registrationHervé Poussineau1-1/+1
2013-09-01qmp: fix integer usage in examplesEric Blake1-13/+13
2013-09-01tci: Remove function tcg_out64 (fix broken build)Stefan Weil1-7/+0
2013-09-01target-arm: Report unimplemented opcodes (LOG_UNIMP)Stefan Weil1-0/+4
2013-09-01pflash_cfi02.c: fix debug macroAntony Pavlov1-1/+1
2013-09-01configure: Remove unneeded redirections of stderr (pkg-config --exists)Stefan Weil1-16/+14
2013-09-01configure: Remove unneeded redirections of stderr (pkg-config --cflags, --libs)Stefan Weil1-18/+18
2013-09-01configure: Don't write .pyc files by default (python -B)Stefan Weil1-2/+2
2013-09-01curl: qemu_bh_new() can never return NULLStefan Hajnoczi1-6/+0
2013-09-01slirp/arp_table.c: Avoid shifting into sign bit of signed integersPeter Maydell1-2/+2
2013-09-01configure: disable clang -Wstring-plus-int warningPeter Maydell1-0/+1
2013-09-01rdma: silly ipv6 bugfixMichael R. Hines1-3/+5
2013-09-01misc: Fix some typos in names and commentsStefan Weil8-15/+15
2013-09-01slirp: Port redirection option behave differently on Linux and WindowsTaimoor Mirza1-0/+2
2013-09-01virtio_pci: fix level interrupts with irqfdMichael S. Tsirkin1-2/+1
2013-09-01pc: reduce duplication, fix PIIX descriptionsMichael S. Tsirkin3-63/+56
2013-08-30isa: Fix documentation of isa_register_portio_list()Hervé Poussineau1-1/+1
2013-08-30qom: Assert instance size in object_initialize_with_type()Andreas Färber2-4/+6
2013-08-30qom: Pass available size to object_initialize()Andreas Färber13-38/+44
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber19-25/+28
2013-08-30virtio-mmio: Pass size to virtio_mmio_bus_new()Andreas Färber1-3/+5
2013-08-30virtio-ccw: Pass size to virtio_ccw_bus_new()Andreas Färber1-3/+5
2013-08-30s390-virtio-bus: Pass size to virtio_s390_bus_new()Andreas Färber1-3/+5
2013-08-30virtio-pci: Pass size to virtio_pci_bus_new()Andreas Färber1-3/+5
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber7-7/+9
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber11-14/+21
2013-08-30pci: Pass size to pci_bus_new_inplace()Andreas Färber4-4/+4
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber9-9/+11
2013-08-30ipack: Pass size to ipack_bus_new_inplace()Andreas Färber3-3/+5
2013-08-30intel-hda: Pass size to hda_codec_bus_init()Andreas Färber2-3/+3
2013-08-30qom: Fix object_initialize_with_type() argument name in documentationAndreas Färber1-1/+1
2013-08-30virtio: Remove unnecessary OBJECT() castsPeter Maydell3-21/+21