aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-06doc: fix typos for documents in treeLike Xu
2019-03-06block/pflash_cfi02: Fix memory leak and potential use-after-freeStephen Checkoway
2019-03-06hw/acpi: remove unnecessary variable acpi_table_builtinWei Yang
2019-03-06hw/acpi: remove unused function acpi_table_add_builtin()Wei Yang
2019-03-06hw/i386/pc.c: remove unused function pc_acpi_init()Wei Yang
2019-03-06tests: Remove (mostly) useless architecture checksThomas Huth
2019-03-05Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-03-05' into ...Peter Maydell
2019-03-05Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190305'...Peter Maydell
2019-03-05hw/arm/stellaris: Implement watchdog timerMichel Heily
2019-03-05hw/arm/virt: Bump the 255GB initial RAM limitEric Auger
2019-03-05hw/arm/virt: Check the VCPU PA range in TCG modeEric Auger
2019-03-05hw/arm/virt: Implement kvm_type function for 4.0 machineEric Auger
2019-03-05hw/arm/virt: Dynamic memory map depending on RAM requirementsEric Auger
2019-03-05vl: Set machine ram_size, maxram_size and ram_slots earlierEric Auger
2019-03-05kvm: add kvm_arm_get_max_vm_ipa_sizeEric Auger
2019-03-05hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger
2019-03-05hw/arm/virt: Split the memory map descriptionEric Auger
2019-03-05hw/arm/virt: Rename highmem IO regionsEric Auger
2019-03-05hw/arm/boot: introduce fdt_add_memory_node helperShameer Kolothum
2019-03-05target/arm: Implement ARMv8.5-FRINTRichard Henderson
2019-03-05target/arm: Restructure handle_fp_1src_{single, double}Richard Henderson
2019-03-05target/arm: Implement ARMv8.5-CondMRichard Henderson
2019-03-05target/arm: Implement ARMv8.4-CondMRichard Henderson
2019-03-05target/arm: Rearrange disas_data_proc_regRichard Henderson
2019-03-05target/arm: Add set/clear_pstate_bits, share gen_ss_advanceRichard Henderson
2019-03-05target/arm: Split helper_msr_i_pstate into 3Richard Henderson
2019-03-05target/arm: Implement ARMv8.0-PredInvRichard Henderson
2019-03-05target/arm: Implement ARMv8.0-SBRichard Henderson
2019-03-05target/arm: Split out arm_sctlrRichard Henderson
2019-03-05target/arm: Fix PC test for LDM (exception return)Richard Henderson
2019-03-05qapi: Fix array first used in a different moduleMarkus Armbruster
2019-03-05tests/qapi-schema: Cover forward reference to sub-moduleMarkus Armbruster
2019-03-05tests: Rename UserDefNativeListUnion to UserDefListUnionMarkus Armbruster
2019-03-05qapi: Fix code generation for sub-modules in other directoriesMarkus Armbruster
2019-03-05qapi: Pass file name to QAPIGen constructor instead of methodsMarkus Armbruster
2019-03-05tests/qapi-schema: Cover conditional arraysMarkus Armbruster
2019-03-05tests/qapi-schema: Make test-qapi.py print arraysMarkus Armbruster
2019-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2019-03-05tests: Add a test for qemu self announcementsDr. David Alan Gilbert
2019-03-05hmp: Add hmp_announce_selfDr. David Alan Gilbert
2019-03-05qmp: Add announce-self commandDr. David Alan Gilbert
2019-03-05virtio-net: Allow qemu_announce_self to trigger virtio announcementsDr. David Alan Gilbert
2019-03-05net: Add a network device specific self-announcement abilityDr. David Alan Gilbert
2019-03-05migration: Switch to using announce timerDr. David Alan Gilbert
2019-03-05virtio-net: Switch to using announce timerDr. David Alan Gilbert
2019-03-05migration: Add announce parametersDr. David Alan Gilbert
2019-03-05net: Introduce announce timerDr. David Alan Gilbert
2019-03-05net: netmap: improve netmap_receive_iov()Vincenzo Maffione
2019-03-05net: netmap: simplify netmap_receive()Vincenzo Maffione
2019-03-05net: netmap: small improvements netmap_send()Vincenzo Maffione